summarylogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
authorEugene Lamskoy2022-01-21 14:12:49 +0200
committerEugene Lamskoy2022-01-21 14:12:49 +0200
commit1396875b526b493a20e1a62204f92da58ac2afe8 (patch)
tree99b6370a3d4b4a45507cfae262361e9b4e8da65b /apache.conf
parent23c90810a7908ce31928b5ee0cedc95bf5d99419 (diff)
downloadaur-1396875b526b493a20e1a62204f92da58ac2afe8.tar.gz
PHP 5.5.38 pkgrel=8
Diffstat (limited to 'apache.conf')
-rw-r--r--apache.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/apache.conf b/apache.conf
deleted file mode 100644
index c3ca0aad509e..000000000000
--- a/apache.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# Required modules: dir_module, php5_module
-
-<IfModule dir_module>
- <IfModule php5_module>
- DirectoryIndex index.php index.html
- <FilesMatch "\.php$">
- SetHandler application/x-httpd-php
- </FilesMatch>
- <FilesMatch "\.phps$">
- SetHandler application/x-httpd-php-source
- </FilesMatch>
- </IfModule>
-</IfModule>