[us...@httpd] Sticky Session with no control on origin server cookies

2010-08-26 Thread michael bienstein
Hi all. I'm trying to configure a proxy_loadbalancer with sticky session. I read around the web and in the source code and discovered that this module expects to handle sticky session by re-using the user's session ID provided by the origin server. This is different to BigIP which injects its

Re: [us...@httpd] Sticky Session with no control on origin server cookies

2010-08-26 Thread Rainer Jung
On 26.08.2010 11:57, michael bienstein wrote: Hi all. I'm trying to configure a proxy_loadbalancer with sticky session. I read around the web and in the source code and discovered that this module expects to handle sticky session by re-using the user's session ID provided by the origin server. Th

[us...@httpd] Override timeout for one script?

2010-08-26 Thread Bob
I have a slow CGI script that processes data for 10 minutes before producing output. This is greater than the Timeout amount in the httpd.conf. Is there a way I can override the timeout on a per-script or per-directory basis? since I cannot change the value globally for everyone on the server. I lo

Re: [us...@httpd] Override timeout for one script?

2010-08-26 Thread Nick Kew
On Thu, 26 Aug 2010 18:49:12 + (UTC) Bob wrote: > I have a slow CGI script that processes data for 10 minutes before producing > output. You'll run into browser timeouts there too. Better to terminate the HTTP transaction with a "processing, please wait" page and a clientpull (refresh) to a

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-26 Thread Daniel Reinhardt
-Original Message- From: Mark Adams Sent: 25 August, 2010 17:10 To: users@httpd.apache.org Subject: Re: [us...@httpd] Mythweb Access Forbidden Okay, thanks Martin. I am beat. I'm going to turn in and pick this up after work tomorrow morning. I appreciate your help, but it looks like

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-26 Thread Justin Pasher
-Original Message- From: Mark Adams Sent: 25 August, 2010 17:10 To: users@httpd.apache.org Subject: Re: [us...@httpd] Mythweb Access Forbidden Okay, thanks Martin. I am beat. I'm going to turn in and pick this up after work tomorrow morning. I appreciate your help, but it looks like

Re: [us...@httpd] Mythweb Access Forbidden

2010-08-26 Thread Mark Adams
Check out the configs yourself and let me know what you think. I believe they are all intact. mythweb.conf http://pastebin.mandriva.com/19683 httpd.conf http://mandriva.pastebin.com/N9dRnL7s php.ini http://mandriva.pastebin.com/dLuZkJTx Thanks for looking at this. Mark On Thu, Aug 26, 20