11.12.2007

mod-python in apache2

安裝完 libapache2-mod-python 後, 測試一下..

修改 /etc/apache2/httpd.conf 加入下面的部份 (測試完後,再刪掉)
<Location /mpinfo>
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler mod_python.testhandler
</Location>
reload apache2 ,或是用 a2enmod mod_python 將module load進來。

然後開啟 browser,網址 : http://10.1.1.152/mpinfo 就可以看到 python module info page。

沒有留言: