[TriZPUG] Who is using Apache httpd in front of Python webapps?

Jeff Trawick trawick at gmail.com
Thu Apr 17 13:45:12 CEST 2014


On Wed, Apr 16, 2014 at 9:41 PM, Chris Calloway <cbc at unc.edu> wrote:

> On 4/16/2014 9:03 PM, Jeff Trawick wrote:
>
>> With nginx, do you use plain HTTP reverse proxy?
>>
>
> Yes. Rewrite is built-in. No need to load modules.
>

About the need to load modules...  You can build httpd with everything you
want built-in (and like nginx, change your build recipe when you need to
change the feature set).  Many people who build their own httpd for a
well-defined purpose do that, though obviously that option isn't open to
distributors.  But it is apples and oranges to a great extent...  httpd
chooses to push as many features as practical into modules for various
reasons, whereas nginx has a bigger set of features in the core server
(which is handier for the average user and essentially required given the
need to rebuild to add a module).


> Another thing about Nginx is the configuration is so much cleaner and
> unambiguous. There's no magic.
>
>
> --
> Sincerely,
>
> Chris Calloway http://nccoos.org/Members/cbc
> office: 3313 Venable Hall   phone: (919) 599-3530
> mail: Campus Box #3300, UNC-CH, Chapel Hill, NC 27599
> _______________________________________________
> TriZPUG mailing list
> TriZPUG at python.org
> https://mail.python.org/mailman/listinfo/trizpug
> http://trizpug.org is the Triangle Zope and Python Users Group
>



-- 
Born in Roswell... married an alien...
http://emptyhammock.com/
http://edjective.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/trizpug/attachments/20140417/8a9d549c/attachment.html>


More information about the TriZPUG mailing list