1. BitNami Redmine Stack 서비스를 종료후 제거
> CD \<installdir> |
2. Edit the installdir/apps/redmine/scripts/serviceinstall.bat 파일에서 접두사 " —prefix /redmine" 제거한다.
3. <installdir>/apps/redmine/conf/redmine.conf 파일을 아래와 같이 수정한다
<VirtualHost *:80> ServerAdmin webmaster@your_server_name ServerName your_server_name.your_domain_name.local ServerAlias your_server_name # this not only blocks access to .svn directories, but makes it # appear as though they aren't even there, not just that they are # forbidden <DirectoryMatch "^/.*/\.svn/"> ErrorDocument 403 /404.html Order allow,deny Deny from all Satisfy All </DirectoryMatch> # This passes through remote_user to mongrel RewriteEngine On # Redirect non-static requests to cluster RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteRule ^/(.*)$ balancer://redminecluster%{REQUEST_URI} [P,QSA,L] </VirtualHost> ProxyPass / balancer://redminecluster ProxyPassReverse / balancer://redminecluster <Proxy balancer://redminecluster> BalancerMember http://127.0.0.1:3001 BalancerMember http://127.0.0.1:3002 </Proxy> |
4. 서비스 재설치
> cd “C:\Program Files\BitNami Redmine Stack\apps\redmine\scripts” |
5. 서비스를 시작한다.
'IT > Tips' 카테고리의 다른 글
Best Free Setup Builder (0) | 2011.04.01 |
---|---|
Redmine Proxy 오류 해결 방법 (0) | 2011.01.19 |
Windows 7에 Home 에디션에 언어팩 설치하기 (0) | 2010.08.11 |
무료로 구축하는 메신저 서버 (0) | 2010.05.28 |
twinbox로 아웃룩에서 트위터를 (0) | 2010.02.18 |