<Proxy *>
Order Allow,Deny
Allow from All
AuthName "Acces Intranet"
AuthType CAS
Require valid-user ************************
</Proxy>
ProxyRequests On
ProxyPass /cgi-bin/koha/ !
ProxyPass /cgi-bin/koha/ http://localhost:80/cgi-bin/opac/opac-user.pl
ProxyPassReverse /cgi-bin/koha/ http://localhost:80/cgi-bin/opac/opac-user.pl
ProxyPreserveHost On
type Status report
message /cgi-bin/koha/opac-user.pl
description The requested resource (/cgi-bin/koha/opac-user.pl) is not available.
ProxyRequests On
ProxyPass /cgi-bin/koha !
ProxyPass /cgi-bin/koha http://localhost:8080/cgi-bin/koha/mainpage.pl
ProxyPassReverse /cgi-bin/koha http://localhost:8080/cgi-bin/koha/mainpage.pl
ProxyPreserveHost On