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

Untitled

By: a guest on Apr 15th, 2012  |  syntax: None  |  size: 0.16 KB  |  hits: 8  |  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.     AddHandler mod_python .py
  4.     PythonHandler mod_python.publisher
  5.     PythonDebug on
  6.     </FilesMatch>
  7. </IfModule>