본문 바로가기

redmine

How to change the default URL to the root?

http://wiki.bitnami.com/Applications/BitNami_Redmine#How_to_start.2fstop_the_servers.3f



On Linux and OS linux_platform.pngX, you have to change the "installdir/apps/redmine/conf/httpd-app.conf" and "installdir/apps/redmine/conf/httpd-prefix.conf" files to modify the "/redmine" url to the root url. You can find below a configuration example. Please take into account that your current redmine.conf file may be a little bit different. You should modify the "installdir/apps/redmine/config/httpd-app.conf" file according to the changes that you can see in bold (the line SetEnv RAILS_RELATIVE_URL_ROOT "/redmine" must be removed too):

<Directory "installdir/apps/redmine/htdocs/public">
    Options -MultiViews
    <IfVersion < 2.3 >
    Order allow,deny
    Allow from all
    </IfVersion>
    <IfVersion >= 2.3>
    Require all granted
    </IfVersion>  
</Directory>

PassengerPreStart http://127.0.0.1:8080/

You should modify the "installdir/apps/redmine/conf/httpd-prefix.conf" file according to the changes that you can see in bold:

DocumentRoot "installdir/apps/redmine/htdocs/public/"

Include installdir/apps/redmine/conf/httpd-app.conf

Then restart the Apache server.







3. 다시 시작하기 


cd /opt/bitnami


sudo ./ctlscript.sh restart apache


'redmine' 카테고리의 다른 글

redmine getaddrinfo temporary failure in name resolution  (0) 2014.06.10
레드마인 - CentOS 5.x + Redmine 2  (0) 2014.03.02
redmine 메일 설정  (0) 2014.02.24