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, <[email protected]> wrote: > 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 8 of /etc/httpd/conf/httpd.conf: > Invalid command 'WSGIPassAuthorization', perhaps misspelled or defined by > a module not included in the server configuration > [FAILED] > Am i missing anything here ? > > thanks/regards > Arun kurse > > On Tuesday, March 5, 2013 12:02:18 PM UTC+5:30, [email protected] wrote: > >> Hi All >> >> I am new to Review Board and trying to setup up internally in our >> Environment . >> I have installed reviewBoard successfully with "easy_install >> ReviewBoard". >> >> easy_install failed to install Django and hence i had to install it >> manually . >> >> I have successfully created the Postgres SQL database . >> >> I am getting the below error while running "rb-install" >> >> [root@test /]# rb-site install /var/www/reviews.nonstopqa.com >> Traceback (most recent call last): >> File "/usr/bin/rb-site", line 5, in <module> >> from pkg_resources import load_entry_point >> File >> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py", >> line 2640, in <module> >> parse_requirements(__requires_**_), Environment() >> File >> "/usr/lib/python2.6/site-**packages/distribute-0.6.8-py2.**6.egg/pkg_resources.py", >> line 531, in resolve >> raise DistributionNotFound(req) # XXX put more info here >> pkg_resources.**DistributionNotFound: Django>=1.4.5,<1.5 >> >> >> Also how do i link Review Board with Postgres SQL database ? >> >> Many thanks for your help. >> >> thanks/regards >> Arun kurse >> > -- > 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 > [email protected] > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en > --- > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
