The following commit has been merged in the ubuntu-master branch:
commit 7e7cefd4e3e52eff5459452a0a4171922e93dc69
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Sat Feb 16 01:35:11 2008 +0100

    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.

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
    <Location /cgi-bin/>
-#      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
    </Location>
 

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to