
Originally Posted by
acbreton
...
# The raccoonloc script.
<Directory C:/data/apache/mod_python/py>
AddHandler mod_python .py
PythonHandler raccoonloc
PythonDebug On
</Directory>
Raccoonloc.py has been written with the assumption that PythonHandler is mod_python.publisher. So, change the line
Code:
PythonHandler raccoonloc
into
Code:
PythonHandler mod_python.publisher
and it should work. When you installed Raccoon, if you installed the default webcontent then there should be a .htaccess file in .../mod_python/py with the right content.
Br,
Johan