I'm absolutely new to any kind of server administration and there shouldn't be any working part on my diaspora pod... but I can follow manuals! :)
Please help me to leave facebook behind and become a happy member of the diaspora world (with my own, insecure pod). The last part in the puzzle is porting these rewrite rules to Cherokee (because I like being alternative, hehe!):
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
RewriteRule ^/(.*)$ balancer://thinservers%{REQUEST_URI} [P,QSA,L]
<Proxy balancer://thinservers>
BalancerMember http://127.0.0.1:3000
</Proxy>
ProxyRequests Off
ProxyVia On
ProxyPreserveHost On
which is part of the suggested vhost config file for Apache: https://gist.github.com/719014 .
Thank you so much for any kind of help!
