summarylogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
authorEugene Lamskoy2023-02-22 18:02:10 +0200
committerEugene Lamskoy2023-02-22 18:02:10 +0200
commit9ab3feaeafbf9dae6a22160e3f553da8931acf34 (patch)
tree25eef03c28362d990fb93c0c9b805c97276e1154 /apache.conf
parent2047899ce96ed15a2b7a69615cc82989c0d98156 (diff)
downloadaur-9ab3feaeafbf9dae6a22160e3f553da8931acf34.tar.gz
php56 modern version
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>