Koha and mod_perl

Laurent Ducos <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <20150603070225.GA4627@lducos-Latitude-E5450>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.