I'm trying to run TG behind the apache server used in xampp on windows. The app works fine in dev mode (very simple app). I followed the directions posted here: http://docs.turbogears.org/1.0/BehindApache but apache isn't showing my app.
After following the directions as posted, my app loads fine if I go to http://localhost:8080/, but if I go to http://localhost:80/ (the apache server) it does not load. I would like to be able to go to http://localhost/my-tg-app/ and have it load through apache, but i can't get the configuration file right or get apache to properly proxy the connection. mod_proxy comes with xampp and it shows it's loaded if I do phpinfo() so I presume it's my virtual host configuration. If someone with windows apache experiance who's gotten this to work could show me what's wrong with my vhosts file pasted here: http://paste.turbogears.org/paste/2622 that would be a great help. Yes, I added the :80 to the NameVirtualHost * line, but i tried it with and without it and neither worked. Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

