summarylogtreecommitdiffstats
path: root/apache.example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apache.example.conf')
-rw-r--r--apache.example.conf17
1 files changed, 0 insertions, 17 deletions
diff --git a/apache.example.conf b/apache.example.conf
deleted file mode 100644
index c9ca6e0eb87f..000000000000
--- a/apache.example.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-# Apache configuration file for IVRE
-
-<IfModule !mpm_prefork_module>
- LoadModule cgid_module modules/mod_cgid.so
-</IfModule>
-<IfModule mpm_prefork_module>
- LoadModule cgi_module modules/mod_cgi.so
-</IfModule>
-
-ScriptAlias /ivre/cgi-bin "/usr/share/ivre/web/cgi-bin"
-Alias /ivre "/usr/share/ivre/web/static"
-
-<Directory "/usr/share/ivre/web">
- Options None
- AllowOverride None
- Require all granted
-</Directory>