Tag Archives: apache

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

The Mojave Experiment Hosted on Linux & Apache

The Mojave Experiment is a silly Microsoft marketing ploy designed to convince people they really do like Windows Vista. Regardless, I find it hilarious that they don’t use IIS to host their web site. According to the Server field of … Continue reading

Posted in GNU/Linux, Technology | Tagged , , , , , | Leave a comment

Can you get any more private?

I just switched Hzzah.com‘s Apache configuration to use this line for logging: CustomLog /srv/hzzah/log/access.log “0.0.0.0 %l %u %t \”%r\” %>s %b” No more IP addresses logged! Only if you cause an error (404 or 500) will your IP address be … Continue reading

Posted in Technology | Tagged , , , , | Leave a comment

Fun with Django and modwsgi

Today I deployed my first Django application for a client. Its yet-another-blog, so I’ll refrain from posting the code and cluttering up the django-*blog* namespace on Google Code. Before you roll your eyes and complain about why I didn’t use … Continue reading

Posted in Open Source, Python, Technology | Tagged , , , , , , , , , | 7 Comments