[mod_python] Newbie question: setting all calls to a certain directory to beprocessed by a script

Gregory (Grisha) Trubetskoy grisha at modpython.org
Wed Aug 27 22:35:42 EST 2003



On Wed, 27 Aug 2003, Simon Willison wrote:
> AddHandler default-handler .html .jpeg .jpg .gif .css .js
> SetHandler python-program
> PythonHandler handler
> PythonDebug On


How about

SetHandler python-program
PythonHandler handler | .html .jpeg .jpg .gif .css .js
PythonDebug On


Grisha


More information about the Mod_python mailing list