| Arcady Genkin 
    agenkin-lst-mod_python at thpoon.com Sun Nov 10 16:42:55 EST 2002 
 In the html documentation, distributed with the 3.0 tarball, Section
6.1.1 (introduction to publisher handler) suggests the following
configuration in httpd.conf:
<Directory /some/path}
    SetHandler python-program 
    PythonHandler mod_python.publisher
</Directory>
But this results in a syntax error:
   AddHandler requires at least two arguments, a handler name followed
   by one or more file extensions
Seems that ".py" is missing at the end of SetHandler directive.
-- 
Arcady Genkin : CDF Systems Administrator
http://www.cdf.toronto.edu/~agenkin/contact.html
guilt is the cause of more disauders
than history's most obscene marorders (E.E. Cummings)
 |