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

2011-03-09 Thread Nick Kew
On 10 Mar 2011, at 05:08, zMatthew wrote: > I configured Apache2 to allow "PUT" method on a directory, DAV doesn't work with Directories. Use . -- Nick Kew Available for work, contract or permanent http://www.webthing.com/~nick/cv.html --

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

2011-03-09 Thread zMatthew
I configured Apache2 to allow "PUT" method on a directory, /usr/local/apache/DAVLock is writeable by Apache"LoadModule dav_module modules/mod_dav.so" is uncommented"LoadModule dav_module modules/mod_dav_fs.so" is uncommented I just added 2 lines in default httpd.conf DAVLockDB /u

Re: [users@httpd] How do I keep Virtural hosts from seeing the others document root?

2011-03-09 Thread aaronrus
While the setup Jim decribes is similar to what I have setup, The issue still remains when a user uploads a PHPSHELL to there docment root and access the server through the uploaded shell they are no longer operating under the FTP user account. They are operating under the www-data account which

Re: [users@httpd] core dumps in 2.2.15 and above

2011-03-09 Thread Achal Kumar
Actually, I take it back. We were able to reproduce the crash with 2.2.15 without the changes in rev 916627 but the frequency has gone down a little bit. Now if I stop the upstream content server it crashes 20% of the time. I am looking at the code changes between 2.2.14 and 2.2.15 but any help wil

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

2011-03-09 Thread Eric Covener
> It is probably present in all that info somewhere, but how do we know > that the TCP window size for IIS is not larger than the one for > Apache? my 2 cents: I'm aware of anecdote that Apache setting SendBufferSize, despite successfully hitting the socket, on some systems Windows does not have

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

2011-03-09 Thread Jeff Trawick
On Wed, Mar 9, 2011 at 5:19 PM, Feldhacker, Chris wrote: > -Original Message- > From: Jeff Trawick [mailto:traw...@gmail.com] > Sent: Wednesday, March 09, 2011 4:05 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] Slow performance of Apache on Windows > > On Wed, Mar 9, 2011 at

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

2011-03-09 Thread William A. Rowe Jr.
On 3/9/2011 4:44 PM, William A. Rowe Jr. wrote: > On 3/9/2011 3:15 PM, Feldhacker, Chris wrote: >> >> It was still odd that the problem only seemed to occur from our internal >> server, HTTP downloads from the internet seemed fine. Out of curiosity we >> setup a Windows Server 2008 running Apach

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

2011-03-09 Thread William A. Rowe Jr.
On 3/9/2011 3:15 PM, Feldhacker, Chris wrote: > > It was still odd that the problem only seemed to occur from our internal > server, HTTP downloads from the internet seemed fine. Out of curiosity we > setup a Windows Server 2008 running Apache, and a RedHat Linux server running > Apache. The

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

2011-03-09 Thread Feldhacker, Chris
-Original Message- From: Jeff Trawick [mailto:traw...@gmail.com] Sent: Wednesday, March 09, 2011 4:05 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Slow performance of Apache on Windows On Wed, Mar 9, 2011 at 4:15 PM, Feldhacker, Chris wrote: >> Summary: >> Apache HTTP Server

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

2011-03-09 Thread Jeff Trawick
On Wed, Mar 9, 2011 at 4:15 PM, Feldhacker, Chris wrote: > Summary: > Apache HTTP Server 2.2.17 running on Windows Server 2003 & 2008 has slight > HTTP transfer performance problems with Windows XP clients, and *extreme* > performance problems with Windows 7 clients. > Apache HTTP Server running

[users@httpd] Slow performance of Apache on Windows

2011-03-09 Thread Feldhacker, Chris
Summary: Apache HTTP Server 2.2.17 running on Windows Server 2003 & 2008 has slight HTTP transfer performance problems with Windows XP clients, and *extreme* performance problems with Windows 7 clients. Apache HTTP Server running on RedHat Linux 5 performs fine with both XP and W7 clients. I

Re: [users@httpd] core dumps in 2.2.15 and above

2011-03-09 Thread Achal Kumar
yes, I reverted the changes in rev 916627. I just changed all the calls from cleanup to destroy and I didn't see the issue any more. We are still validating this. The setup is very simple: 1. We are running a load of 1000 sessions with a loader using wgets. 2. Apache is configured using worker MPM

Re: [users@httpd] Fails to load xdebug - why?

2011-03-09 Thread Igor Galić
- Original Message - > I'm trying to install the debugger extension Xdebug > http://xdebug.org/ > for PHP on the preinstalled Apache 2.0 running on my local Mac. I > tried the built-in PHP installation and also the Entropy PHP package > http://www.entropy.ch/software/macosx/php/ > I got

Re: [users@httpd] core dumps in 2.2.15 and above

2011-03-09 Thread Igor Galić
- Original Message - > Hi, I achal, > I have created a bug 50834. I am load testing apache 2.2.15 with > mod_proxy and two upstream content servers. If I shut down a content > server then apache core dumps. I think the issue is related to the > changes made in rev 916627 (cleanup change

[users@httpd] core dumps in 2.2.15 and above

2011-03-09 Thread Achal Kumar
Hi, I have created a bug 50834. I am load testing apache 2.2.15 with mod_proxy and two upstream content servers. If I shut down a content server then apache core dumps. I think the issue is related to the changes made in rev 916627 (cleanup changes) Anyone else facing this issue? Achal