Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > a8eeeeda8c3aaf17a2af653ab7cd0895 > files > 1

apache-mod_auth_msfix-0.2.1-13mdv2010.1.x86_64.rpm

<IfDefine HAVE_AUTH_MSFIX>
    <IfModule !mod_auth_msfix.c>
	LoadModule auth_msfix_module	extramodules/mod_auth_msfix.so
    </IfModule>
</IfDefine>

<IfModule mod_auth_msfix.c>

    <Location /auth_msfix>

	DAV On
        AllowOverride None
	Order allow,deny
        Allow from 127.0.0.1

        AuthName "auth_msfix"
        AuthType Basic
        AuthUserFile /dev/null

        AuthMSFix On
        AuthMSFixDebug On
        AuthMSFixOnHeader User-Agent "Microsoft.*Webdav"
        AuthMSFixMatch ".*\\\\(.*)" "$1"

    </Location>

</IfModule>