Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 34037aa6db4d88857a899007d6b3d5b9 > files > 1

apache-mod_auth_token-1.0.3-3mdv2009.0.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>