We've been using nginx on SLES11 for over a year now.   IMHO it's a
pretty amazing piece of software.  Lighter (memory) than lighttpd and
faster than apache.  There's an active mailing list and a pretty good
community of users.   It requires libevent from

http://www.libevent.org
... another great package.


I've recently started using the version of nginx bundled with OpenResty

http://www.openresty.org/

which bundles nginx with a bunch of its useful modules.   I'm using it
for very fast response on queries that access memcached and redis.  The
build of OpenResty requires the pcre-dev, libopenssl-dev, and
readline-dev  from the SLES11 sdk dvd's.   It also gives you the
possiblity to write lua webservices  which never hit the disk, or you
can access mysql or postgresql without handing the query over to a fcgi
process.  I haven't tried that because  and the mysql interface doesn't
seem to have connection pools yet. The nginx fcgi interface works so
well that we haven't really needed it.



Mvh./Best Regards
Roger Evans, Autodata Norge A/S
http://www.autodata.no +47 93 25 92 36





On Wed, 2012-11-21 at 10:15 -0700, Mark Post wrote:

> >>> On 11/21/2012 at 09:34 AM, "Ward, Mike S" <[email protected]> wrote:
> > Hello all, there was talk on the list a while ago about NGINX. Can NGINX run
> > on a zSeries box? If so how? I thought the Linux had to be a zFlavor of some
> > kind. Thanks in advance for the replies.
>
> Since there seems to be some amount of interest in this package, I built it 
> and uploaded it to http://wiki.linuxvm.org/wiki/Projects_and_Software (along 
> with the THE package).  It took about 3 minutes to build from the SRPM.  No 
> warranties of any kind, etc., etc., but I would be interested to hear if it 
> actually works or not.
>
>
> Mark Post
>
> ----------------------------------------------------------------------
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> ----------------------------------------------------------------------
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to