Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: XML  |  size: 0.18 KB  |  hits: 26  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <IfModule mod_python.c>
  2.     <FilesMatch "\.py$">
  3.         SetHandler mod_python
  4.         PythonHandler mod_python.publisher
  5.         PythonDebug On
  6.     </FilesMatch>
  7. </IfModule>