We've expanded our news coverage and improved our search! Visit news.oreilly.com for the latest or search for all things across O'Reilly!
advertisement

Article:
  Mod_python's PSP: Python Server Pages
Subject:   psp does not work
Date:   2004-03-06 02:00:29
From:   cowboy2
my configfle file:
<Directory /var/www/html/test>
AddHandler mod_python .psp
PythonHandler mod_python.psp
PythonDebug On
</Directory>
but,when i go to http://192.168.0.1/test/helloword.psp,i got the source file .(it remain contain the <%%> flag)


this article is my 1st psp guide.but i failed.