canmove, Confirmed users
1,173
edits
(Created page with ''''It is strongly recommended that you use the http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server Weave Minimal Server rather than a full install.''' [https:/…') |
|||
| Line 142: | Line 142: | ||
== Sample virtual host config == | == Sample virtual host config == | ||
Sample Virtual host config for a server having SSL | Sample Virtual host config for a server having SSL. For debian placed in /etc/apache2/sites-enabled/, weave server directory located at /var/www/weaveserver/server/. | ||
<pre> | <pre> | ||
<VirtualHost weave.my.domain:443> | <VirtualHost weave.my.domain:443> | ||
| Line 162: | Line 162: | ||
Order allow,deny | Order allow,deny | ||
Allow from all | Allow from all | ||
</Directory> | </Directory> | ||