Install MySQL for Python (MySQLdb) on Windows - VIP专享
2010-05-25
摘要:It took me quite a while to figure out how to build and install MySQL for Python (MySQLdb) on Windows. I’d better write it down.
Delphi 7 and Apache 2.0.40/.63 - VIP专享
2010-05-25
摘要:As you may know, Delphi 7 ships with Apache 2.0.39 support, and won't work with .40 due to interface changes done by Apache. Here is what you need to change to support 2.0.40 up to 2.0.6.
Apache 2.2.x modules with Delphi - VIP专享
2010-05-25
摘要:If you want to create Apache modules with Delphi, you can start reading this articles, they explain step by step how to create Apache modules with Dephi.
Compiling mod_wsgi for Apache 2.0 and Python 2.6 on Windows - VIP专享
2010-05-25
摘要:I recently needed to setup mod_wsgi for Python 2.6 on Apache 2.0 for Windows. I wasn’t able to find a pre-built binary for this combination, so I went through the steps of building it. Here they are: