httpd.exe -w -n "Apache2" -k start
<Directory "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/python"> AddHandler mod_python .py PythonHandler mod_pythons PythonDebug On </Directory>
mod_python
本文共 261 字,大约阅读时间需要 1 分钟。
httpd.exe -w -n "Apache2" -k start
<Directory "C:/Program Files (x86)/Apache Software Foundation/Apache2.2/htdocs/python"> AddHandler mod_python .py PythonHandler mod_pythons PythonDebug On </Directory>
mod_python
转载于:https://my.oschina.net/u/576757/blog/128194