From 21338701a5fac70f9c03646dfb44942eeba4e276 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 15 Apr 2007 03:07:42 +0200 Subject: [PATCH] Disable mod_perl Hmm, it seems two (different) instances of these scripts can't be run together on the same host currently. Disable mod_perl for the time beeing. This branch is far away from beeing deployable anyway. --- conf/apache.conf.sed.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index 0a42919..ec90f96 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -83,20 +83,20 @@ ErrorLog /var/log/apache2/%SITE%-error.log CustomLog /var/log/apache2/%SITE%-access.log combined - Alias /cgi-bin/ %TOPDIR%/cgi-bin/ + ScriptAlias /cgi-bin/ %TOPDIR%/cgi-bin/ - PerlModule ModPerl::Registry - PerlTaintCheck On - PerlRequire %TOPDIR%/bin/mod_perl-startup +# PerlModule ModPerl::Registry +# PerlTaintCheck On +# PerlRequire %TOPDIR%/bin/mod_perl-startup - SetHandler perl-script +# SetHandler perl-script # mod-perl etch - PerlInitHandler Apache2::Reload +# PerlInitHandler Apache2::Reload # mod-perl sarge #PerlInitHandler Apache::Reload - PerlHandler ModPerl::Registry +# PerlHandler ModPerl::Registry Options +ExecCGI - PerlSendHeader On +# PerlSendHeader On allow from all -- 2.39.2