Forums General

Changing URL of Stack

Subscribe to Changing URL of Stack 6 post(s), 2 voice(s)

 
Avatar dogzilla 3 post(s)

I’ve installed the Redmine stack and it’s setup and configured.

However I want to change the url from :

http://my.ip.address/redmine

to just

http://my.ip.address/

Any ideas how? I found one thread on here and I tried that but it didn’t work.

 
Avatar beltran Administrator 1,573 post(s)

Have you tried this solution? Could you specify the error?

Thanks.

 
Avatar dogzilla 3 post(s)

Couple of things. My redmine.conf looks different by default :

-Original Config
-
-ProxyPass /redmine balancer://redminecluster
-ProxyPassReverse /redmine balancer://redminecluster
-
-<Proxy balancer://redminecluster>
- BalancerMember http://127.0.0.1:3001/redmine
- BalancerMember http://127.0.0.1:3002/redmine
-

Modified config :

ProxyPass / balancer://redminecluster
ProxyPassReverse / balancer://redminecluster

<Proxy balancer://redminecluster>
BalancerMember http://127.0.0.1:3001
BalancerMember http://127.0.0.1:3002

The site loads like this : (it actually looks like this, plain text no CSS)
Going to any of the links gives me a 500 error.

  • Sign in
  • Register
  • Home
  • Projects
  • Help

Search:
Internal Issue Tracker
Home

This issue tracking is intended for internal task and issue tracking – it is specifically NOT intended to be customer facing.

This should be used both during initial build and support phase.
Loading…
Powered by Redmine © 2006-2009 Jean-Philippe Lang

 
Avatar beltran Administrator 1,573 post(s)

Yes,

This is the original configuration. Please copy the redmine.conf file that I suggested in the post and remove the “prefix=/redmine” entry from your /apps/redmine/config/mongrel_cluster.yml.

Cheers.

 
Avatar dogzilla 3 post(s)

I’ve replaced the redmine.conf and restarted.

The default page is still the bitnami stack page. Going to /redmine now gives me a not found error.

I’ve also tried commenting out the documentroot as suggested but the default page now gives me a 403 forbidden.

 
Avatar beltran Administrator 1,573 post(s)

Could you post your “/apps/redmine/config/mongrel_cluster.yml” file and “/apps/redmine/conf/redmine.conf” files? Using

< pre > < code > your_file < / code > < / pre >

the file will look better in this forum.

Forums General