RE: [EMAIL PROTECTED] regarding appache common log format

2006-09-11 Thread Saha, Mukul \(Cognizant\)
Hi Joshua, Thanks a lot for the clarification. Thanks & Regards Mukul Saha ___ Cognizant Technology Solutions,Kolkata. Ph: 033-2357 3211 / 5221 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Mon

Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-11 Thread Erik Funkenbusch
On 9/11/06, Bob Ionescu <[EMAIL PROTECTED]> wrote: Erik Funkenbusch wrote: >> # 1 rewrite /?id=123 as index.php?id=123 - Does not work It is intended *not* to match in this case - and if you are using numerical values, why are you using the regEx .* which matches too much, your second rule will

Re: [EMAIL PROTECTED] Mod_rewrite and default document

2006-09-11 Thread Bob Ionescu
Erik Funkenbusch wrote: # 1 rewrite /?id=123 as index.php?id=123 - Does not work It is intended *not* to match in this case - and if you are using numerical values, why are you using the regEx .* which matches too much, your second rule will never work, because the first one will match once

[EMAIL PROTECTED] SSLSessionCache

2006-09-11 Thread Matt Bockol
Hi Folks, I'm running a 2.0.46 server on RedHat Enterprise Linux AS3. It's the stock httpd for that distribution. It sees a lot of SSL connections and the performance has been a little less than I'd expected for a 3GHz Xeon. I'm beginning to think that the SSLSessionCache is not actually be

RE: [EMAIL PROTECTED] Apache 2.2.3 and MySQL 5.0.24a

2006-09-11 Thread Rob Sterenborg
Ben wrote: > Rob, (Nick) Hi Ben, I made all changes to the files as suggested, but... WTF is going on..? I'm not getting any errors anymore...!! DBD-MySQL auth is working! ^$%$# (Which is of course a Good Thing but now I don't know what error I would have had.) I'm stu

Re: [EMAIL PROTECTED] addressing supposed vulnerabilities on Windows apache 1.3.31

2006-09-11 Thread Joshua Slive
On 9/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello all, After a 3rd party security scan of our servers, I was handed a list of "issues" to patch on some 2k3 servers that we are running Apache on. However this 3rd party used Nessus and the 3 nessus ID they supplied me with, don't rea

[EMAIL PROTECTED] addressing supposed vulnerabilities on Windows apache 1.3.31

2006-09-11 Thread Patrick_N_Holt
Hello all, After a 3rd party security scan of our servers, I was handed a list of "issues" to patch on some 2k3 servers that we are running Apache on. However this 3rd party used Nessus and the 3 nessus ID they supplied me with, don't really identify if the windows version of apache is vulnerable

[EMAIL PROTECTED] Forcing an input filter to process the request data

2006-09-11 Thread Issac Goldstand
Hi all, I'm trying to write an extension to mod_cache that will allow methods other than GET to be cached. As such, I wrote my own key generation routine which inserts an input filter in the request chain, slurps in all of the request data, and calculates an MD5 digest, which it then Base64 encod

Re: [EMAIL PROTECTED] regarding appache common log format

2006-09-11 Thread Joshua Slive
On 9/11/06, Saha, Mukul (Cognizant) <[EMAIL PROTECTED]> wrote: Hi, the apache log format contains one option "%D" which gives the time in microsecond to process a particular request (as per the documentation). Is this time includes the time for sending out the response for the request also?

Re: [EMAIL PROTECTED] Use of content negotiation with application/xhtml+xml

2006-09-11 Thread Joshua Slive
On 9/11/06, Nick Urbanik <[EMAIL PROTECTED]> wrote: 1. From http://httpd.apache.org/docs/2.2/content-negotiation.html#naming I expected that I would be able to ask for http://nicku.org/index and get the negotiated content, and that I would not have to ask for http://nicku.org/index.v

RE: FW: [EMAIL PROTECTED] use the apache as a proxy server with caching

2006-09-11 Thread Hasson Yehudit
Thanks Joshua, I will try it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Thursday, September 07, 2006 4:18 PM To: users@httpd.apache.org Subject: Re: FW: [EMAIL PROTECTED] use the apache as a proxy server with caching On 9/7/0

[EMAIL PROTECTED] regarding appache common log format

2006-09-11 Thread Saha, Mukul \(Cognizant\)
Hi, the apache log format contains one option ā€œ%Dā€ which gives the time in microsecond to process a particular request (as per the documentation). Is this time includes the time for sending out the response for the request also? If the request goes to app server(php zend engine) or a db se