Re: lightTPD, local ref to static files

2007-06-27 Thread [EMAIL PROTECTED]
> Sorry, I don't know about fcgi configuration or url.rewrite-once. You can find docs about em here. http://www.djangoproject.com/documentation/fastcgi/ In my understanding, the Apache configuration would have the same problem. The issue is templates not being in the web root. Ivan On Jun 27,

Re: lightTPD, local ref to static files

2007-06-27 Thread Jeremy Dunck
On 6/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a lightTPD setup. Assume my django project is foo located at / > home/foo, the document root is in /home/foo/public_html, and the > django templates are in /home/foo/templates. > > I've configured lightTPD as follows: > ==