summaryrefslogtreecommitdiff
path: root/staging/php/apache.conf
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-08 12:08:30 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-08 12:08:30 +0100
commit75895d1cbf6e8648913c18c8ffbe6ff83a6b1682 (patch)
tree9ef98f8ab809321342a510378a59655f0e86708b /staging/php/apache.conf
parentdb8bea8ccc6a8480770f1a9681d87a439db224fd (diff)
Remove unused files.
Diffstat (limited to 'staging/php/apache.conf')
-rw-r--r--staging/php/apache.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/staging/php/apache.conf b/staging/php/apache.conf
deleted file mode 100644
index c3ca0aad5..000000000
--- a/staging/php/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>