apache-vhost: ServerAdmin should be webmaster@<domain>

This commit is contained in:
Michael Hierweck 2018-05-26 08:34:07 +02:00
parent e715c955e1
commit 605701bb3f

View File

@ -46,9 +46,9 @@
</Location> </Location>
#if( ${php5} ) #if( ${php5} )
FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5 FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5
#end
#end
RewriteEngine On RewriteEngine On
RewriteOptions Inherit RewriteOptions Inherit
@ -79,7 +79,7 @@
<VirtualHost ${pac.curINetAddr.inetAddr}:443 ${pac.oldINetAddr.inetAddr}:443> <VirtualHost ${pac.curINetAddr.inetAddr}:443 ${pac.oldINetAddr.inetAddr}:443>
ServerName ${dom.name} ServerName ${dom.name}
ServerAlias ${dom.serveraliases} ServerAlias ${dom.serveraliases}
ServerAdmin ${dom.user.name}@${dom.name} ServerAdmin webmaster@${dom.name}
SuexecUserGroup ${dom.user.name} ${pac.name} SuexecUserGroup ${dom.user.name} ${pac.name}
@ -119,15 +119,15 @@
</Location> </Location>
<Location /fastcgi-bin/> <Location /fastcgi-bin/>
PassengerEnabled Off PassengerEnabled Off
SetHandler fcgid-script SetHandler fcgid-script
Options +ExecCGI -Includes -Indexes -MultiViews +SymLinksIfOwnerMatch Options +ExecCGI -Includes -Indexes -MultiViews +SymLinksIfOwnerMatch
</Location> </Location>
#if( ${php5} ) #if( ${php5} )
FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5 FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5
#end
#end
RewriteEngine On RewriteEngine On
RewriteOptions Inherit RewriteOptions Inherit