2317: accessing a site on a subdirectory fails(wsgi)

Jonk*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 22, 2012
What version are you running?
1.6

What's the URL of the page containing the problem?
The review board as a whole

What steps will reproduce the problem?
1.install a review board site under wsgi on the apache server.
2.Add ServerPath and rewrite rules to the review conf file so /review/ will point to the wsgi script.(tried with different aliases)
3.restart the apache server and go to http://my-site/review/

What is the expected output? What do you see instead?
I expect to see the review board when I enter http://my-site/review
Instead I get page not found.

What operating system are you using? What browser?
Ubuntu 11.04, firefox, google chrome

Please provide any additional information below.
The main issue is that I have a bugzilla installation in the apache server and I can't allow the review board to be with the default configuration.
If you recommend the wsgi it would be helpful if you provided more troubleshooting information in your website
david
#1 david
You need to additionally set the site root inside the reviewboard config. This can be done in settings_local.py in the conf dir.
  • +SetupIssue