i'm just letting it sit on the root at the moment, but...

i'm using identity for authentication.   so when i connect to
http://server/application initially, it sends me to
http://server/application/login.  this is fine.   after i fill in my
login info and press the login button, cherrypy throws a 'NotFound:
404', and i get sent to http://server/.   i'm using the default login
code (but i think it was autogenerated from 0.9a something, so maybe i
need to see what's changed?)

at the moment, i just have this stuff tossed into a file in
sites-enabled (debian stable, apache2):

ProxyRequests on
RewriteEngine on
ProxyPass /application http://localhost:8082/
ProxyPassReverse /application http://localhost:8082/
RewriteRule ^(.*) http://localhost:8082$1 [P]

i have the base_url_filter stuff turned on in app.cfg, and i have
server.webpath="/application" in dev.cfg (maybe it should be somewhere
else?)

if i change /application above to /, then it runs at the root and
everything works correctly.


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