[users@httpd] Strange log in ssl server?

2013-03-12 Thread Felix Rubio Dalmau
Hi, I've secured my apache by using SSL certificates (self-signed CA) for both server and clients, and I require them to the clients in order to connect. However, I have found these entries in ssl_access.log: 110.5.109.100 - - [03/Mar/2013:16:15:56 +0100] "GET /" 400 458 "-" "-" 93.174.88.31 -

Re: [users@httpd] How to update the Windows ”platform page”?

2013-03-12 Thread Ben Johnson
On 3/11/2013 4:20 PM, Peter Lorenzen wrote: > Hi, > > I just realized that the reason there is no Windows binaries for 2.2.23 > and 2.2.24 is that the Apache Foundation does not provide the binaries > and whoever provided them before does not anymore. > The first part is true. It's good to see

[users@httpd] mod_rewrite pause for 2500ms

2013-03-12 Thread Oyvind Eriksen
I'm running Apache 2.4.4 Win32 on a Windows 2008 server. When trying to optimize a website I noticed a random reoccurring 2500ms delay in Time To First Byte. A file could have a TTFB of 500ms several times but suddenly it would get 3000ms. This could be a static file (image, html, js) or php. A

[users@httpd] Re: client connection being passed to apache modules

2013-03-12 Thread Bhanu
> Hi, > > I am using Apache with mod_gsoap. > Is there any way in which I can send the client connection information to > the module mod_gsoap. > > In the handler function I could see a pointer to an object of type struct > request_rec being passed as an argument to the handler function. Is this >