View Single Post
  #2   (View Single Post)  
Old 23rd February 2010
roddierod's Avatar
roddierod roddierod is offline
Real Name: Rod Person
VPN Cryptographer
 
Join Date: Apr 2008
Location: Pittsburgh, Pa
Posts: 437
Default

I have this on my httpd.conf:

Code:
<Directory /usr/local/www/apache22/data/python>
  DirectoryIndex index.py
  SetHandler mod_python
  PythonHandler mod_python.publisher
  PythonHandler mod_python.psp | .psp

  Options MultiViews FollowSymLinks
  Order allow,deny
  Allow from all
  MultiviewsMatch Handlers

  PythonDebug On
</Directory>
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick
Reply With Quote