Answers for "Apache Webserver does not show directory listings but 403 - Yosemite"

0

Apache Webserver does not show directory listings but 403 - Yosemite

open "/private/etc/apache2/httpd.conf" in an editor. Scroll down until you find this part:

<Directory "/Library/WebServer/Documents">
Inside there you'll need to add "Indexes" to your "Options". For me, this meant changing this line:

Options FollowSymLinks Multiviews
To:

Options Indexes FollowSymLinks Multiviews

Then restart apache:

apachectl restart
Posted by: Guest on September-06-2021

Code answers related to "Apache Webserver does not show directory listings but 403 - Yosemite"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language