Hola
I'm having trouble with porting a Django site, which currently uses
apache2 and mod_python with Wordpress running at /blog/, to nginx.
I have several other sites which use a fastcgi process and Django as
the root directory in a server {} configuration but adding a Location
directive to pass /blog/ to a different php-fastcgi server on another
port simply results in Django catching the URI and returning a 404
error.
(No, I don't want to keep running a huge apache2 server on another
port to proxy the thing. I want rid of apache2 - it's permanently
sitting on a quarter of the memory of a client's VPS.)
I'm sure someone's done it before. Certainly I've had no trouble
running each app separately as distinct virtual hosts in this way.
Any pointers, please?
TIA
John Handelaar
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.