Thanks for your answer.

Other stuff is just for Tomcat proxy

        <Location "/">
               Order Deny,Allow
               Allow from 127.0.0.1 192.168.0.0/24
               Deny from all
        </Location>

        ProxyPreserveHost On
        ProxyPass        /nexus ajp://localhost:8009/nexus
        ProxyPassReverse /nexus ajp://localhost:8009/nexus
        ProxyPass        /jenkins ajp://localhost:8009/jenkins
        ProxyPassReverse /jenkins ajp://localhost:8009/jenkins
        ProxyPass        /sonar ajp://localhost:8009/sonar
        ProxyPassReverse /sonar ajp://localhost:8009/sonar

I don't think this stuff can involve on my RB problem.
And yes, this is the only VirtualHost for this domain.

For the file, /opt/reviewboard/htdocs/reviewboard.wsgiaccount doesn't exist, 
but /opt/reviewboard/htdocs/reviewboard.wsgi yes and it's executable.
Seems Apache concatenate last part of the URL (account/login/ 
of http://myHost/reviews/account/login/ in my case) to WSGI executable 
(/opt/reviewboard/htdocs/reviewboard.wsgi).

-- 
Nicolas VINOT

-- 
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