Dear list,

I have a question that I could not solve by 'list archival peeking'.  
Although I got a couple of messages hinting at the same problem I  
have, I did not find one pointing to the solution.

It's about Firefox and it's access to the basic css files for Django.  
If I a access my Django application on my local development machine  
both Safari and Firefox apply the css files to the view templates.

So I get the nice Django color scheme, from the login to my  
application 'views'. So far so good.

As I am creating a somewhat complex tool that accesses data on  
databases that are hosted on the private lan, while I can have a few  
sample data sets on my laptop, I need to have a still non production  
setup accessing some more Postgres databases; this setup is such that  
can be accessed through an Apache reverse proxy setup, actually still  
pointing to a simple Django debug server; I use this a second test  
environment.

I have setup the related Apache reverse proxying; the point that  
puzzles me is that on Safari (MacOSX) I get the HTML pages along with  
their CSS files, whereas Firefox,  afaik still on MacOSX, does not  
display the 'graphic' CSS attributes of the page elements.

The same setup on the localhost config on my laptop (directly talking  
to the Django server with no proxying) works well on both browsers.

I had even some accesses from Windows with XP on the external server:  
CSS files are passed along from the Django server to the browser via  
Apache.

So what is wrong with the Apache proxying setup, so that apparently  
only FireFox has problems getting CSS files?

BTW: in the messages I found in the archives there were hints about  
the trace that the HTTP request causes on the console, when getting  
(or failing to get) a CSS file. Neither on the localhost setup or on  
the Apache server do I ever see a request for a CSS file (whatever  
browser I am using to do my little tests).

Thanks for any pointer to an explanation/solution.

Best regards,
Aldo


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

Reply via email to