Re: [users@httpd] Apache 2.x configuration for high load servers

2011-05-28 Thread Bostjan Skufca
mount -o noatime,nodiratime,remount /path/to/mount/point b. On 28 May 2011 20:13, Geoff Millikan wrote: > > I will mod fstab and reboot one server at a time... > > I thought there was a way of dropping atime in real time without a reboot > so you can test performance differences without reboo

Re: [users@httpd] Files and DirectoryIndex conflict?

2011-05-28 Thread Knute Johnson
On 05/28/2011 02:07 PM, Jeroen Geilman wrote: On 05/28/2011 08:51 PM, Knute Johnson wrote: I'm having a problem using the Files directive to require authentication on the index.html file. It doesn't work if it is requested with the index URL but does if the URL specifies the file directly. I can

Re: [users@httpd] Files and DirectoryIndex conflict?

2011-05-28 Thread Jeroen Geilman
On 05/28/2011 08:51 PM, Knute Johnson wrote: I'm having a problem using the Files directive to require authentication on the index.html file. It doesn't work if it is requested with the index URL but does if the URL specifies the file directly. I can't believe that I'm the only person ever to

[users@httpd] Files and DirectoryIndex conflict?

2011-05-28 Thread Knute Johnson
I'm having a problem using the Files directive to require authentication on the index.html file. It doesn't work if it is requested with the index URL but does if the URL specifies the file directly. I can't believe that I'm the only person ever to try to do this but maybe I am. So if I requ

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-28 Thread Geoff Millikan
> I will mod fstab and reboot one server at a time... I thought there was a way of dropping atime in real time without a reboot so you can test performance differences without rebooting but I could be mistaken. Might want to check out using relatime but I have no experience with that. I do kno

RE: [users@httpd] error 404 document in php

2011-05-28 Thread Geoff Millikan
> I'm not seeing anything > in the access log file except the reference to the 500 error > Running > a php cli on the php file does not return any errors Check the error log. Sounds like a permissions issue. Check the owner of the file. And recursive permissions. Are directories all 0755? >

RE: [users@httpd] Apache 2.x configuration for high load servers

2011-05-28 Thread Geoff Millikan
> I commented out mod_dir and Apache would not start Yep, you'll need that one. You probably will not need the below list but you kinda have to read up on what each module supports and see if you're using any of those things. mod_userdir.so mod_usertrack.so mod_status.so mod_logio.so mod_cgi.so