Hi,We plan to use our CAS in order to access to the intranet and , for the user, to his account.
I work with mod-proxy on apache and my questions are about configuration. I've created 3 files in /apache2/conf.d 1) cas.conf
<Proxy *>
Order Allow,Deny
Allow from All
AuthName "Acces Intranet"
AuthType CAS
Require valid-user ************************
</Proxy>
Can i duplicate this block for the opac in the same file? 2)proxy_opac.conf
ProxyRequests On ProxyPass /cgi-bin/koha/ ! ProxyPass /cgi-bin/koha/ http://localhost:80/cgi-bin/opac/opac-user.plProxyPassReverse /cgi-bin/koha/ http://localhost:80/cgi-bin/opac/opac-user.plProxyPreserveHost On
I've some doubt on the writing because i've the following error HTTP Status 404 *type* Status report *message* _/cgi-bin/koha/opac-user.pl_*description* _The requested resource (/cgi-bin/koha/opac-user.pl) is not available._
3)proxy_intranet.conf
ProxyRequests On ProxyPass /cgi-bin/koha ! ProxyPass /cgi-bin/koha http://localhost:8080/cgi-bin/koha/mainpage.plProxyPassReverse /cgi-bin/koha http://localhost:8080/cgi-bin/koha/mainpage.plProxyPreserveHost On
Best regards samuel
<<attachment: samuel_desseaux.vcf>>
_______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
