summaryrefslogtreecommitdiff
path: root/staging/php/apache.conf
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-06 11:34:03 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-06 11:34:03 -0300
commit32b74695faa265e8390b32b499b34b95f186385b (patch)
tree3f4128f46d75d1eae0c261d022a73e5a24bc0e74 /staging/php/apache.conf
parent113cea3115f41b82346029305d739d1513239929 (diff)
Remove evil dirs
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>