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

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

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

2011-06-03 Thread Tommy Peterson
So according to this part: Location and LocationMatch done simultaneously Apart from Directory, 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

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 have no

Re: [users@httpd] how many Location 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. LocationMatch /drupal/online-courses\?id=\d AuthType shibboleth ShibRequireSession On ShibUseHeaders On require shibboleth /LocationMatch LocationMatch cannot match a

RE: [users@httpd] how many Location 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 Location directives can you have? On 06/03/2011 02:32 PM, Tommy Peterson

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

2011-06-03 Thread Yehuda Katz
On Fri, Jun 3, 2011 at 8:59 AM, Tommy Peterson tommy.peter...@xpandcorp.com 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

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

2011-06-03 Thread Stormy
At 08:59 AM 6/3/2011 -0400, Tommy Peterson wrote: tongue in cheek 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

[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

[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]

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