summarylogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
authorEugene Lamskoy2022-01-25 14:12:36 +0200
committerEugene Lamskoy2022-01-25 14:13:04 +0200
commit799de978e4bc60305192f574d4547a4f12895d92 (patch)
tree815f3362a5a9df98c84f1fe6a9be87b9c999aca9 /apache.conf
parentc5f4b471d59da1e617424b38f48cca0479f093ee (diff)
downloadaur-799de978e4bc60305192f574d4547a4f12895d92.tar.gz
new version of PKGBUILD
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 b516b5e66ffa..000000000000
--- a/apache.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-# Required modules: dir_module, php7_module
-
-<IfModule dir_module>
- <IfModule php7_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>