Changes between Initial Version and Version 3 of Ticket #5837
- Timestamp:
- Oct 30, 2007, 10:24:43 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5837
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #5837 – Description
initial v3 8 8 9 9 Each project has its own separate configuration file in /etc/apache2/webapps.d/ that defines locations and directories as per http://www.djangoproject.com/documentation/modpython/; each project resides at http://webserver/projectname/ where projectname is Hostbase or Cellbill. Here is the Config file for Cellbill; Hostbase is nearly identical (save things that shouldn't affect this): 10 {{{ 10 11 Alias /cellbill/site_media /var/www/webapps/cellbill/site_media 11 12 <Directory /var/www/webapps/cellbill/site_media/> … … 44 45 SetHandler None 45 46 </Location> 47 }}} 46 48 47 49 '''THE PROBLEM:'''