Tagged Questions

1
vote
2answers
303 views

help needed with Lighttpd and Apache cofiguration with Django

I am using Django as web framework and then Apache and Lighttpd as web server and static media server respectively. Lighty serves all my static content well and good, but I need to configure it to …
0
votes
1answer
16 views

Apache RewriteCond to Lighttpd

I want to migrate some sites running on apache to Lighttpd. Can anyone help me to convert this Rewrite rule into a equivalent rule for Lighttpd: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond …
0
votes
1answer
172 views

Rails Deployment on Win32 Best Practices: Lighty + Sgci

I've received some really great guidance from users of this site, and I'm thinking some advanced Rails people could assist me in resolving the following problem. I'm attempting to deploy a simple …