Re: HTTPS support for login

2008-12-16 Thread Christian Hammond
Yeah, apache-ssl would work fine. We use whatever transport mechanism the web server is set to use. So if you have HTTPS configured for the site, it should just work for Review Board. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 16, 2008 at 2:45 AM, KunalG

HTTPS support for login

2008-12-16 Thread KunalG
Hi Devs, We are using LDAP server to authenticate the user but the question is how are the userID and password from the client to the ReviewBoard server. As far as I understand, its plain JSON text. Correct me if there is some security done here. Can the apache-ssl be configured on the apache

Windows installation: Instructions to run using django dev server

2008-12-16 Thread SamClark
Is it still possible to host review board using the django dev server? I've tried manage.py runserver localhost:8000 but the user interface doesn't render properly. This is performed in the directory of a fresh svn checkout. I want to avoid using rb-site because I'm not having any luck serving

Re: Windows installation: Instructions to run using django dev server

2008-12-16 Thread Christian Hammond
First off, the dev server should never be used for anything but development. It is single-threaded and can only handle one request at a time. That means a browser can't download several images, javascript files, etc. simultaneously, and if one client is rendering a diff, everything else is fully

Apache at 100% when searching

2008-12-16 Thread Nithin Sujir
I'm having trouble searching on my reviewboard server. After enabling the search box, when I try to do a search, Apache goes to 100% and stops responding. Any ideas on how to debug this? I don't see any errors in the apache and reviewboard logs. System Info: Ubuntu 8.10 and latest Pylucene Any

Re: Apache at 100% when searching

2008-12-16 Thread Christian Hammond
What version of Lucene are you using? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Dec 16, 2008 at 5:41 PM, Christian Hammond chip...@chipx86.comwrote: Hi Nithin. I saw the bug but I'm afraid I don't know what the cause would be. I have little experience with