Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 15533144ea879a3ee7f2cdcbb31e4859 > files > 1

apache-mod_python-doc-3.3.1-12mdv2010.0.i586.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>