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>
참고 사이트 : http://wiki.bitnami.org/Applications/BitNami_Redmine_Stack#How_to_change_the_default_URL.3f
'공부하기 > Wordpress, redmine, nas 관련' 카테고리의 다른 글
도메인이전시 링크 변경해주기 (1) | 2012.11.26 |
---|---|
bitnami로 wordpress 설치하기 (0) | 2012.11.22 |
redmine을 usb를 이용하여 백업하기 (0) | 2012.11.14 |
bitnami redmine 1.3.x를 2.1.x로 업그레이드 하기. (0) | 2012.11.13 |
redmine 2.1.2에서 plugins 설치하기 (0) | 2012.11.13 |
댓글