Re: httpd and nginx in base

2013-11-11 Thread Stuart Henderson
On 2013/11/11 19:54, Kenta Suzumoto wrote:
> Hi. When are we planning on fully replacing Apache with nginx?
> What can we do to help speed up this process?

Help identify which ports currently rely on Apache from base, work out
which ones can use nginx and move them across (updating READMEs etc where
necessary), which can use apache2 from ports and move them across, and
which (if any) won't work with either of these and require a port of
the modified apache from base.



Re: httpd and nginx in base

2013-11-12 Thread Adam Thompson

On 13-11-11 07:06 PM, Stuart Henderson wrote:

Help identify which ports currently rely on Apache from base, work out
which ones can use nginx and move them across (updating READMEs etc where
necessary), which can use apache2 from ports and move them across, and
which (if any) won't work with either of these and require a port of
the modified apache from base.


smokeping.

I still can't figure out how to get the CGI part to work under 
nginx/slowcgi.


--
-Adam Thompson
 athom...@athompso.net



Re: httpd and nginx in base

2013-11-12 Thread Stuart Henderson
On 2013/11/12 08:26, Adam Thompson wrote:
> On 13-11-11 07:06 PM, Stuart Henderson wrote:
> >Help identify which ports currently rely on Apache from base, work out
> >which ones can use nginx and move them across (updating READMEs etc where
> >necessary), which can use apache2 from ports and move them across, and
> >which (if any) won't work with either of these and require a port of
> >the modified apache from base.
> 
> smokeping.
> 
> I still can't figure out how to get the CGI part to work under
> nginx/slowcgi.

There isn't all that much point using slowcgi for smokeping, as it
supports FastCGI directly.



Re: httpd and nginx in base

2013-11-13 Thread abhay trivedi
How to help out if I want to help in converting apache configuration to
Nginx one.