Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Kevin Smith
Here is my latest, revised config file and it works. Thanks for all the help, everyone. DocumentRoot /var/www/phreebooks ServerName billing.website.com Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all On Mon, Dec

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Freek de Kruijf
Op maandag 2 december 2013 13:46:12 schreef Kevin Smith: > I modified it to look like this, but I've tried this, before to no effect > and it still has no effect, now. > > > DocumentRoot /var/www/phreebooks > ServerName billing.website.com > > Order Allow,Deny

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Eric Covener
On Mon, Dec 2, 2013 at 2:46 PM, Kevin Smith wrote: > I modified it to look like this, but I've tried this, before to no effect > and it still has no effect, now. > > > DocumentRoot /var/www/phreebooks > ServerName billing.website.com > > Order Allow,Deny > Allow From All > Require Allow All > >

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Kevin Smith
I modified it to look like this, but I've tried this, before to no effect and it still has no effect, now. DocumentRoot /var/www/phreebooks ServerName billing.website.com Order Allow,Deny Allow From All Require Allow All Log file /var/log/apache2/error.log

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Eric Covener
No mention of an error.log. That's step 1. The error may point you towards either Apache or OS/filesystem permissions (incl e.g. SELinux). - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mai

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Darryle Steplight
Add "Order Allow, Deny" above "allow from all" On Mon, Dec 2, 2013 at 11:23 AM, Freek de Kruijf wrote: > 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 o

Re: [users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread Freek de Kruijf
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: > > > DocumentRoot "/var/www/phreebooks" > ServerName billing.website.com (omitted for sec

[users@httpd] Stumped: Apache Permissions, What's Wrong?

2013-12-02 Thread 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: DocumentRoot "/var/www/phreebooks" ServerName billing.website.com (omitted for security) allow from all Options +Indexes File permissions throughou