File selfhtml.conf of Package selfhtml

# Example configuration for SelfHTML
#
# put the string SELFHTML in /etc/sysconfig/apache2 APACHE_SERVER_FLAGS
# to enable the URL
# http://localhost/selfhtml
#
<IfDefine SELFHTML>
    Alias /selfhtml /usr/share/doc/selfhtml
    <Directory "/usr/share/doc/selfhtml">
        <IfModule mod_dir.c>
            DirectoryIndex index.html index.htm
        </IfModule>
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
</IfDefine>

openSUSE Build Service is sponsored by