AW: What is httpd -X?

2007-09-21 Thread Mario Brandt
Can you please tell me how to kill both the httpd.exe process by passing only the parent pid on Windows. Are you running apache as service or in the console? Console is the easiest = Ctrl + C service = net stop apache2.2 or taskkill -f -/IM httpd.exe Mario

RE: What is httpd -X?

2007-09-21 Thread Ashwani Kumar Sharma
Hi, Thanks for your reply. I tried this out but, still I am not able to kill both the httpd.exe through kill. Can you please tell me how to kill both the httpd.exe process by passing only the parent pid on Windows. Thanks and Regards, Ashwani Sharma Mob: 09916454843 Off: +91-80-26265053

AW: What is httpd -X?

2007-09-21 Thread Mario Brandt
forgot something taskkill -p 1234 -/t p use the parend pid from the pid file t to destroy the child process as well Mario

Re: [Fwd: Re: [Fwd: Re: Thoughts on Camillia in openssl binaries?]]

2007-09-21 Thread Tom Donovan
William A. Rowe, Jr. wrote: Feedback from Ben via legal-discuss, since his httpd-dev list seems to have fallen over and can't get up. Bill Subject: Re: [Fwd: Re: Thoughts on Camillia in openssl binaries?] From: Ben Laurie

OpenSSL compression (Windows)

2007-09-21 Thread Tom Donovan
New topic - was Thoughts on Camillia in openssl binaries? William A. Rowe, Jr. wrote: Tom Donovan wrote: William A. Rowe, Jr. wrote: Two questions, one technical one legal. On a slightly-related note; it might also be a good change to statically link zlib into OpenSSL to avoid the need for

Re: OpenSSL compression (Windows)

2007-09-21 Thread William A. Rowe, Jr.
Tom Donovan wrote: A case can be made for not enabling OpenSSL compression on Windows. If both parties to an SSL connection support compression, it is used for everything on the connection without regard to whether the content is compressible. Already-compressed data; like .jpg, .gif,

minor fix on httpd test case t/modules/include.t on perl-framework

2007-09-21 Thread Sriskanthaverl
Hi One particular perl-framework test case for httpd's include moduele keep on failing in solaris and other systems. test case 53 in t/include.t produces the following expected and received o/ps. # testing : GET /modules/include/file.shtml # expected: Monday, 31-Jul-2006 07:21:59 Monday,

Re: OpenSSL compression (Windows)

2007-09-21 Thread Henrik Nordstrom
On fre, 2007-09-21 at 11:06 -0400, Tom Donovan wrote: Already-compressed data; like .jpg, .gif, .png, .zip, .tgz, .jar, and any content filtered by mod_deflate are re-compressed. This uses non-trivial CPU cycles for no (or slightly negative) benefit. Bot yes and no. Unlike HTTP, SSL