diff --git a/httpd-vhosts.conf-template b/httpd-vhosts.conf-template index dcb1d25..b2dce18 100644 --- a/httpd-vhosts.conf-template +++ b/httpd-vhosts.conf-template @@ -18,6 +18,7 @@ SSLPassPhraseDialog builtin SSLSessionCache "shmcb:/usr/local/apache2/logs/ssl_scache(512000)" SSLSessionCacheTimeout 300 +ServerAdmin admin@example.com MDCertificateAgreement accepted @@ -40,7 +41,6 @@ MDomain test.example.com ServerName test.example.com - ServerAlias test CustomLog /usr/local/apache2/logs/test_access.log combined ErrorLog /usr/local/apache2/logs/test_error.log