Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: Cannot find device "tun0" 
Shell :: how to copy all branch commits to a whole new branch 
Shell :: debug for windows powershell 
Shell :: build pdf from tex file linux 
Shell :: how to use git in collab 
Shell :: deb http://la-mirrors.evowise.com/ubuntu/ disco-security multiverse 
Shell :: easter egg bash 
Shell :: set gcc path to vscode in ubuntu 
Shell :: copy directory without contents 
Shell :: add bash as defult on arch 
Shell :: Quick install Sourcegraph using Docker 
Shell :: switch directory when activating environment 
Shell :: helm set image 
Shell :: Install Avalonia 
Shell :: bash for loop with decimals 
Shell :: unity windows build support failed to install arch linux 
Shell :: ssh keep connection 
Shell :: shell startup file 
Shell :: generate kubernetes dashboard token longer time 
Shell :: kubuntu snap app not showing 
Shell :: laravel log file is out of git 
Shell :: ubuntu remove non-breaking spaces from file 
Shell :: symbolic link sl linux 
Shell :: how to chang spark hadoop replication factor on commandline 
Shell :: Sync two local directories in a Linux machine 
Shell :: concatenation in shell script 
Shell :: linux change default gateway 
Shell :: changed files githib 
Shell :: setup mongodb locally on centos 8 
Shell :: how can I use eog command in windows subsystem linux? 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =