Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > f3bfd5fdf65f93a88c150dacdb29b978 > files > 1

apache-mod_python-doc-3.3.1-14.1mdv2010.2.x86_64.rpm

Alias /manual/mod/mod_python /usr/share/doc/apache-mod_python-doc

# Override type-map handler
<Directory "/usr/share/doc/apache-mod_python-doc">

    Options Indexes
    AllowOverride None
    Order allow,deny
    Allow from all

    <Files *.html>
	SetHandler default-handler
    </Files>

</Directory>