Changes between Version 9 and Version 10 of AddProject


Ignore:
Timestamp:
Jun 1, 2016 4:40:41 PM (9 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddProject

    v9 v10  
    5757import trac.web.main 
    5858def application(environ, start_response): 
    59   environ['trac.env_path'] = 'd:/trac/ABC  
     59  environ['trac.env_path'] = 'd:/trac/ABC' 
    6060  return trac.web.main.dispatch_request(environ, start_response) 
    6161}}} 
     62  * 주의) `environ`과 `return`은 들여쓰기를 할 것. 
    6263* Create an empty `D:\trac\ABC\conf\htpasswd` file. 
    6364* Open `c:\www\apache\conf\extra\httpd-xampp.conf` and add 
     
    7071  Allow from all 
    7172</Directory> 
    72 <Location /trac/login> 
     73<Location /abc/login> 
    7374  AuthType Basic 
    7475  AuthName Trac