본문 바로가기
공부하기/Wordpress, redmine, nas 관련

redmine 접속 주소 변경하기

by DA_DA 2012. 11. 21.

redmine 설치시 root 주소 변경 하는 방법

redmine를 설치하면 기본 주소가 localhost/redmine 로만 접속이 가능하다

이부분을 localhost로만 접속이 가능하도록 변경하기 위해서는 아래와 같이 파일을 수정해 주면된다.

수정 파일 : /opt/redmine-2.1.2-1/apps/redmine/conf/redmine.conf

변경 내용

 

DocumentRoot /installdir/apps/redmine/htdocs/public #RailsBaseURI /redmine # Number of available instances always PassengerMinInstances 1 # Start the application during the Apache startup PassengerPreStart http://127.0.0.1 PassengerFriendlyErrorPages off PassengerDefaultUser daemon PassengerDefaultGroup daemon <Directory "/installdir/apps/redmine/htdocs/public"> Order allow,deny Allow from all AllowOverride all Options -MultiViews </Directory>

 
변경후 ./ctlscript.sh restart를 통해 재구동 시키면 된다.


참고 사이트 : http://wiki.bitnami.org/Applications/BitNami_Redmine_Stack#How_to_change_the_default_URL.3f

반응형

댓글