home *** CD-ROM | disk | FTP | other *** search
- LoadFile "/xampp/python/python23.dll"
- LoadModule python_module "/xampp/python/mod_python.so"
-
- <Directory "/xampp/htdocs/python/">
- AddHandler python-program .py
- PythonDebug On
- <Files *.py>
- PythonPath "['/xampp/htdocs/python/'] + sys.path"
- </Files>
- <Files "index.py">
- PythonHandler index
- </Files>
- <Files "xa.py">
- PythonHandler xa
- </Files>
- PythonHandler default
- # PythonHandler mod_python.publisher
- </Directory>
-