Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程

apache mod

日期:2017/2/8 10:17:28      編輯:關於服務器

   想找一個最簡單的方式跑python的cgi,選擇了mod_python,這裡面的pythonhandler index沒搞的很懂,不過反正程序是可以跑起來了。centos6裡要用epel源才有mod_python
   
    LoadModule python_module modules/mod_python.so
   
    <Directory "/var/www/html/py">
   
    AllowOverride FileInfo
   
    AddHandler mod_python .py
   
    #    PythonHandler index
   
    PythonDebug On
   
    Order allow,deny
   
    Allow from all
   
    </Directory>

Copyright © Windows教程網 All Rights Reserved