All pastes #621809 Raw Copy code Copy link Edit

Anonymous

public unlisted text v1 · immutable
#621809 ·published 2007-07-16 12:49 UTC
rendered paste body
<VirtualHost ihead.afarno>
        DocumentRoot /home/toins/dev/head/koha-tmpl
        ServerName localhost
        ServerName   ihead.afarno
        ServerAlias  ihead.afarno
        ScriptAlias  /cgi-bin/koha/ /home/toins/dev/head/
        ErrorLog /var/log/httpd/koha-error-sulpice.log
        SetEnv PERL5LIB /home/toins/dev/head
       PerlRequire /home/toins/dev/conf/mod_perl/head.pl
        SetEnv KOHA_CONF /home/toins/dev/conf/koha/koha-sulpice.xml


ErrorDocument 404 /cgi-bin/koha/koha-tmpl/errors/404.pl
ErrorDocument 500 /cgi-bin/koha/koha-tmpl/errors/500.pl
ErrorDocument 403 /cgi-bin/koha/koha-tmpl/errors/403.pl


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

<Directory "/home/toins/dev/head/">
       Options -Indexes FollowSymLinks MultiViews
        AllowOverride None
       Order allow,deny
       Allow from all
</Directory>

</VirtualHost>