# rename this file to .htaccess
# you must use either wsgi, or cgi functionality

# wsgi functionality (via mod_python and modpython_gateway):

SetHandler python-program
PythonHandler modpython_gateway::handler
PythonOption wsgi.application upload::WSGIApp
PythonPath "[r'C:\Archivos de programa\Apache Software Foundation\Apache2.2\htdocs\fckeditor\editor\filemanager\upload\py'] + sys.path"

# cgi functionality (not recomended, very slow)
#Options +ExecCGI 
#AddHandler cgi-script py
 
Allow from all
