/EQT_V1/EQTWebApp/fckeditor/editor/filemanager/connectors/py/htaccess.txt
Plain Text | 23 lines | 15 code | 8 blank | 0 comment | 0 complexity | 23f5e8fcd97109cbb088119eafef768e MD5 | raw file
Possible License(s): LGPL-2.1
1# replace the name of this file to .htaccess (if using apache), 2# and set the proper options and paths according your enviroment 3 4Allow from all 5 6# If using mod_python uncomment this: 7PythonPath "[r'C:\Archivos de programa\Apache Software Foundation\Apache2.2\htdocs\fckeditor\editor\filemanager\connectors\py'] + sys.path" 8 9 10# Recomended: WSGI application running with mod_python and modpython_gateway 11SetHandler python-program 12PythonHandler modpython_gateway::handler 13PythonOption wsgi.application wsgi::App 14 15 16# Emulated CGI with mod_python and cgihandler 17#AddHandler mod_python .py 18#PythonHandler mod_python.cgihandler 19 20 21# Plain old CGI 22#Options +ExecCGI 23#AddHandler cgi-script py