source: sandbox/filemanager/tp/fckeditor/editor/filemanager/connectors/py/htaccess.txt @ 1575

Revision 1575, 707 bytes checked in by amuller, 14 years ago (diff)

Ticket #597 - Implentação, melhorias do modulo gerenciador de arquivos

  • Property svn:executable set to *
Line 
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
Note: See TracBrowser for help on using the repository browser.