[users@httpd] What triggers AUTH_TYPE to show up?

2011-06-07 Thread Tommy Peterson
If I have the following Location directive and in the headers the Auth Type shows up accordingly it says [AUTH_TYPE] => shibboleth AuthType shibboleth ShibRequireSession On ShibUseHeaders On Require shibboleth What triggers the "AUTH_TYPE" header variable to show up? I have another di

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,

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

2011-06-03 Thread Tommy Peterson
ectives can you have? On Wed, Jun 1, 2011 at 9:53 PM, Tommy Peterson wrote: > I think I am confused about the directive. How many can you have? > Can you list 4 or 5, for example, and they are all acted upon? Or does > Apached just start with the first and stop there. Sorry for such a bas

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

2011-06-03 Thread Tommy Peterson
have? > -Original Message- > From: Tommy Peterson [mailto:tommy.peter...@xpandcorp.com] > Sent: Wednesday, June 01, 2011 21:54 > To: users@httpd.apache.org > Subject: [users@httpd] how many directives can you have? > > I think I am confused about the directive. Ho

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

2011-06-02 Thread Tommy Peterson
I think I am confused about the directive. How many can you have? Can you list 4 or 5, for example, and they are all acted upon? Or does Apached just start with the first and stop there. Sorry for such a basic question but I ran into an issue. I used such a directive to lock down a particular

[users@httpd] Location Directive exceptions question

2011-05-25 Thread Tommy Peterson
If I have an Apache Location directive e as follows: AuthType shibboleth ShibRequireSession On ShibUseHeaders On require shibboleth which works as it locks down the entire Drupal application via any url that anyone would try and access and routes them to Shibboloeth for login. But t