On Dec 13, 1:58 pm, "Waylan Limberg" <[EMAIL PROTECTED]> wrote:
> On 12/13/06, Tipan <[EMAIL PROTECTED]> wrote:
>
> <img src="http://192.168.1.9:3000/gobites.jpg">
>
> Generally speaking I believe the conventional way to do this when both
> servers are on one machine is to point all traffic to the static
> server (port 80) which then proxies any non-static requests on to the
> server running Django (on some random port). That would avoid the
> above problem.
> ----
> Waylan Limberg
> [EMAIL PROTECTED]
Wayne,
I did have some success when I changed my ref to <img
src="/media/gobites.jpg"> and this displays images fine, but I'm not
convinced it's not serving them in apache as well as Django.
What you suggest makes sense. How would I set a proxy on the static
port - not done that before.
Tim
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---