Roman Roelofsen
develop at tuxed.de
Sun Jul 25 04:50:59 EDT 2004
Hi, I am new to mod_python and for my first app i tried to use a psp-page. But when i send a request nothing gets generated. My config: .htaccess ------------------------------ AddHandler mod_python .psp PythonHandler mod_python.psp PythonDebug On test.psp ------------------------------ <html> <% greet = 'Hello' %> <%= greet %> <br> test test </html> There is really no ouput. No error message, neither in the browser nor in the apache error log. Just an empty file. When I use the publisher as PythonHandler and no psp everthing works fine! Versions ------------------------------ apache: 2.0.49-23 mod_python: 3.1.3 python: 2.3.3 Any ideas? Thanks, Roman
|