You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tommy Peterson <To...@xpandcorp.com> on 2011/05/25 15:57:06 UTC

[users@httpd] Location Directive exceptions question

If I have an Apache Location directive e as follows:
<Location /drupal>
   AuthType shibboleth
   ShibRequireSession On
   ShibUseHeaders On
   require shibboleth
</Location>

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 there are two-sub URLs of that application that have "/drupal/" in their paths which need an exception to this directive. In other words I don't want them to be redirected to Shibboleth for login.

I need to know how to make these exceptions. I saw Allowoveride but according the documentation that is not allowed for the location directive. Can anyone suggest something else?

Thanks.
Tommy

________________________________
This message contains Devin Group confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received this e-mail in error and delete this e-mail from your system. E-mail transmissions cannot be guaranteed secure, error-free and information could be intercepted, corrupted, lost, destroyed, arrive late, incomplete, or contain viruses. The sender therefore does not accept liability for errors or omissions in the contents of this message which may arise as result of transmission. If verification is required please request hard-copy version.

Re: [users@httpd] Location Directive exceptions question

Posted by Igor Cicimov <ic...@gmail.com>.
<LocationMatch "^/drupal">

On May 25, 2011 11:57 PM, "Tommy Peterson" <To...@xpandcorp.com>
wrote:

 If I have an Apache Location directive e as follows:

<Location /drupal>

   AuthType shibboleth

   ShibRequireSession On

   ShibUseHeaders On

   require shibboleth

</Location>



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
there are two-sub URLs of that application that have “/drupal/” in their
paths which need an exception to this directive. In other words I don’t want
them to be redirected to Shibboleth for login.



I need to know how to make these exceptions. I saw Allowoveride but
according the documentation that is not allowed for the location directive.
Can anyone suggest something else?



Thanks.

Tommy

------------------------------
This message contains Devin Group confidential information and is intended
only for the individual named. If you are not the named addressee you should
not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received this
e-mail in error and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed secure, error-free and information could
be intercepted, corrupted, lost, destroyed, arrive late, incomplete, or
contain viruses. The sender therefore does not accept liability for errors
or omissions in the contents of this message which may arise as result of
transmission. If verification is required please request hard-copy version.