On May 21, 4:10 pm, Jason <[EMAIL PROTECTED]> wrote:
> Hey folks--
>
> I'm trying to set up a mirror instance of Django on our webserver,
> having grown tired of bringing our whole site down every time I'm
> debugging new code.

Why aren't you debugging on your local machine?

> I've got an Apache VirtualHost set up on port 8080 that more or less
> mirrors our website.   And I've installed a separate instance of
> Django to work with it.
>

Are you listening on both ports? Check httpd.conf and make sure it has
something like this:

Listen 80
Listen 8080



--~--~---------~--~----~------------~-------~--~----~
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