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

[users@httpd] Exception thrown by Apache

2011-06-27 Thread Pravesh Rai
Hi All, In our case, whenever Apache (2.2.15) on Windows throws any exception (Access Violation), it leaves the dump files at default Windows location. The problem is that, the dump file is showing user credential in plain text. So, would like to know, if there are any ways to avoid this type of e

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: > - > When attempt

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

Re: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-27 Thread William A. Rowe Jr.
On 6/26/2011 9:27 PM, DW wrote: > Yes. It implies that those two items are disabled or are not read by > the apache. It is by default. You need to search for this item in your > file. they are all together in line: 455 and 456 but it may be > different in yours because I have done many changes

Re: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-27 Thread Nick Kew
On 27 Jun 2011, at 02:58, McAdams, John wrote: > OK, so I need the "#" in front of the first two commands? No. Not without first reading and understanding the docs! Those are set to off by default because they can sometimes be associated with other problems. Especially sendfile on windows! O