htaccess.txt
资源名称:MEIMS.rar [点击查看]
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:1k
源码类别:
数据库编程
开发平台:
Visual C++
- # replace the name of this file to .htaccess (if using apache),
- # and set the proper options and paths according your enviroment
- Allow from all
- # If using mod_python uncomment this:
- PythonPath "[r'C:Archivos de programaApache Software FoundationApache2.2htdocsfckeditoreditorfilemanagerconnectorspy'] + sys.path"
- # Recomended: WSGI application running with mod_python and modpython_gateway
- SetHandler python-program
- PythonHandler modpython_gateway::handler
- PythonOption wsgi.application wsgi::App
- # Emulated CGI with mod_python and cgihandler
- #AddHandler mod_python .py
- #PythonHandler mod_python.cgihandler
- # Plain old CGI
- #Options +ExecCGI
- #AddHandler cgi-script py