PerlChildInitHandler OpenILS::WWW::SuperCat::child_init
PerlChildInitHandler OpenILS::WWW::AddedContent::child_init
PerlChildInitHandler OpenILS::WWW::AutoSuggest::child_init
+PerlChildInitHandler OpenILS::WWW::PhoneList::child_init
# ----------------------------------------------------------------------------------
# Set some defaults for our working directories
Options +ExecCGI
PerlSendHeader On
Require all granted
+ <IfModule mod_headers.c>
+ Header onsuccess set Cache-Control no-cache
+ </IfModule>
</Location>
# ----------------------------------------------------------------------------------
Require all granted
</Location>
+# ----------------------------------------------------------------------------------
+# The PhoneList lives here
+# ----------------------------------------------------------------------------------
+<Location /phonelist>
+ SetHandler perl-script
+ AuthType Basic
+ AuthName "PhoneList Login"
+ require valid-user
+ PerlOptions +GlobalRequest
+ PerlSetVar OILSProxyPermissions "STAFF_LOGIN"
+ PerlHandler OpenILS::WWW::PhoneList
+ PerlAuthenHandler OpenILS::WWW::Proxy::Authen
+ Options +ExecCGI
+ PerlSendHeader On
+ allow from all
+ <IfModule mod_headers.c>
+ Header onsuccess set Cache-Control no-cache
+ </IfModule>
+</Location>
<Location /vandelay-upload>
SetHandler perl-script
PerlHandler OpenILS::WWW::Vandelay::spool_marc