Changeset 258
- Timestamp:
- 02/22/08 19:16:01 (6 months ago)
- Files:
-
- cleverbox/branches/0.4/assets/project.apache.conf (modified) (2 diffs)
- cleverbox/trunk/assets/project.apache.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cleverbox/branches/0.4/assets/project.apache.conf
r255 r258 19 19 # -- File based authentification 20 20 # This file can be generated and updated using apache's `htpasswd` executable 21 AuthUserFile %(clients_root)s/%(client_name)s/var/%(project_name)s /htusers21 AuthUserFile %(clients_root)s/%(client_name)s/var/%(project_name)s-htusers 22 22 23 23 </Location> … … 55 55 56 56 # -- Documents service 57 AliasMatch /%(client_name)s/%(project_name)s/documents(.*) %(clients_root)s/%(client_name)s/htdocs $158 <Location /%(client_name)s/%(project_name)s/ trac>57 AliasMatch /%(client_name)s/%(project_name)s/documents(.*) %(clients_root)s/%(client_name)s/htdocs/%(project_name)s$1 58 <Location /%(client_name)s/%(project_name)s/documents> 59 59 60 60 Dav On cleverbox/trunk/assets/project.apache.conf
r255 r258 19 19 # -- File based authentification 20 20 # This file can be generated and updated using apache's `htpasswd` executable 21 AuthUserFile %(clients_root)s/%(client_name)s/var/%(project_name)s /htusers21 AuthUserFile %(clients_root)s/%(client_name)s/var/%(project_name)s-htusers 22 22 23 23 </Location> … … 55 55 56 56 # -- Documents service 57 AliasMatch /%(client_name)s/%(project_name)s/documents(.*) %(clients_root)s/%(client_name)s/htdocs $158 <Location /%(client_name)s/%(project_name)s/ trac>57 AliasMatch /%(client_name)s/%(project_name)s/documents(.*) %(clients_root)s/%(client_name)s/htdocs/%(project_name)s$1 58 <Location /%(client_name)s/%(project_name)s/documents> 59 59 60 60 Dav On
