diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index 1f88fdde5806aa5e27f17931e3e362046ad1a148..9c74f8963871cda4026604be31b6c479c2543939 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -71,7 +71,7 @@ AddHandler fcgid-script .php .php3 .php4 .php5 FCGIWrapper .php Options +ExecCGI - AllowOverride None + AllowOverride all Order allow,deny Allow from all @@ -91,7 +91,8 @@ php_admin_value session.save_path /tmp #php_admin_value open_basedir :/usr/share/php5 - + + @@ -159,7 +160,17 @@ # php as cgi enabled AddType application/x-httpd-php .php .php3 .php4 .php5 - + + # php as fast-cgi enabled + + AddHandler fcgid-script .php .php3 .php4 .php5 + FCGIWrapper .php + Options +ExecCGI + AllowOverride all + Order allow,deny + Allow from all + + RewriteEngine on @@ -177,8 +188,7 @@ #php_admin_value open_basedir :/usr/share/php5 - - +