Op maandag 2 december 2013 09:37:23 schreef Kevin Smith:
> I have been fighting an apache server for 2 days, trying to figure out why
> this thing keeps denying access to the server. Check out the settings:
> 
> <VirtualHost 192.168.15.4:80>
> DocumentRoot "/var/www/phreebooks"
> ServerName billing.website.com (omitted for security)
> <Directory "/var/www/phreebooks">

The Order directive is missing or if you use apache 2.4 "Require allow all" 
and in the last case "allow from all" is gone.

> allow from all
> Options +Indexes
> </Directory>
> </VirtualHost>


-- 
fr.gr.

Freek de Kruijf


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to