mod_python

来源:互联网 发布:淘宝指数查询 编辑:程序博客网 时间:2024/05/18 11:32

install:

I fixed version.sh by just replacing the offending line with an empty definition:

#GIT=`git describe --always`GIT=

./configure --with-apxs=/Applications/XAMPP/bin/apxs --with-flex=/Applications/XAMPP/bin/flex --with-python=/usr/bin/python --with-max-locks=32

make

sudo make install


GET parameters: request.args

POST parameters: with mod_python.publisher  def handler(req, email, password): 



不知道如何在 mod_python 下条用 os.sys 或者 subprocess.call, subprocess.Pope()

0 0