htaccess.txt
Upload User: ah_jiwei
Upload Date: 2022-07-24
Package Size: 54044k
Code Size: 1k
Category:

ADO-ODBC

Development Platform:

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