Added by Arsalan Khan almost 15 years ago
Hello,
I am new to redmine and Ruby world, i have installed redmine at my server (remote) which is running fine when i use it via webrick.
Now issue is i cannot use it as a production environment as this is not yet configured as a apache service.
I can access my redmine at http://localhost:3000
I have installed passenger and follow some updated in httpd.conf file of apache but it doesn't seems to work, as i want my redmine to be aceesd at http://myserver/redmine
Can any one tell me the exact configuration steps so that i can access my redmine via www.myserver.com/redmine ?