summarylogtreecommitdiffstats
path: root/apache.conf
diff options
context:
space:
mode:
authorEugene Lamskoy2022-02-03 20:42:36 +0200
committerEugene Lamskoy2022-02-03 20:42:36 +0200
commit022812fa41ddc6e6a2c665f7961eade3c4ffe846 (patch)
tree59120ae4cfd6726ad5a461347728101f0b540f58 /apache.conf
parentcdeefa925911841f044d9f551f03694877f25b9a (diff)
downloadaur-022812fa41ddc6e6a2c665f7961eade3c4ffe846.tar.gz
new 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 dd5acf40b589..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> \ No newline at end of file