mod_python and python2.5

2008-06-25 10:15

UPDATE: Of course, the easier alternative, is just to upgrade to Kubuntu Feisty… More for my own reference than anything else…. To get mod_python working with python2.5 on kubuntu: 1. Install apache2, if you haven’t already. 2. Install python2.5: sudo apt-get install python2.5 sudo apt-get inst... [阅读全文]

Windows 下配置Apache2, PHP5, MYSQL5 和 Zend

2008-04-30 16:06

Windows XP下全新安装Apache2,PHP5,MYSQL5,Zend的简单过程 一、下载地址: Apache2.0.50 :http://httpd.apache.org/download.cgi PHP5.0.2 :http://cn2.php.net/get/php-5.0.2-Win32.zip/from/a/mirror MYSQL5.0.2:http://dev.mysql.com/downloads/mysql/5.0.html Zend2.5.2 :http://www.zend.com/store/free_download.php?pid=13] 软件的安装偶就不说... [阅读全文]