Edgewall Software

Changes between Version 113 and Version 114 of TracModPython


Ignore:
Timestamp:
Jul 23, 2007, 6:50:58 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

Do not use the env folder as the docroot.

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v113 v114  
    162162{{{
    163163<VirtualHost * >
    164     DocumentRoot /var/trac/myproject
     164    DocumentRoot /var/www/myproject
    165165    ServerName trac.mycompany.com
    166166    <Location />
     
    269269{{{
    270270<VirtualHost * >
    271     DocumentRoot /var/trac/myproject
     271    DocumentRoot /var/www/myproject
    272272    ServerName trac.mycompany.com
    273273    SetEnv HTTPS 1