From fe72a688718c5f1bcd20fd7eee7276e0b15b8fa5 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sun, 11 May 2008 22:23:57 +0200 Subject: [PATCH] [ARCHIVE] Don't use mod_perl It is still not possible to run two sites with different configuration on the same host with mod_perl due to some remaining global variables. Since this site runs on the same server as packages.debian.net, we can't use mod_perl currently. --- conf/apache.conf.sed.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/apache.conf.sed.in b/conf/apache.conf.sed.in index eba6664..ac2143e 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -72,21 +72,21 @@ 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 +# PerlRequire %TOPDIR%/bin/mod_perl-startup PerlSwitches -T - 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