Changeset 142 for cleverbox/branches
- Timestamp:
- 08/08/07 21:23:58 (5 years ago)
- Location:
- cleverbox/branches/0.3
- Files:
-
- 3 modified
-
README (modified) (1 diff)
-
assets/apache.conf.multi (modified) (1 diff)
-
assets/apache.conf.single (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cleverbox/branches/0.3/README
r139 r142 127 127 == Changelog == 128 128 129 === 2007-08-07 | trunk === 130 131 * removed hardcoded paths in apache configuration templates (backported to 0.3) 132 129 133 === 2007-08-07 | 0.3-beta === 130 134 -
cleverbox/branches/0.3/assets/apache.conf.multi
r127 r142 45 45 46 46 # -- Files under src/ will be available on the web 47 AliasMatch /%(project_name)s/src(.*) /home/%(client_name)s/htdocs/%(project_name)s$147 AliasMatch /%(project_name)s/src(.*) %(clients_root)s/%(client_name)s/htdocs/%(project_name)s$1 48 48 </VirtualHost> -
cleverbox/branches/0.3/assets/apache.conf.single
r127 r142 41 41 42 42 # -- 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$143 AliasMatch /%(client_name)s/%(project_name)s/src(.*) %(clients_root)s/%(client_name)s/htdocs/%(project_name)s$1
