The application proper performs an authentication check before rendering
the list. Adding an extra Apache auth layer over it is unnecessary and
complicates the handoff from the browser app to the pull list.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
allow from all
</Location>
-<Location /opac/extras/circ>
- AuthType Basic
- AuthName "Circ Extras Login"
- PerlOptions +GlobalRequest
- PerlSetVar OILSProxyPermissions "STAFF_LOGIN"
- PerlAuthenHandler OpenILS::WWW::Proxy::Authen
- require valid-user
- Options +ExecCGI
- PerlSendHeader On
- allow from all
-</Location>
-
<Location /collections>
SetHandler perl-script
AuthType Basic
Require all granted
</Location>
-<Location /opac/extras/circ>
- AuthType Basic
- AuthName "Circ Extras Login"
- PerlOptions +GlobalRequest
- PerlSetVar OILSProxyPermissions "STAFF_LOGIN"
- PerlAuthenHandler OpenILS::WWW::Proxy::Authen
- require valid-user
- Options +ExecCGI
- PerlSendHeader On
- Require all granted
-</Location>
-
<Location /collections>
SetHandler perl-script
AuthType Basic