15
edits
Markus.doits (talk | contribs) (→Sample virtual host config: remove some abnormal configuration, add some hints) |
Markus.doits (talk | contribs) m (→Sample virtual host config: correct https-port) |
||
| Line 171: | Line 171: | ||
Sample Virtual host config for a server having SSL enabled and requiring http authentication. For debian placed in /etc/apache2/sites-enabled/, weave server directory located at /var/www/weaveserver/server/. | Sample Virtual host config for a server having SSL enabled and requiring http authentication. For debian placed in /etc/apache2/sites-enabled/, weave server directory located at /var/www/weaveserver/server/. | ||
<pre> | <pre> | ||
<VirtualHost weave.my.domain: | <VirtualHost weave.my.domain:443> | ||
ServerName weave.my.domain | ServerName weave.my.domain | ||
edits