/EQT_V1/EQTWebApp/fckeditor/editor/filemanager/connectors/py/htaccess.txt

http://sgsoft-las.googlecode.com/ · Plain Text · 23 lines · 15 code · 8 blank · 0 comment · 0 complexity · 23f5e8fcd97109cbb088119eafef768e MD5 · raw file

  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 programa\Apache Software Foundation\Apache2.2\htdocs\fckeditor\editor\filemanager\connectors\py'] + 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