summaryrefslogtreecommitdiffstats
path: root/tiny/etc/apache2/conf-available/php5_fpm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tiny/etc/apache2/conf-available/php5_fpm.conf')
-rw-r--r--tiny/etc/apache2/conf-available/php5_fpm.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/tiny/etc/apache2/conf-available/php5_fpm.conf b/tiny/etc/apache2/conf-available/php5_fpm.conf
new file mode 100644
index 0000000..1ebf27d
--- /dev/null
+++ b/tiny/etc/apache2/conf-available/php5_fpm.conf
@@ -0,0 +1,8 @@
+AddType application/x-httpd-php .php
+<FilesMatch \.php$>
+ SetHandler fcgi://localhost:9011/srv/http/
+</FilesMatch>
+<IfModule dir_module>
+ DirectoryIndex index.php index.html
+</IfModule>
+