initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
23
FCKeditor/editor/filemanager/connectors/py/htaccess.txt
Normal file
23
FCKeditor/editor/filemanager/connectors/py/htaccess.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
# replace the name of this file to .htaccess (if using apache),
|
||||
# and set the proper options and paths according your enviroment
|
||||
|
||||
Allow from all
|
||||
|
||||
# If using mod_python uncomment this:
|
||||
PythonPath "[r'C:\Archivos de programa\Apache Software Foundation\Apache2.2\htdocs\fckeditor\editor\filemanager\connectors\py'] + sys.path"
|
||||
|
||||
|
||||
# Recomended: WSGI application running with mod_python and modpython_gateway
|
||||
SetHandler python-program
|
||||
PythonHandler modpython_gateway::handler
|
||||
PythonOption wsgi.application wsgi::App
|
||||
|
||||
|
||||
# Emulated CGI with mod_python and cgihandler
|
||||
#AddHandler mod_python .py
|
||||
#PythonHandler mod_python.cgihandler
|
||||
|
||||
|
||||
# Plain old CGI
|
||||
#Options +ExecCGI
|
||||
#AddHandler cgi-script py
|
Loading…
Add table
Add a link
Reference in a new issue