Horje
Apache Webserver does not show directory listings but 403 - Yosemite Code Example
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




Shell

Related
remove docker completely orcal linx Code Example remove docker completely orcal linx Code Example
create csr ubuntu Code Example create csr ubuntu Code Example
where do i keep ssl cert for ubuntu Code Example where do i keep ssl cert for ubuntu Code Example
azure cli create web app Code Example azure cli create web app Code Example
git search branch by name Code Example git search branch by name Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9