lazy sessions and .htaccess

Bill Tantzen tantz001 at umn.edu
Tue Dec 17 15:48:59 EST 2019


I am using lazy sessions for my site, and as such have a section like this:

<Location />
  AuthType shibboleth
  ShibRequireSession Off
  Require shibboleth
</Location>

This works as expected, but I would like to further configure a
subdirectory with a .htaccess file (which, as the documentation states,
impossible in combination with the above <Location> block.

My workaround was to place the directives in a <Directory> block,
configuring the webroot.

This *does* work, but I'm wondering if it is the best way to accomplish
what I want (to use .htaccess files).

I have httpd 2.4.6 and shibd 2.6.1

Any pointers here would be appreciated!
Regards,
Bill

-- 
Human wheels spin round and round
While the clock keeps the pace... -- John Mellencamp
________________________________________________________________
Bill Tantzen    University of Minnesota Libraries
612-626-9949 (U of M)    612-325-1777 (cell)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20191217/547b45cc/attachment.html>


More information about the users mailing list