Changes between Version 9 and Version 10 of AddProject
- Timestamp:
- Jun 1, 2016 4:40:41 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddProject
v9 v10 57 57 import trac.web.main 58 58 def application(environ, start_response): 59 environ['trac.env_path'] = 'd:/trac/ABC 59 environ['trac.env_path'] = 'd:/trac/ABC' 60 60 return trac.web.main.dispatch_request(environ, start_response) 61 61 }}} 62 * 주의) `environ`과 `return`은 들여쓰기를 할 것. 62 63 * Create an empty `D:\trac\ABC\conf\htpasswd` file. 63 64 * Open `c:\www\apache\conf\extra\httpd-xampp.conf` and add … … 70 71 Allow from all 71 72 </Directory> 72 <Location / trac/login>73 <Location /abc/login> 73 74 AuthType Basic 74 75 AuthName Trac