<!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.&nbsp; To get the debug option (&lt;filename&gt;.psp_) to work, I had to add an extension to the configuration for the http server.<BR>
<BR>
&lt;Directory &quot;/usr/local/apache2/htdocs/psp&quot;&gt;<BR>
&nbsp; AddHandler mod_python .psp <BR>
 ...<BR>
<BR>
<BR>
Changed to <BR>
 &lt;Directory &quot;/usr/local/apache2/htdocs/psp&quot;&gt;<BR>
&nbsp; 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.&nbsp; Once I did, everything worked great!&nbsp; Maybe we can update the documenation and say something like:<BR>
note: to get debug working add &quot;.psp_&quot; 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>