Changeset 142 for cleverbox/branches

Show
Ignore:
Timestamp:
08/08/07 21:23:58 (5 years ago)
Author:
trivoallan
Message:

cleverbox : backport [1339] (removed hardcoded paths in apache configuration templates) to 0.3 branch

Location:
cleverbox/branches/0.3
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • cleverbox/branches/0.3/README

    r139 r142  
    127127== Changelog == 
    128128 
     129=== 2007-08-07 | trunk === 
     130 
     131 * removed hardcoded paths in apache configuration templates (backported to 0.3) 
     132 
    129133=== 2007-08-07 | 0.3-beta === 
    130134 
  • cleverbox/branches/0.3/assets/apache.conf.multi

    r127 r142  
    4545 
    4646  # -- Files under src/ will be available on the web 
    47   AliasMatch /%(project_name)s/src(.*) /home/%(client_name)s/htdocs/%(project_name)s$1 
     47  AliasMatch /%(project_name)s/src(.*) %(clients_root)s/%(client_name)s/htdocs/%(project_name)s$1 
    4848</VirtualHost> 
  • cleverbox/branches/0.3/assets/apache.conf.single

    r127 r142  
    4141 
    4242# -- Files under src/ will be available on the web 
    43 AliasMatch /%(client_name)s/%(project_name)s/src(.*) /home/%(client_name)s/htdocs/%(project_name)s$1 
     43AliasMatch /%(client_name)s/%(project_name)s/src(.*) %(clients_root)s/%(client_name)s/htdocs/%(project_name)s$1