Re: reviewboard configuration issues please help

2012-06-26 Thread Nilesh Jaiswal
Thanks, I have compiled mod_python3.3.1 and then make and make install. After that i get rid of those error message and taking nap issue also gets resolved. Thanks again for the pointer and help. On Tue, Jun 26, 2012 at 11:11 PM, Christian Hammond wrote: > You're still using mod_python. > > If y

Re: reviewboard configuration issues please help

2012-06-26 Thread Christian Hammond
You're still using mod_python. If you read the error, you'll see it can't find django. Make sure you have all the packages required for the version of Python that Apache is using. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http:

Re: reviewboard configuration issues please help

2012-06-26 Thread Nilesh Jaiswal
That solved my mod_python issue. Now i am getting "Review Board is taking a nap" After looking into the apache error.log d = imp.find_module(parts[i], path) [Tue Jun 26 19:40:29 2012] [error] [client 58.49.104.138] PythonHandler django.core.handlers.modpython: ImportError: No module named djang

Re: reviewboard configuration issues please help

2012-06-26 Thread Nilesh Jaiswal
Thank you Chris !! On Tue, Jun 26, 2012 at 12:48 AM, Christian Hammond wrote: > It looks like you're trying to use mod_python, which apparently isn't > installed. > > You should be using mod_wsgi. mod_python is dead and not available on > newer distros. You'll need to generate a site configuratio

Re: reviewboard configuration issues please help

2012-06-25 Thread Christian Hammond
It looks like you're trying to use mod_python, which apparently isn't installed. You should be using mod_wsgi. mod_python is dead and not available on newer distros. You'll need to generate a site configuration with that. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http:

Re: reviewboard configuration issues please help

2012-06-25 Thread Nilesh Jaiswal
Hi All, Can anybody know what i am missing in the below configuration..any pointer would really help us. Thanks in advance. Regards, Nilesh On Mon, Jun 25, 2012 at 5:46 PM, Nilesh Jaiswal wrote: > Dear All, > > I have install latest version RB server. > > After installation i copied the apache

reviewboard configuration issues please help

2012-06-25 Thread Nilesh Jaiswal
Dear All, I have install latest version RB server. After installation i copied the apache_mod_python.conf to httpd.conf ServerName DocumentRoot "/var/www/rbc/htdocs" ErrorDocument 500 /errordocs/500.html # Serve django pages # Error han