I believe you need to ask your host to proxy a port for your turbogears application to a specific subdomain.(at least this is what my host does)(I also believe that this is what is called reverse proxy).
Anyway, the point is that visitors would access the webpage normally, while apache silently forwards requests for this subdomain to your application at said port. Regards, Alaa Salman On 7/13/07, Rodrigo Culagovski <[EMAIL PROTECTED]> wrote: > > > Newbie here (but that should be obvious). My hosting company (http:// > asmallorange.com/) graciously accepted to install turbogears for me on > the server I share space on (linux+apache+mysql). I was able to run > 'tg-admin quickstart', and it seems to have worked. I ran 'python > start-wiki20.py' and everything looks ok, but I cannot access the > server via http. > Obviously, 'localhost:8080' doesn't work (as this is a shared server > and I am accessing it via putty), and different variations of > 'mydomain.com:8080' or 'mydomain.com/path:8080', etc., haven't worked > either. > I didn't install this to the root of my site, but rather to '/gears/ > gears1/'. > Any help is much appreciated. > > Rodrigo > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

