summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2003-07-17 20:15:09 +0000
committerNed Ludd <solar@gentoo.org>2003-07-17 20:15:09 +0000
commit613cbb0a8520a7e595d4cc23670fc55dd3672ee0 (patch)
tree0a423cd3ec007a9e91a7b7eb620a89baeac1d962 /net-analyzer/piwi/files/piwi-apache.conf
parentInitial import of piwi, the web frontend to prelude-ids. courtesy of Michael ... (diff)
downloadhistorical-613cbb0a8520a7e595d4cc23670fc55dd3672ee0.tar.gz
historical-613cbb0a8520a7e595d4cc23670fc55dd3672ee0.tar.bz2
historical-613cbb0a8520a7e595d4cc23670fc55dd3672ee0.zip
Initial import of piwi, the web frontend to prelude-ids. courtesy of Michael Boman
Diffstat (limited to 'net-analyzer/piwi/files/piwi-apache.conf')
-rw-r--r--net-analyzer/piwi/files/piwi-apache.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/piwi/files/piwi-apache.conf b/net-analyzer/piwi/files/piwi-apache.conf
new file mode 100644
index 000000000000..353ec5b60bab
--- /dev/null
+++ b/net-analyzer/piwi/files/piwi-apache.conf
@@ -0,0 +1,21 @@
+<IfDefine PIWI>
+
+ <Directory "/home/httpd/htdocs/piwi">
+ Options ExecCGI FollowSymLinks
+ AllowOverride All
+ </Directory>
+
+ <IfDefine MOD_PERL>
+ PerlModule Apache::DBI
+ <Files *.pl>
+ SetHandler perl-script
+ PerlHandler Apache::PerlRun
+ PerlSendHeader On
+ </Files>
+ </IfDefine>
+
+ <IfDefine !MOD_PERL>
+ AddHandler cgi-script .pl
+ </IfDefine>
+
+</IfDefine>