Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 9d3ab8ba2dc96e07a2baad6e1d40cd77 > files > 1

apache-mod_auth_token-1.0.3-6mdv2010.1.src.rpm

<IfDefine HAVE_AUTH_TOKEN>
    <IfModule !mod_auth_token.c>
	LoadModule auth_token_module	extramodules/mod_auth_token.so
    </IfModule>
</IfDefine>

<IfModule mod_auth_token.c>

    <Location /protected/>
	AuthTokenSecret "secret"
	AuthTokenPrefix /protected/
	AuthTokenTimeout 60
    </Location>

</IfModule>