Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 16918f6bd9ce1e24b5a856fee7c42c96 > files > 1

apache-mod_auth_token-1.0.3-5mdv2010.0.i586.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>