This forum is no longer active. Please post your questions to our new community site

Recent Posts by dogzilla

Subscribe to Recent Posts by dogzilla 3 post(s) found

07 Jul, 2009 01:00 PM
Avatar dogzilla 3 post(s)

Topic: General / Changing URL of Stack

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.

 
07 Jul, 2009 12:20 PM
Avatar dogzilla 3 post(s)

Topic: General / Changing URL of Stack

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

 
02 Jul, 2009 08:24 AM
Avatar dogzilla 3 post(s)

Topic: General / Changing URL of Stack

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.