apache-vhost: ServerAdmin should be webmaster@<domain>
This commit is contained in:
parent
e715c955e1
commit
605701bb3f
@ -47,8 +47,8 @@
|
||||
|
||||
#if( ${php5} )
|
||||
FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5
|
||||
#end
|
||||
|
||||
#end
|
||||
RewriteEngine On
|
||||
RewriteOptions Inherit
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
<VirtualHost ${pac.curINetAddr.inetAddr}:443 ${pac.oldINetAddr.inetAddr}:443>
|
||||
ServerName ${dom.name}
|
||||
ServerAlias ${dom.serveraliases}
|
||||
ServerAdmin ${dom.user.name}@${dom.name}
|
||||
ServerAdmin webmaster@${dom.name}
|
||||
|
||||
SuexecUserGroup ${dom.user.name} ${pac.name}
|
||||
|
||||
@ -126,8 +126,8 @@
|
||||
|
||||
#if( ${php5} )
|
||||
FcgidInitialEnv HTTP_PHP_BIN /usr/lib/cgi-bin/php5
|
||||
#end
|
||||
|
||||
#end
|
||||
RewriteEngine On
|
||||
RewriteOptions Inherit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user