I got it to work in my personal laptop,
I should note that you also need to change the settings file.
/var/www/reviewboard/conf/settings_local.py
You need to change SITE_ROOT from '/' to '/review/'(depends on the chosen
sub directory)

I also added reverse proxying so it could work with Bugzilla.
If anyone knows of a way to use ServerPath instead of the reverse proxying
then please let me know...

2011/10/12 Stephen Gallagher <step...@gallagherhome.com>

> On Wed, 2011-10-12 at 00:59 -0700, Rohini Kumar Tharigonda wrote:
> > I do not want to install it as root.
> > I installed it in a sub directory.
> > it works fine only if make the follwing
> >     WSGIScriptAlias "/" "/var/www/reviewboard/htdocs/
> > reviewboard.wsgi"
> > instead of
> >
> >     #WSGIScriptAlias "/reviewboard/" "/var/www/reviewboard/htdocs/
> > reviewboard.wsgi"
> >
>
> Try using the following:
>
> WSGIScriptAlias /reviewboard
> /srv/reviewboard/conf/reviewboard.wsgi/reviewboard
>
> (note specifically the lack of parentheses and trailing forward
> slashes). This works for me with apache+mod_wsgi and handles
> subdirectory install just fine.
>
> (For the record, this is the config for
> https://fedorahosted.org/reviewboard)
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to