apache-vhost: ServerAdmin should be webmaster@<domain>
This commit is contained in:
parent
e715c955e1
commit
605701bb3f
@ -47,8 +47,8 @@
|
|||||||
|
|
||||||
#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}
|
||||||
|
|
||||||
@ -126,8 +126,8 @@
|
|||||||
|
|
||||||
#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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user