Fixing webmaster address in all server confs

This commit is contained in:
Ubergeek 2019-02-16 00:19:56 +00:00
parent 7edcff4df4
commit 50c0b5cecd
7 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@
# However, you must set it for any further virtual host explicitly. # However, you must set it for any further virtual host explicitly.
#ServerName www.example.com #ServerName www.example.com
ServerAdmin amcclure@ttm.sh ServerAdmin webmaster@thunix.net
DocumentRoot /var/www/thunix.cf DocumentRoot /var/www/thunix.cf
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,

View File

@ -1,5 +1,5 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerAdmin amcclure@ttm.sh ServerAdmin webmaster@thunix.net
ServerName ftp.thunix.cf ServerName ftp.thunix.cf
DocumentRoot /var/www/ftp.thunix.cf DocumentRoot /var/www/ftp.thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log
@ -12,7 +12,7 @@
<IfModule mod_ssl.c> <IfModule mod_ssl.c>
<VirtualHost *:443> <VirtualHost *:443>
ServerAdmin amcclure@ttm.sh ServerAdmin webmaster@thunix.net
ServerName ftp.thunix.cf ServerName ftp.thunix.cf
DocumentRoot /var/www/ftp.thunix.cf DocumentRoot /var/www/ftp.thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log

View File

@ -1,6 +1,6 @@
<IfModule mod_ssl.c> <IfModule mod_ssl.c>
<VirtualHost *:443> <VirtualHost *:443>
ServerAdmin amcclure@ttm.sh ServerAdmin webmaster@thunix.net
ServerName thunix.cf ServerName thunix.cf
DocumentRoot /var/www/thunix.cf DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log

View File

@ -1,5 +1,5 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerAdmin amcclure@ttm.sh ServerAdmin webmaster@thunix.net
ServerName thunix.cf ServerName thunix.cf
DocumentRoot /var/www/thunix.cf DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log

View File

@ -1,5 +1,5 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerAdmin amcclure@ttm.sh ServerAdmin webmaster@thunix.net
ServerName thunix.tilde.chat ServerName thunix.tilde.chat
DocumentRoot /var/www/thunix/chat DocumentRoot /var/www/thunix/chat
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log

View File

@ -1,6 +1,6 @@
<IfModule mod_ssl.c> <IfModule mod_ssl.c>
<VirtualHost *:443> <VirtualHost *:443>
ServerAdmin amcclure@ttm.sh ServerAdmin webmaster@thunix.net
ServerName www.thunix.cf ServerName www.thunix.cf
DocumentRoot /var/www/thunix.cf DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log

View File

@ -1,5 +1,5 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerAdmin amcclure@ttm.sh ServerAdmin webmaster@thunix.net
ServerName www.thunix.cf ServerName www.thunix.cf
DocumentRoot /var/www/thunix.cf DocumentRoot /var/www/thunix.cf
ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log