home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-python-addon-1.4.9-installer.exe / python.conf.new < prev    next >
Encoding:
Text File  |  2004-03-27  |  480 b   |  19 lines

  1. LoadFile "/xampp/python/python23.dll"
  2. LoadModule python_module "/xampp/python/mod_python.so"
  3.  
  4. <Directory "/xampp/htdocs/python/">
  5.   AddHandler python-program .py
  6.   PythonDebug On
  7.     <Files *.py>
  8.         PythonPath "['/xampp/htdocs/python/'] + sys.path"
  9.     </Files>
  10.     <Files "index.py">
  11.       PythonHandler index
  12.     </Files>
  13.     <Files "xa.py">
  14.       PythonHandler xa
  15.     </Files>
  16.     PythonHandler default
  17. #  PythonHandler mod_python.publisher
  18. </Directory>
  19.