ANNOUNCE: Mod_python 3.0.1

Gregory (Grisha) Trubetskoy grisha at apache.org
Thu Nov 28 16:14:24 EST 2002


On Wed, 27 Nov 2002, [iso-8859-5] ╢пэЬпщ Ё. wrote:

>
> > The Apache Software Foundation and The Apache HTTP Server Project are
> > pleased to announce the release of mod_python 3.0.1.
>
> skipping through the online documentation, I noticed the PythonOutputFilter
> directive. If I understand corectly this and the AddOutputFilter Apache
> deirective will enable me to register different Python handlers for
> different file-extensions in the SAME directory, no.

Not quite true because a filter is something different from a handler.

But you _can_ assign different handlers to different file extensions by
specifying them after a "|". This wasn't possible in 2.x.:

http://www.modpython.org/live/mod_python-3.0.1/doc-html/dir-handlers-syn.html

Grisha




More information about the Python-list mailing list