> > Are you listening on both ports? Check httpd.conf and make sure it has
> > something like this:
>
> > Listen 80
> > Listen 8080
>
> Oh yeah, that's all taken care of.  The "test site" is working fine on
> port 8080, separate from the regular port 80 site.  My problem is that
> if I change the Django settings exclusively on the port 8080
> VirtualHost (as per my last post), it also changes my main sites
> settings & throws me into the empty new Django install.  Hope that's
> clear...?

Perhaps setting them to different Python Interpreters as described
here:

http://www.djangoproject.com/documentation/modpython/#multiple-django-installations-on-the-same-apache

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to