[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

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 changes)

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 the

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

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

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 feldhacker.ch...@principal.com 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.

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 feldhacker.ch...@principal.com wrote:

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 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 Apache, and a

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 feldhacker.ch...@principal.com 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

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

[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 ApacheLoadModule dav_module modules/mod_dav.so is uncommentedLoadModule dav_module modules/mod_dav_fs.so is uncommented I just added 2 lines in default httpd.conf DAVLockDB

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 Location. -- Nick Kew Available for work, contract or permanent http://www.webthing.com/~nick/cv.html