summaryrefslogtreecommitdiff
path: root/textproc/cdsware/files/httpd.conf.cdsware
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/cdsware/files/httpd.conf.cdsware')
-rw-r--r--textproc/cdsware/files/httpd.conf.cdsware23
1 files changed, 0 insertions, 23 deletions
diff --git a/textproc/cdsware/files/httpd.conf.cdsware b/textproc/cdsware/files/httpd.conf.cdsware
deleted file mode 100644
index 87448bb56c76..000000000000
--- a/textproc/cdsware/files/httpd.conf.cdsware
+++ /dev/null
@@ -1,23 +0,0 @@
-# This is included in Apache's httpd.conf for CDSware
-
-<Directory %%PREFIX%%/%%WEBDIR%%>
- AddDefaultCharset UTF-8
- DirectoryIndex index.en.html index.html index.py index.en.php index.php
- AddHandler python-program .py
- PythonHandler mod_python.publisher
- PythonDebug On
- <IfModule mod_php4.c>
- php_flag log_errors = on
- php_flag display_errors = off
- php_flag expose_php = off
- php_value max_execution_time 160
- php_flag register_globals = on
- php_flag short_open_tag = on
- </IfModule>
-</Directory>
-
-<IfModule mod_alias.c>
- Alias /%%WALIAS%%/ "%%PREFIX%%/%%WEBDIR%%/"
-</IfModule>
-# End of CDSW configuration ================
-