Labs/Weave/Sync/1.0/Setup: Difference between revisions

(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 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. 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
AuthType Basic
AuthName "Weave Server"
AuthUserFile /path/to/auth/file
require valid-user
</Directory>
</Directory>


canmove, Confirmed users
1,173

edits