[mod_python] apache configuration

Jim Gallacher jpg at jgassociates.ca
Sun Mar 5 14:09:33 EST 2006


Peter Sheldrick wrote:
> I have a directory /somedir that includes .psp and .py files. Is it possible
> to tell apache to use mod_python.psp for all the .psp and
> mod_python.publisher for all the .py files? If so how?
> 
> - Peter


AddHandler python-program .py .psp
PythonHandler mod_python.publisher | .py
PythonHandler mod_python.psp | .psp

Jim


More information about the Mod_python mailing list