Not so much a complete system, but if you’ve been looking to get Sync working on Nginx, there’s a solution available. It’s a pretty impressive piece of work!
Not so much a complete system, but if you’ve been looking to get Sync working on Nginx, there’s a solution available. It’s a pretty impressive piece of work!
July 27, 2010 at 12:04 am |
Do you know of anyone who has gotten sync server running on dreamhost (shared, without access to apache conf)? is this even possible?
September 24, 2010 at 4:11 pm |
you need mod_rewrite active in apache (which should be the case on dramhost, according to: http://wiki.dreamhost.com/Mod_rewrite).
then put something likethe following into your .htaccess:
DirectoryIndex index.php
RewriteEngine On
RewriteBase /weave
RewriteRule ^(.*) index.php [L]
with this there’s no need to have access to apache conf.
nb: you’ll need to edit the create user file so as to make it accept arguments, rather than asking for them via stdin..
September 30, 2010 at 4:43 am
thanks, for the response, i will try this out asap… (in a week or so?)
August 25, 2010 at 9:25 am |
So his entry is from march. Is it still suggested to use the minimal server, or should we rather setup the full?
August 25, 2010 at 4:50 pm |
Minimal. The full version gets more and more complicated to set up.
August 26, 2010 at 5:02 am
Thanks!
October 8, 2010 at 8:15 am |
The minimal server isn’t working anymore with Sync 1.5:
Sync encountered an error while syncing: Unknown error
My access.log only has status-200 entries, so i have no idea what the problem is.
October 8, 2010 at 11:17 am |
Hm, after i disabled History syncing the error is gone. verbose-log.txt showed:
Service.Main DEBUG Null id for anno! (invalid uri) No traceback available
for the history sync.
November 19, 2010 at 8:56 pm
Yeah, that error is a client error and has been fixed in Sync 1.5.1. It’s independent of the server.