Re: [users@httpd] problem loading mod_php

2011-03-10 Thread William A. Rowe Jr.
On 3/10/2011 7:18 PM, Dave Dyer wrote: > > Versions: Windows 7, Apache 2.2.17, PHP 5.3.5 > > If I start httpd as a console app, everything works correctly. > If I start as a > service, the php module fails to load. Messages and actual behavior > suggest > that the path is being treated strange

Re: [users@httpd] problem loading mod_php

2011-03-10 Thread Eric Covener
> Note that the line number doesn't correspond to the location of the > directive Isn't there a Vista+ feature that makes your edits in Program Files/ only visible to your own userid? Which is not usually the userid the service runs under?

[users@httpd] problem loading mod_php

2011-03-10 Thread Dave Dyer
Versions: Windows 7, Apache 2.2.17, PHP 5.3.5 If I start httpd as a console app, everything works correctly. If I start as a service, the php module fails to load. Messages and actual behavior suggest that the path is being treated strangely. Here are the relevant lines from httpd.conf PHPI

[users@httpd] mod_remoteip + varnish + .htaccess files

2011-03-10 Thread André Ferraz
Hey guys, first of all i dont know exactly where i can send this message (users list or dev list) because im suspecting that i need to force a hook order in register hooks, but by now i can`t be sure which module is doing this "feature" , the users list will be my first

RE: [users@httpd] Slow performance of Apache on Windows

2011-03-10 Thread Feldhacker, Chris
-Original Message- From: William A. Rowe Jr. [mailto:wr...@rowe-clan.net] Sent: Wednesday, March 09, 2011 4:46 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Slow performance of Apache on Windows > On 3/9/2011 4:44 PM, William A. Rowe Jr. wrote: >> On 3/9/2011 3:15 PM, Feldhacke

RE: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-10 Thread Bennett, Tony
"DAV On" can be used within a or within a or */ So, your problem is elsewhere. Does your apache_error_log provide any clues...??? From: zMatthew [mailto:mathewz...@hotmail.com] Sent: Thursday, March 10, 2011 12:37 AM To: users@httpd.apache.org Subject: RE: [users@httpd] Question about mod_dav

[users@httpd] suspicious proxy(?) URLs in logs

2011-03-10 Thread Rob De Langhe
hi, while going occasionally through the access logs of a 2.2.17 Apache server, I noticed some URLs of remote locations where my server would have made a GET for ?! an example: 194.0.122.134 - - [10/Mar/2011:02:26:55 +0100] "GET http://www.ebay.com/ HTTP/1.1" 200 240 "-" "Mozilla/4.0 (compati

RE: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-10 Thread zMatthew
My httpd.conf doesn't exist , so I added the following the 3 lines in the file. DAV On Unfortunately, "PUT" method still isn't seen via "OPTIONS / HTTP/1.0". Thanks > From: n...@webthing.com > Date: Thu, 10 Mar 2011 06:15:52 + > To: users@httpd.apache.org > Subject: Re: [users@httpd