Re: [users@httpd] need some thoughts on trouble shooting httpd server hangup

2011-06-03 Thread Jeroen Geilman
On 06/03/2011 10:12 PM, Zaccone, Warren wrote: Have a problem where httpd server 2.2.15 stops responding to requests requiring server to be frequently restarted that has me going in circles. I was looking for some direction as to how to pursue. there are 8 workers running each consuming very lit

[users@httpd] SetEnvIf and mod_rewrite

2011-06-03 Thread Kogelheide, Ryan SSBC:EX
Hi everyone, I need your help. I've been trying to check a header variable provided by top-level filter and proxy depending on it: SetEnvIf SERVERSESSIONID ".+" AUTHENTICATED RewriteCond %{ENV:AUTHENTICATED} 1 RewriteRule ^/(.*) https://backend:7792/authenticated/$1 [P,L] ProxyPassRever

[users@httpd] need some thoughts on trouble shooting httpd server hangup

2011-06-03 Thread Zaccone, Warren
Have a problem where httpd server 2.2.15 stops responding to requests requiring server to be frequently restarted that has me going in circles. I was looking for some direction as to how to pursue. there are 8 workers running each consuming very little cpu. netstat shows process listening o

[users@httpd] O.T. [was: how many directives can you have?]

2011-06-03 Thread Stormy
At 08:59 AM 6/3/2011 -0400, Tommy Peterson wrote: Paul Best regards, Because it messes up the order in which people normally read text. But why is top-posting such a bad thing? RFC 1855 specifically states that the quoted message be above the reply text (and trimmed appropriately.) But wh

Re: [users@httpd] how many directives can you have?

2011-06-03 Thread Yehuda Katz
On Fri, Jun 3, 2011 at 8:59 AM, Tommy Peterson wrote: > OK. Thanks. > > > > But what do you mean “Please don’t top-post”? I don’t understand. > http://en.wikipedia.org/wiki/Posting_style Personally, I use interleaved posting when answering many questions and generally top-posting for other thi

RE: [users@httpd] how many directives can you have?

2011-06-03 Thread Tommy Peterson
OK. Thanks. But what do you mean "Please don't top-post"? I don't understand. From: Jeroen Geilman [mailto:jer...@adaptr.nl] Sent: Friday, June 03, 2011 8:57 AM To: users@httpd.apache.org Subject: Re: [users@httpd] how many directives can you have? On 06/03/2011 02:32 PM, Tommy Peterson wrote:

Re: [users@httpd] how many directives can you have?

2011-06-03 Thread Jeroen Geilman
On 06/03/2011 02:32 PM, Tommy Peterson wrote: Yes. Here is what I had to start with Please don't top-post. AuthType shibboleth ShibRequireSession On ShibUseHeaders On require shibboleth LocationMatch cannot match a query string, you need a rewriterule for that. From the d

Re: [users@httpd] error initializing: HTTPS redirected to HTTP is not supported

2011-06-03 Thread Igor Galić
- Original Message - > Hello all. I have a pair of apache proxy/web-app servers that > simultaneously reported this error this morning. At the time > logrotate > was stopping and starting apache. > > I've never seen this error before, and teh google isn't giving me > anything useful. I ha

RE: [users@httpd] how many directives can you have?

2011-06-03 Thread Tommy Peterson
So according to this part: " and done simultaneously Apart from , each group is processed in the order that they appear in the configuration files." I at least logically approached it correctly. Dunno. Perhaps it is something else. I have ruled out everything else and all roads lead back to

RE: [users@httpd] how many directives can you have?

2011-06-03 Thread Tommy Peterson
Yes. Here is what I had to start with AuthType shibboleth ShibRequireSession On ShibUseHeaders On require shibboleth As I had the entire Drupal application/directory locked down requiring Shibboleth authentication. It worked just fine. Then, I was asked to just require Shibboleth aut