<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
Hi,<BR>
I just installed and have been playing around with psp under mod_python. To get the debug option (<filename>.psp_) to work, I had to add an extension to the configuration for the http server.<BR>
<BR>
<Directory "/usr/local/apache2/htdocs/psp"><BR>
AddHandler mod_python .psp <BR>
...<BR>
<BR>
<BR>
Changed to <BR>
<Directory "/usr/local/apache2/htdocs/psp"><BR>
AddHandler mod_python .psp<FONT COLOR="#ff0000"> .psp_</FONT><BR>
....<BR>
<BR>
<BR>
If I didn't, Apache would not pass along the request to mod_python.psp handler. Once I did, everything worked great! Maybe we can update the documenation and say something like:<BR>
note: to get debug working add ".psp_" as an extension to the AddHandler.<BR>
<BR>
Or maybe there is a better way, I don't know, this is how I got it working.<BR>
<BR>
<BR>
Craig<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>