Re: [users@httpd] /index.php generates Forbidden error

2011-06-27 Thread George Morton
Frank - Thank you very much for pointing me to that link. In fact, the cause of my problem was that the selinux permissions (security context) were not set correctly on index.php. They were set correctly on the other pages that were being served as expected. When I corrected the error, index.ph

Re: [users@httpd] /index.php generates Forbidden error

2011-06-27 Thread Frank Gingras
On 06/27/2011 04:50 PM, George Morton wrote: Sorry to have left that important information out. Here it is. error_log: - [Mon Jun 27 07:51:36 2011] [error] [client 172.16.26.111] (13)Permission denied: access to /index.php denied access_log: 172.16.26.111 - - [27

Re: [users@httpd] /index.php generates Forbidden error

2011-06-27 Thread George Morton
Sorry to have left that important information out. Here it is. error_log: - [Mon Jun 27 07:51:36 2011] [error] [client 172.16.26.111] (13)Permission denied: access to /index.php denied access_log: 172.16.26.111 - - [27/Jun/2011:07:51:36 -0400] "GET / HTTP/1.1" 200 72

RE: [users@httpd] /index.php generates Forbidden error

2011-06-27 Thread Ashwin Kesavan
-Original Message- From: Frank Gingras [mailto:francois.ging...@gmail.com] Sent: Monday, June 27, 2011 5:34 PM To: users@httpd.apache.org Subject: Re: [users@httpd] /index.php generates Forbidden error On 06/27/2011 07:57 AM, George Morton wrote: > Symptoms: > -

Re: [users@httpd] /index.php generates Forbidden error

2011-06-27 Thread Frank Gingras
On 06/27/2011 07:57 AM, George Morton wrote: Symptoms: - When attempting to access index.php in my DocumentRoot, (via http from any of several browsers), I receive a 403 Forbidden error. When I copy the file to test.php and access that, it is served as expected. Also, if I access inde

[users@httpd] /index.php generates Forbidden error

2011-06-27 Thread George Morton
Symptoms: - When attempting to access index.php in my DocumentRoot, (via http from any of several browsers), I receive a 403 Forbidden error. When I copy the file to test.php and access that, it is served as expected. Also, if I access index.html it is served as expected. My server envir