18 lines
489 B
Plaintext
18 lines
489 B
Plaintext
</VirtualHost>
|
|
<VirtualHost |IP|:|PORT_443| |MULTI_IP|>
|
|
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
|
|
<IfModule !mod_ruid2.c>
|
|
SuexecUserGroup webapps webapps
|
|
</IfModule>
|