Tag Archives: nginx

Deploying Python behind Nginx Talk Slides

I gave a talk on deploying Python WSGI apps behind nginx at the Portland Python User Group meeting on January 11th and finally got around to publishing the slides: schmingx. I should mention Jason Kirtland informed me after the meeting … Continue reading

Posted in GNU/Linux, Open Source, Python, Technology | Tagged , , , , | 4 Comments

A Complete Noobs Guide to Hacking Nginx

At Urban Airship our RESTful HTTP API uses PUT requests for, among other things, registering a device. Since the application registering the device is the HTTP Basic Auth username, there’s often no body (entity body in HTTP parlance). Unfortunately nginx … Continue reading

Posted in Open Source, Technology | Tagged , , , | 9 Comments

Web Server Shootout Talk Accepted at OS Bridge Conference

My talk, Web Server Shootout, was accepted by the Open Source Bridge Conference! I’m terribly excited, but also nervous because there’s a lot I need to do between now and the conference. Expect regular updates on how my talk is … Continue reading

Posted in Open Source, Personal, Technology | Tagged , , , | Leave a comment

Web Server Quandary

Apache was probably the first Linux application I learned how to configure. However, I’ve gotten a bit frustrated with it recently… The Problem A memory leak. Apache is eating up memory so quickly that I need to restart it every … Continue reading

Posted in GNU/Linux, Open Source, PHP, Python, Technology | Tagged , , , , , , | 20 Comments