All pastes #621819 Raw Copy code Copy link Edit

Anonymous

public unlisted text v1 · immutable
#621819 ·published 2007-07-16 12:54 UTC
rendered paste body
<VirtualHost *:80>
        DocumentRoot /home/toins/dev/head/koha-tmpl
        PerlRequire /home/toins/dev/conf/mod_perl/head.pl
        SetEnv KOHA_CONF /home/toins/dev/conf/koha/koha-sulpice.xml


<Files *.pl>
      SetHandler perl-script
        PerlResponseHandler ModPerl::Registry
        PerlOptions +ParseHeaders
       Options +ExecCGI
</Files>



</VirtualHost>