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