Re: Django and mod_proxy

2007-08-06 Thread Przemek Gawronski
> Is that running by runserver:8000? Yep! > Is your django dev server serving static files? Yes, django server is serving static files, in my urlpatterns = patterns('', (r'^js/(?P.*)$', 'django.views.static.serve',{'document_root': '/home/django/work/fw/media/'}), (r'^css/(?P.*)$',

Re: Django and mod_proxy

2007-08-04 Thread Michael
a > > mod_proxy. > > > > So my router transmits all it's communication on port 80 to 192.168.0.2, > > on which I've setup mod_proxy (with django server on 192.168.1.2, the > > networks see each other) > > > > > > ProxyRequests On > > ProxyPass

Re: Django and mod_proxy

2007-08-03 Thread Matt Davies
t; > Hi, I'm having some problems running Django behind an Apache with a > mod_proxy. > > So my router transmits all it's communication on port 80 to 192.168.0.2, > on which I've setup mod_proxy (with django server on 192.168.1.2, the > networks see each other) > > > Pro

Django and mod_proxy

2007-08-02 Thread Przemek Gawronski
Hi, I'm having some problems running Django behind an Apache with a mod_proxy. So my router transmits all it's communication on port 80 to 192.168.0.2, on which I've setup mod_proxy (with django server on 192.168.1.2, the networks see each other) ProxyRequests On ProxyPass /django/ http