[users@httpd] handle async requests

2012-05-11 Thread Pöchtrager , Bernhard
Hello I am trying to work with asynchronous requests. With synchronous requests everything WORKS fine. I write it like mod_dialup.c. The result is that every second request is unsuccessful (The Browser is loading the whole time). I think the problem is in the line rv =

Re: [users@httpd] Unconditional Redirect?

2012-05-11 Thread Matus UHLAR - fantomas
On 28.04.12 17:16, Waldemar Klein wrote: I'm looking for a way to unconditionally Redirect. This is used in an If .. construct, so my condition is checked already. I use this in a (normal, forward, not reverse) Proxy configuration, which handles http and https requests. I already tried

Re: [users@httpd] Cannot redirect or rewrite from http to https.

2012-05-11 Thread Matus UHLAR - fantomas
On 30.04.12 12:34, SEAN MCELROY wrote: I am using a httpd server to provide access to a flex app deployed on tomcat. The application must be accessed via https and I have managed to do this, however the application remains available over http. I have tried all sorts of different approaches

[users@httpd] Response code 408

2012-05-11 Thread John Iliffe
I recently switched from Apache-2.2.14 to Apache-2.4.2. In the entire time we ran 2.2.14 I don't recall seeing a response code 408. Since we switched two weeks ago we average about 30 - 35 a day. Our server is not heavily loaded. The RFC definition of response code 408 is Request Timeout,

[users@httpd] Correct way to set a variable using regular expressions?

2012-05-11 Thread Robert Schmid
I am upgrading from Apache 2.2 to 2.4. In one of my pages I had the following; !--#if expr=$DOCUMENT_URI == /^\/([a-zA-Z0-9\-_]*)\..*$/ -- !--#set var=PAGEID value=$1 -- !--#endif -- This doesn't work in 2.4 unless I enable SSILegacyExprParser which I can do but I'd like to figure out

[users@httpd] Problem with Multiple VirtualHosts with SSL using Named Virtual Hosts (SNI)

2012-05-11 Thread Reg
I've setup Apache to handle named Virtual Hosts with SSL however there is something I am missing because it doesn't work. This is my first time trying multiple SSL hosting however I have had one SSL domain working for years on this server. The certificates check out because if I comment out