[us...@httpd] Optimizing mod_fcgid

2010-03-20 Thread Nilesh Govindarajan
Hi, I recently migrated from mod_fastcgi to mod_fcgid and experienced enormous performance boost. My current settings is as follows - FcgidMaxProcesses 100 FcgidMaxProcessesPerClass 50 FcgidFixPathInfo 1 FcgidPassHeader HTTP_AUTHORIZATION FcgidMaxRequestsPerProcess 1

[us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
Hi. This is the kind of authentication param I'm using: Directory /home/jsosic/www/admin AllowOverride None AuthType Basic AuthName Admin AuthUserFile /etc/httpd/myauthfile Require valid-user /Directory I've disabled all the auth modules except these two: authn_file_module (shared)

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 6:58 AM, Jakov Sosic jakov.so...@srce.hr wrote: Hi. This is the kind of authentication param I'm using: Directory /home/jsosic/www/admin  AllowOverride None  AuthType Basic  AuthName Admin  AuthUserFile /etc/httpd/myauthfile  Require valid-user /Directory I've

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
On 03/20/2010 12:14 PM, Eric Covener wrote: authn_default stops you from falling through. So I should enable authn_default? -- |Jakov Sosic|ICQ: 28410271| PGP: 0x965CAE2D | = | start fighting cancer -

[us...@httpd] Locked Apache configuration file

2010-03-20 Thread Marc Buyens
I am migrating to a new PC that runs Windows 7 and try reinstalling the Apache/PHP environment that I use to develop and test my website. Apache 2.2.15 no SSL. PHP 5.2.12. This same combination was used on my old XP machine. Installation did not give any special problems. Apache has not been

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 8:16 AM, Marc Buyens marc.buy...@xpragma.com wrote: I am migrating to a new PC that runs Windows 7 and try reinstalling the Apache/PHP environment that I use to develop and test my website. Apache 2.2.15 no SSL. PHP 5.2.12. This same combination was used on my old XP

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 8:08 AM, Jakov Sosic jakov.so...@srce.hr wrote: On 03/20/2010 12:14 PM, Eric Covener wrote: authn_default stops you from falling through. So I should enable authn_default? try it and see. Someone probably got trigger-happy disabling unneeded modules in an effort to

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Marc Buyens
Thanks for the suggestion. Unfortunately, it does not solve the mystery. I installed the tool and used the search option to find references to the file, but without result. I am not an expert in these things, but I tried finding references to the file or its folder, etc. in various ways, but

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 9:23 AM, Marc Buyens marc.buy...@xpragma.com wrote: Thanks for the suggestion. Unfortunately, it does not solve the mystery. I installed the tool and used the search option to find references to the file, but without result. I am not an expert in these things, but I

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Marc Buyens
Well, first of all, you can see it. I use EditPad to edit text files etc. and the icon shows a little lock bottom left. When I open the file in the editor, it warns me about the file being read-only or in use. Of course, it might be a problem of the editor, so I opened the file in Notepad.

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread William A. Rowe Jr.
On 3/20/2010 9:48 AM, Eric Covener wrote: On Sat, Mar 20, 2010 at 9:23 AM, Marc Buyens marc.buy...@xpragma.com wrote: Thanks for the suggestion. Unfortunately, it does not solve the mystery. I installed the tool and used the search option to find references to the file, but without result. I

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Marc Buyens
Hello. Many thanks for this. I am new to W7 and wasn't aware of this. This is clearly one more Bill Gates quirk. What's the use of assigning administrator rights to users if they are not used? Anyway, you solved my problem. Explicitly asking to run as administrator allows me to change the

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread William A. Rowe Jr.
On 3/20/2010 11:52 AM, Marc Buyens wrote: Hello. Many thanks for this. I am new to W7 and wasn't aware of this. This is clearly one more Bill Gates quirk. What's the use of assigning administrator rights to users if they are not used? Anyway, you solved my problem. Explicitly asking to run as

[us...@httpd] No Html response for more than 10 requests per second

2010-03-20 Thread Andreas
Hey guys.. I wrote a C socket that sends up to 100 html requests per second to my apache server. However there is a problem.. When I send 1-10 html requests per second I got a valid html response from the server.. When I go above 10 requests per Second I get one answer on the first request

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Daniel Reinhardt
-- From: William A. Rowe Jr. wr...@rowe-clan.net Sent: 20 March, 2010 17:24 To: users@httpd.apache.org Subject: Re: [us...@httpd] Locked Apache configuration file On 3/20/2010 11:52 AM, Marc Buyens wrote: Hello. Many thanks for this. I am new to

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread William A. Rowe Jr.
On 3/20/2010 1:02 PM, Daniel Reinhardt wrote: Why not install Apache and other web serving stuff into a non-protected directory like c:\usr\local\apache My c:\usr is quite locked down, thank you very much :) You can customize your installation locations. We already enable that in the MSI

Re: [us...@httpd] Apache modules and authentication?

2010-03-20 Thread Jakov Sosic
On 03/20/2010 01:26 PM, Eric Covener wrote: On Sat, Mar 20, 2010 at 8:08 AM, Jakov Sosic jakov.so...@srce.hr wrote: On 03/20/2010 12:14 PM, Eric Covener wrote: authn_default stops you from falling through. So I should enable authn_default? try it and see. Someone probably got

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread Daniel Reinhardt
-- From: William A. Rowe Jr. wr...@rowe-clan.net Sent: 20 March, 2010 18:18 To: users@httpd.apache.org Subject: Re: [us...@httpd] Locked Apache configuration file On 3/20/2010 1:02 PM, Daniel Reinhardt wrote: Why not install Apache and other

Re: [us...@httpd] Locked Apache configuration file

2010-03-20 Thread William A. Rowe Jr.
On 3/20/2010 7:46 PM, Daniel Reinhardt wrote: -- From: William A. Rowe Jr. wr...@rowe-clan.net Sent: 20 March, 2010 18:18 To: users@httpd.apache.org Subject: Re: [us...@httpd] Locked Apache configuration file On 3/20/2010 1:02 PM, Daniel