Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 579dac6f0a428cf640616e16b997f4f4 > files > 1

apache-mod_auth_token-1.0.3-10.x86_64.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>