]> git.deb.at Git - deb/packages.git/commitdiff
Disable mod_perl
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 15 Apr 2007 01:07:42 +0000 (03:07 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 15 Apr 2007 01:07:42 +0000 (03:07 +0200)
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

index 0a429191e953c8dca61c86e0a0a5441371812cd4..ec90f962f8660f74d50b5f7c90300d136dc154b8 100644 (file)
    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
    <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>