Hi!
I've got CP (actually TurboGears) running successfully
behind my
Apache 1.3:
ProxyPass / http://127.0.0.1:2390/
ProxyPassReverse / http://127.0.0.1:2390/
But I'd like Apache to serve my static files instead of CP
doing this.
So I added this rule:
ProxyPass /static !
But all I get as a response is a "Bad Request".
Probably because
Apache 1.3 doesn't know "!" as a target and tries
to access the URL
"!" -- which of course doesn't exist.
Does anybody know which rules I have to use to serve my
static files
using Apache 1.3?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at h
ttp://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|