Hi,

I'm baffled by a problem that leaves me out of any idea how to solve so far.

I've got a TG2-based application that amongst other things makes use of 
tw.jquery to fetch jquery JS-files.

It works flawless when directly served by paster.

Today I wanted to test the application deployment under mod_wsgi.

So I created a bootstrapping-wsgi-script (my whole installation resides in a 
virtualenv and is running from there standalone without a hitch)

The page itself is rendered & loaded properly.

However, various (and changing) parts of the subsequently fetched static 
content, especially the JS-files, throws a 404.

But the fun part is: if I use firebug to fetch the url in question into 
another tab, *IT GETS DOWNLOADED*... most of the time, that is. If I 
press "reload" very often, I get intermittent 404s also. 

I'm running apache2, mod_wsgi 2.0, python2.5.

THis is the startup message:

http://paste.turbogears.org/paste/9664

The vhost-conf:

http://paste.turbogears.org/paste/9666

The boostrap-wsgi-script:

http://paste.turbogears.org/paste/9667

If there is *anything* enlightening to say about this, I'm more than glad to 
hear it.

I had the high hopes that such kind of behavior that I've seen PHP exhibit 
would be something from a better forgotten dark past...

diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to