mod_python

Charles charles at a3a.com.br
Wed Oct 3 16:28:22 EDT 2001


Hi,

I'm using mod_python on apache 1.2.30 linux
and in http.conf i write the follows line in Directory

<Directory "/www/docs/test">
    AddHandler python-program .py
    PythonHandler mod_python.publisher
</Directory>

Did not found any file.py that i was write in
/www/docs/test/ ...
I use the guide documentation in mod python site.

But if i write PythonHandler file
the /www/docs/tes/file.py will be executed


Ps. Sorry about my english





More information about the Python-list mailing list