The apache configuration is saved in the directory /etc/apache2 in the following files and directories:
Listen 80,443 |
Gosa Configuration (sites-available/gosa) can be like this:
NameVirtual * |
<VirtualHost *> |
ServerName gosa.chaosdimension.org |
Redirect /gosa https://gosa.chaosdimension.org/gosa |
CustomLog /var/log/apache/gosa.log combined |
ErrorLog /var/log/apache/gosa.log |
</VirtualHost> |
And when is saved, can be enabled making this:
#>ln -s /etc/apache2/sites-available/gosa.conf /etc/apache2/sites-enabled/gosa.conf |