aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/argus-monitor/files/apache.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/argus-monitor/files/apache.conf.in')
-rw-r--r--net-mgmt/argus-monitor/files/apache.conf.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-mgmt/argus-monitor/files/apache.conf.in b/net-mgmt/argus-monitor/files/apache.conf.in
deleted file mode 100644
index 9bc784c40917..000000000000
--- a/net-mgmt/argus-monitor/files/apache.conf.in
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-# The CGI script is served from the default apache
-# cgi-bin directory; we single this URL out from
-# the normal alias parsing below.
-#
-ScriptAliasMatch ^/argus/$ "%%WWWDIR%%/cgi-bin/arguscgi"
-ScriptAlias ^/argus/cgi-bin/$ "%%WWWDIR%%/cgi-bin/"
-
-<Directory "%%WWWDIR%%/cgi-bin">
- options ExecCGI
- AllowOverride none
- allow from all
-</Directory>
-
-# Support for the logo, css and javascript files. The minimal set
-# needed are /sound/whoopwhoop.wav, /img/argus.logo.gif, /img/smile.gif
-# /img/sad.gif, /img/nospkr.gif and on top level /argus.css and
-# optionally /argus.js.
-#
-Alias /argus/ "%%WWWDIR%%/docroot/"
-
-<Directory "%%WWWDIR%%/docroot">
- options none
- AllowOverride none
- allow from all
-</Directory>