mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
Imported mod_perl by xpapa.
This commit is contained in:
committed by
Arne Fitzenreiter
parent
27155082c6
commit
158c3466a1
@@ -12,6 +12,10 @@
|
||||
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
|
||||
@@ -27,7 +31,10 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user