It is not hard to find developers who will tell you that Apache sucks for running Python web applications. Is there a valid basis to such claims or have they simply been misguided by the views of others? This talk will endeavor to shine a light on the realities of and limitations in working with Apache, as well as the challenges in implementing the mod_wsgi module for Apache.
Apache started out life as a means of serving static files and has progressively evolved over the years to meet the ever growing requirements placed upon it. Because it is a generic solution, it isn't always going to be a perfect out of the box match for every specific task, but that does not automatically imply it is a poor platform to use. This is the case with using Apache to host Python web applications. The default configuration may not result in the best outcome when hosting Python web applications, but with a bit of diligence and good monitoring, it can be tuned to provide a more than capable solution that will stand up to the demands of even major web sites.
In order to dispel the myths and misperceptions that do exist around using Apache for hosting Python web applications, this talk will dive deeply into a range of issues related to the internal operation of Apache, its architecture and the manner in which mod_wsgi hooks into Apache. The topics to be covered will include:
So does Apache suck? In reality the answer is not a simple yes/no. Set it up wrong or try and use it for a specific task that it is not well suited for and the answer will of course be yes, but this is the same with any system.
Are those who say Apache sucks right? In the majority of cases the answer is no. More often than not they are just repeating the misguided advice of others, with even the source of the original comments having no real understanding of how Apache works and what the true challenges are in trying to use Apache to host Python web applications.
The primary purpose of this talk is therefore to educate users as to what is problematic about using Apache for Python web applications. People may still claim Apache sucks, but hopefully this talk will at least remove the ignorance that usually sits behind such views.