]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/httpd/vhosts.d/ipfire-interface-ssl.conf
Imported mod_perl by xpapa.
[people/teissler/ipfire-2.x.git] / config / httpd / vhosts.d / ipfire-interface-ssl.conf
index 5a39e3e7698c1cc84885d723af65676cc6d28698..ebbd8d964038c2a757e0cc13c8bec8ea56d64b6f 100644 (file)
     SSLCipherSuite ALL:!ADH:!EXPORT56:!eNULL:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP
     SSLCertificateFile /etc/httpd/server.crt
     SSLCertificateKeyFile /etc/httpd/server.key
+
+    PerlRequire /usr/lib/apache/startup.pl
+    PerlWarn On
+
     <Directory /srv/web/ipfire/html>
         Options ExecCGI
         AllowOverride None
     ScriptAlias /cgi-bin/ /srv/web/ipfire/cgi-bin/
     <Directory /srv/web/ipfire/cgi-bin>
         AllowOverride None
-        Options None
+        Options ExecCGI
+       SetHandler perl-script
+       PerlSendHeader On
+       PerlHandler ModPerl::Registry
         AuthName "IPFire - Restricted"
         AuthType Basic
         AuthUserFile /var/ipfire/auth/users