apache server

 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

你可能感兴趣的:(apache server)