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." > Sent: 20 March, 2010 18:18 > To: > Subject: Re: [us...@httpd] Locked Apache configuration file > >> On 3/20/2010 1:02 PM, Daniel Reinhardt wrote: >>> >>> Why not

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

2010-03-20 Thread Daniel Reinhardt
-- From: "William A. Rowe Jr." Sent: 20 March, 2010 18:18 To: Subject: Re: [us...@httpd] Locked Apache configuration file On 3/20/2010 1:02 PM, Daniel Reinhardt wrote: Why not install Apache and other web serving stuff into a non-protected dir

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 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 disa

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 MS

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

2010-03-20 Thread Daniel Reinhardt
-- From: "William A. Rowe Jr." Sent: 20 March, 2010 17:24 To: 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 W7 and wasn't aware of this. This is cl

[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 and

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

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 file.

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 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 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. This

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

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 9:23 AM, Marc Buyens 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 tried > finding reference

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 it

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

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 8:08 AM, Jakov Sosic 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 optimize your

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

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 8:16 AM, Marc Buyens 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 > machine. Installation

[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 co

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 -> http://

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

2010-03-20 Thread Eric Covener
On Sat, Mar 20, 2010 at 6:58 AM, Jakov Sosic wrote: > Hi. > > This is the kind of authentication param I'm using: > > >  AllowOverride None >  AuthType Basic >  AuthName "Admin" >  AuthUserFile /etc/httpd/myauthfile >  Require valid-user > > > I've disabled all the auth modules except these two:

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

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