Nick,
The issue is with the url rewrite. while django puts in the script name
lighttpd cannot read it because it's rewirting the url. E.g
my FCGI script is mysite.fcgi and when i tried going to the django admin
interface i would get a link like
http://mysite.com/mysite.fcgi/adminhowever lighttpd
Hi Malcolm,
Great; James' suggestion does work perfectly (stupidly obvious; it was
of course the one thing I hadn't tried) as suggested. If you're trying
to figure out how I got to this recipe I blindly followed the
instructions here:
http://code.djangoproject.com/wiki/BackwardsIncompatibleChang
On Thu, 2008-08-21 at 10:02 -0700, James Matthews wrote:
> Try FORCE_SCRIPT_NAME="" I use it and it works nicely
It's always interesting after landing a feature like this that has a few
edge cases to see where the problems distribute themselves. Turns out
there are a lot of people using the ligh
Try FORCE_SCRIPT_NAME="" I use it and it works nicely
James
On Thu, Aug 21, 2008 at 9:00 AM, Nick Clarey <[EMAIL PROTECTED]>wrote:
>
> Hi all,
>
> I've been getting my site ported over to 1.0 beta and ran into a
> problem. Basically everything works fine when I follow the
> instructions excep
Hi all,
I've been getting my site ported over to 1.0 beta and ran into a
problem. Basically everything works fine when I follow the
instructions except logging into the admin site. The source for the
admin login page shows that the login form submits data to "//admin/";
Which is obviously not
Hi!
I just setup a new Slicehost slice, built with Ubuntu 7.10 Server
edition.
I'm using Django with Lighttpd, flup for fastcgi, mysql with python-
mysqldb
Here is the software I needed. I left off a few bits, but hopefully
you'll find this useful.
Feel free to post this on your site.
Some of t
Nic James Ferrier <[EMAIL PROTECTED]> writes:
> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
>
>> Yah, weird.
>>
>> Is there any advantage of using a socket or tcp?
>
> A unix socket might be _marginally_ faster.
>
> But TCP avoids ownership issues of sockets which are a pain in the
> butt.
I
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> Yah, weird.
>
> Is there any advantage of using a socket or tcp?
A unix socket might be _marginally_ faster.
But TCP avoids ownership issues of sockets which are a pain in the
butt.
--
Nic Ferrier
http://www.tapsellferrier.co.uk
--~--~---
Yah, weird.
Is there any advantage of using a socket or tcp?
Ivan
On Jun 24, 3:22 pm, Nic James Ferrier <[EMAIL PROTECTED]>
wrote:
> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> > I've been reading this to get lightTPD and fastcgi configured on my
> > machine:
> >http://www.djangoproject.c
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> I've been reading this to get lightTPD and fastcgi configured on my
> machine:
> http://www.djangoproject.com/documentation/fastcgi/
>
> There, it says to add this to your lighttpd.conf:
>
> server.document
Hi,
I've been reading this to get lightTPD and fastcgi configured on my
machine:
http://www.djangoproject.com/documentation/fastcgi/
There, it says to add this to your lighttpd.conf:
server.document-root = "/home/user/public_html"
fastcgi.server = (
"
11 matches
Mail list logo