unable to run reviewboard on lighttpd

2016-02-10 Thread rpi
Hi,

I am trying to setup reviewboard with lighttpd.
First I cant find conf/lighttpd.conf file after rb-site install command so 
I got one from github location

https://github.com/reviewboard/reviewboard/blob/master/reviewboard/cmdline/conf/lighttpd.conf.in

After correcting "@*@" params when I try to start lighttpd got following 
error :


2016-02-10 16:20:04: (log.c.164) server started
2016-02-10 16:20:04: (mod_fastcgi.c.1112) the fastcgi-backend 
/var/www/html/reviewboard/htdocs/reviewboard.fcgi failed to start:
2016-02-10 16:20:04: (mod_fastcgi.c.1116) child exited with status 2 
/var/www/html/reviewboard/htdocs/reviewboard.fcgi
2016-02-10 16:20:04: (mod_fastcgi.c.1119) If you're trying to run your app 
as a FastCGI backend, make sure you're using the FastCGI-enabled version.
If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
2016-02-10 16:20:04: (mod_fastcgi.c.1406) [ERROR]: spawning fcgi failed.
2016-02-10 16:20:04: (server.c.1022) Configuration of plugins failed. Going 
down.



I cant find /var/www/html/reviewboard/htdocs/reviewboard.fcgi on 
installation dir.

Can someone please help ?

Regards

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: unable to run reviewboard on lighttpd

2016-02-10 Thread Christian Hammond
Hi,

We've been moving away from lighttpd support, and Django's actually dropped
much of its FastCGI support. WSGI is the future for Python applications.

The easiest way to get going is really with Apache and mod_wsgi, or another
WSGI implementation (not sure if there's one for lighttpd, but maybe) like
gunicorn.

Unless you have strong requirements to go the lighttpd route, Apache's your
best bet to get going. You can then take that working configuration and
work on applying it to alternate WSGI implementations.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Wed, Feb 10, 2016 at 2:55 AM, rpi  wrote:

> Hi,
>
> I am trying to setup reviewboard with lighttpd.
> First I cant find conf/lighttpd.conf file after rb-site install command so
> I got one from github location
>
>
> https://github.com/reviewboard/reviewboard/blob/master/reviewboard/cmdline/conf/lighttpd.conf.in
>
> After correcting "@*@" params when I try to start lighttpd got following
> error :
>
>
> 2016-02-10 16:20:04: (log.c.164) server started
> 2016-02-10 16:20:04: (mod_fastcgi.c.1112) the fastcgi-backend
> /var/www/html/reviewboard/htdocs/reviewboard.fcgi failed to start:
> 2016-02-10 16:20:04: (mod_fastcgi.c.1116) child exited with status 2
> /var/www/html/reviewboard/htdocs/reviewboard.fcgi
> 2016-02-10 16:20:04: (mod_fastcgi.c.1119) If you're trying to run your app
> as a FastCGI backend, make sure you're using the FastCGI-enabled version.
> If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
> 2016-02-10 16:20:04: (mod_fastcgi.c.1406) [ERROR]: spawning fcgi failed.
> 2016-02-10 16:20:04: (server.c.1022) Configuration of plugins failed.
> Going down.
>
>
>
> I cant find /var/www/html/reviewboard/htdocs/reviewboard.fcgi on
> installation dir.
>
> Can someone please help ?
>
> Regards
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> 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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.