htaccess.txt
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. # replace the name of this file to .htaccess (if using apache), 
  2. # and set the proper options and paths according your enviroment
  3. Allow from all
  4. # If using mod_python uncomment this:
  5. PythonPath "[r'C:Archivos de programaApache Software FoundationApache2.2htdocsfckeditoreditorfilemanagerconnectorspy'] + sys.path"
  6. # Recomended: WSGI application running with mod_python and modpython_gateway
  7. SetHandler python-program
  8. PythonHandler modpython_gateway::handler
  9. PythonOption wsgi.application wsgi::App
  10. # Emulated CGI with mod_python and cgihandler
  11. #AddHandler mod_python .py
  12. #PythonHandler mod_python.cgihandler
  13. # Plain old CGI
  14. #Options +ExecCGI 
  15. #AddHandler cgi-script py