Dear Reviewboard group,

I'm trying to run two Reviewboard sites on one server, under one domain (in 
different subdirs). 
Whenever I try to use site 2 after site 1, the links on site 2 will all 
point to the url of site 1. And the standard error message displayed 
is:"The page you were looking for does not exist.".
I have disabled memcached to rule out any interference on that part. I 
think the problem must be somewhere in the apache/django config. I am using 
WSGI to run Reviewboard under Apache.

The apache config I am currently using (relevant part):

        WSGIPassAuthorization On
        WSGIScriptAlias "/reviews/project1" 
"/var/www/rb/project1/htdocs/reviewboard.wsgi/reviews/project1"
<Directory /var/www/rb/project1/htdocs/>
    WSGIApplicationGroup %{GLOBAL}
            AllowOverride All
            Options -Indexes +FollowSymLinks
            Allow from all
        </Directory>
        WSGIScriptAlias "/reviews/project2" 
"/var/www/rb/project2/htdocs/reviewboard.wsgi/reviews/project2"
<Directory /var/www/rb/project2/htdocs/>
    WSGIApplicationGroup %{GLOBAL}
            AllowOverride All
            Options -Indexes +FollowSymLinks
            Allow from all
        </Directory>

Things I have tried: Disable WSGIPassAuthorization, remove the 
WSGIApplicationGroup.

Thanks in advance for any help!

Kind regards,
Bart



-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to