Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Andy Canfield
I think I've fixed it. My /etc/apache2/apache2.conf still contains these lines as installed: Options FollowSymLinks AllowOverride None Require all denied My /etc/apache2/sites-enabled/00_default.conf contains these lines: DocumentRoot

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Otis Dewitt - NOAA Affiliate
Greetings Eric, Try this: DocumentRoot /www/default/Site AuthType None Options FollowSymLinks AllowOverride None Order allow,deny Allow from all Require all granted Thanks, Otis On Sun, May 4, 2014 at 9:58 AM, Eric Covener wrote: > On S

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Eric Covener
On Sun, May 4, 2014 at 9:48 AM, Andy Canfield wrote: > What am I missing? Maybe you're not getting into that virtualhost? Review the output of apache2ctl -S, and/or add a custom access log for that virtual host. is always a directory on disk. You should also be sure to review the errorlog fo

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Andy Canfield
I am not sure what you mean by "Then your document root has a stanza that allows access to everyone." I removed the disabling comment marks in /etc/apache2/apache2.conf = Options FollowSymLinks AllowOverride None Require all denied Then I have this as /etc/apache2/sites-

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Eric Covener
On Sun, May 4, 2014 at 4:42 AM, Andy Canfield wrote: > This was NOT present under Apache 2.2. Since this file is read before That's usually present in every default configuration. Then your document root has a stanza that allows access to everyone. -- Eric Covener cove...@gmail.com --

Re: [users@httpd] localhost Forbidden

2014-05-04 Thread Andy Canfield
If any of you are following this thread (I have seen no replies), I think I found the monster: In the file /etc/apache2/apache2.conf, under Apache 2.4, there is this chunk of code: Options FollowSymLinks AllowOverride None Require all denied This was NOT present under Apa

[users@httpd] localhost Forbidden

2014-04-29 Thread Andy Canfield
I am upgrading my notebook from 32-bit Ubuntu 12.04 with Apache 2.2(?), to 64-bit Ubuntu 14.04 with Apache 2.4. The thing is insane. It's gotten the point that web pages which require a user name and password work, but web pages that let anyone access them give me a "403: Forbidden" error. This is