Help about setup redmine running with apache
Added by Le Son Phat over 12 years ago
1. I am new in redmine. I followed guide:
http://www.redmine.org/projects/redmine/wiki/Redmine_203_with_Subversion_and_LDAP_Authentication_%28for_Redmine_and_Subversion_through_Redmine%29_on_Centos_6_i386_-_detailed
- But after all, do command:
service httpd restart
+ With: http://118.69.220.76:8443/
I don't see anything
+ With: https://118.69.220.76:8443/
Only apache home page
- Restart again with:
cd /var/www/redmine/
ruby script/rails server webrick -p 8443 -e production
+ With: http://118.69.220.76:8443/
I see redmine page
2. Detail:
- RAILS_ENV=production script/about
Environment:
Redmine version 2.0.3.stable
Ruby version 1.8.7 (x86_64-linux)
Rails version 3.2.6
Environment production
Database adapter MySQL
Redmine plugins:
no plugin installed
Replies (1)
RE: Help about setup redmine running with apache
-
Added by Jan Niggemann (redmine.org team member) over 12 years ago
Do you use port 8443 on purpose?
Did you install passenger? Did you install the passenger apache module? Did you configure passenger?