Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:Spring 2019 Sprint 6
Description
1. Edit Apache config file to serve content in the media folder.
2. Find out a way to remove directory listing in Appstore.
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Ann Loraine [ aloraine ] | Sai Charan Reddy Vallapureddy [ svallapu ] |
| Status | Open [ 1 ] | Needs Testing [ 10002 ] |
| Resolution | Done [ 10000 ] | |
| Status | Needs Testing [ 10002 ] | Closed [ 6 ] |
| Epic Link | IGBF-1388 [ 17463 ] |
| Story Points | 0.5 |
| Workflow | Loraine Lab Workflow [ 18427 ] | Fall 2019 Workflow Update [ 20142 ] |
| Workflow | Fall 2019 Workflow Update [ 20142 ] | Revised Fall 2019 Workflow Update [ 22278 ] |
Edited apache config file. Now, media content is available for the website.
Directory listing is disabled with the below command.
> sudo a2dismod autoindex
Debug = True, This will make static or media content available for the website. But for the production server, this should be turned OFF. We have to serve all the static content from the Apache web server.
Riddhi Jagdish Patil [~aloraine]