Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi Christian I could able to install Review Board successfully with rb-install script . Now i am the process of configuring Apache server on Linux system. I got confused with the documentation . Can you please help me copy files appropriately ? 1. My apache server is located at

Re: Failure during rb-install

2013-03-05 Thread Raja
Hi Arun http://www.reviewboard.org/docs/manual/1.5/admin/sites/creating-sites/#apacheshows how to configure apache on debian based distributions. If you are not using one of those, you need to include the apache-wsgi.conf into apache. An easier way is to copy that file into /etc/httpd/conf.d as by

Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi I copied /var/www/reviews.nonstop.com/conf/apache-wsgi.conf to /etc/httpd/conf/httpd.conf. I tried to restart Apche and got the below error [root@test conf]# service httpd restart Stopping httpd:[FAILED] Starting httpd: Syntax error on line

Re: Failure during rb-install

2013-03-05 Thread Raja
You need to install mod_wsgi for your distribution. yum install mod_wsgi or apt-get install mod_wsgi depending on your distribution should fix this. On Wed, Mar 6, 2013 at 10:01 AM, arunku...@gmail.com wrote: Hi I copied /var/www/reviews.nonstop.com/conf/apache-wsgi.conf to

Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi I installed using yum install mod_wsgi module . I tried to restart the Apache module and got the same error [root@test modules]# service httpd restart Stopping httpd:[FAILED] Starting httpd: Syntax error on line 8 of

Re: Failure during rb-install

2013-03-05 Thread Raja
I dont have a Redhat installation, but I think you have to add the module into httpd.conf explicitly. Can you search for LoadModule definitions in httpd.conf and add LoadModule wsgi_module modules/mod_wsgi.so and restart Apache? -- Want to help the Review Board project? Donate today at

Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi Hi Now i have done that . I restarted Apche again . Looks like it has gone ahead . Still i am not able to restart Apache and getting the below error [root@test conf]# service httpd restart Stopping httpd: [FAILED] Starting httpd: Syntax error on line 16 of /etc/httpd/conf/httpd.conf:

Re: Failure during rb-install

2013-03-05 Thread Raja
what version of apache are you running. Checkout the module corresponding to Allow directive and see if you have that loaded. For e.g. in Apache 2.2, allow is controlled using mod_authz_host, but in trunk, its different. I would suggest talking to a sysadmin to find out how to enable the modules

Re: Failure during rb-install

2013-03-05 Thread arunkurse
Hi Ok.. Many thanks for the info . We are using httpd version 2.2 The httpd.conf file is as follows . If possible you can take a look and tell me what could be the issue ? [root@test conf]# cat httpd.conf VirtualHost *:80 ServerName IP_ADDRESS DocumentRoot

Re: Failure during rb-install

2013-03-05 Thread Christian Hammond
Given the number of issues you're hitting with this version of RHEL, have you considered something like a modern CentOS, Fedora, or Ubuntu? These all have a pretty good working Apache setup that shouldn't require all this hand-editing. Christian -- Christian Hammond - chip...@chipx86.com Review

Re: Integration of gitlab with RB

2013-03-05 Thread Christian Hammond
Hi, This came up recently, and it was determined that gitlab doesn't have the capabilities necessary to give us the information Review Board needs to fetch files. What I'd recommend is setting up something like gitweb alongside it. Christian -- Christian Hammond - chip...@chipx86.com Review

Issue 2920 in reviewboard: Review board fails to publish

2013-03-05 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2920 by sowmy...@gmail.com: Review board fails to publish http://code.google.com/p/reviewboard/issues/detail?id=2920 *** For customer support, please post to reviewbo...@googlegroups.com *** If you have a patch, please submit

Re: Issue 2920 in reviewboard: Review board fails to publish

2013-03-05 Thread reviewboard
Comment #1 on issue 2920 by rajas...@gmail.com: Review board fails to publish http://code.google.com/p/reviewboard/issues/detail?id=2920 Can you please fill in the template and indicate what happened. -- You received this message because this project is configured to send all issue