diff --git a/hsarback/src/de/hsadmin/mods/dom/apache-vhost.vm b/hsarback/src/de/hsadmin/mods/dom/apache-vhost.vm index f3d51c1..a1c89c3 100644 --- a/hsarback/src/de/hsadmin/mods/dom/apache-vhost.vm +++ b/hsarback/src/de/hsadmin/mods/dom/apache-vhost.vm @@ -46,9 +46,9 @@ #if( ${php5} ) - FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5 -#end + FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5 +#end RewriteEngine On RewriteOptions Inherit @@ -79,7 +79,7 @@ ServerName ${dom.name} ServerAlias ${dom.serveraliases} - ServerAdmin ${dom.user.name}@${dom.name} + ServerAdmin webmaster@${dom.name} SuexecUserGroup ${dom.user.name} ${pac.name} @@ -119,15 +119,15 @@ - PassengerEnabled Off + PassengerEnabled Off SetHandler fcgid-script Options +ExecCGI -Includes -Indexes -MultiViews +SymLinksIfOwnerMatch #if( ${php5} ) - FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5 -#end + FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5 +#end RewriteEngine On RewriteOptions Inherit