Hello, i try to use koha (http://koha-community.org/) whith mod_perl

my configuration is  :
--------- APACHE HTTP CONF --------
DocumentRoot /home/koha/src/koha-tmpl
ScriptAlias /cgi-bin/koha/ "/home/koha/src/opac/"
ScriptAlias /index.html "/home/koha/src/opac/opac-main.pl"
ScriptAlias /opac-search.pl "/home/koha/src/opac/opac-search.pl"
ScriptAlias /search "/home/koha/src/opac/opac-search.pl"

PerlModule ModPerl::Registry
PerlOptions +Parent
PerlSwitches -I/home/koha/src
<Location /cgi-bin/koha/>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
Options +ExecCGI
</Location>
--------- END OF CONF --------

Works great, but sometimes i have strange bug. Exemple : 50 request on real 
page OK and 2 request on the same page 404 not found, or logged out and logged 
out again from admin interface). If i reboot apache koha/mod_perl work again, 
some time.


-- 
Laurent Ducos
Administrateur Systèmes et Réseaux
+33974770716

Reply via email to