diff --git a/virtual_host2_secure.conf.CUSTOM.4.post b/virtual_host2_secure.conf.CUSTOM.4.post new file mode 100644 index 0000000..61fbd45 --- /dev/null +++ b/virtual_host2_secure.conf.CUSTOM.4.post @@ -0,0 +1,17 @@ + + + ServerName poczta.|DOMAIN| + ServerAdmin |ADMIN| + DocumentRoot /var/www/html/roundcube + + SSLEngine on + SSLCertificateFile |CERT| + SSLCertificateKeyFile |KEY| + |CAROOT| + + CustomLog /var/log/httpd/domains/|DOMAIN|.bytes bytes + CustomLog /var/log/httpd/domains/|DOMAIN|.log combined + ErrorLog /var/log/httpd/domains/|DOMAIN|.error.log + + SuexecUserGroup webapps webapps +