From 7e7cefd4e3e52eff5459452a0a4171922e93dc69 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 16 Feb 2008 01:35:11 +0100 Subject: [PATCH] apache.conf: Enable mod_perl I've now moved packages.debian.net to a different (virtual) server, since using the same apache for both sites causes "interesting" effects. Enable mod_perl again. --- 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 b69afe2..8e8e2cc 100644 --- a/conf/apache.conf.sed.in +++ b/conf/apache.conf.sed.in @@ -73,19 +73,19 @@ ScriptAlias /cgi-bin/ %TOPDIR%/cgi-bin/ -# PerlModule ModPerl::Registry -# PerlTaintCheck On -# PerlRequire %TOPDIR%/bin/mod_perl-startup -# PerlSwitches -T + PerlModule ModPerl::Registry + PerlTaintCheck On + 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