I've set up a mod_wsgi custom app and then setup a TG2 app/ with python 2.7 beside it. How do I change the default document root to the turbo gears folder? As it is set up now there is a main httpd.conf which directs to index.py. I set up a turbogears config file - 'sales', and included it. I can manually navigate to site/sales but I would like to set sales as the root directory so that all the internal routes work. folder structure: /home/***/webapps/2mod/ -- apache2 (has conf/httpd.conf and conf/sales) BASELINE (TG virtual env) htdocs (has index.py) sales (turbogears envelope and project) Thanks asked 17 Nov '12, 19:29 snakewrestler |
Please submit a support ticket so we can see the full directory and configuration in real-time. answered 17 Nov '12, 20:50 johns |