Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > af554d6c51e7b3ea914f6b7732d96f91 > files > 1

apache-mod_auth_remote-0.1-17mdv2009.0.src.rpm

<IfDefine HAVE_AUTH_REMOTE>
    <IfModule !mod_auth_remote.c>
	LoadModule auth_remote_module    extramodules/mod_auth_remote.so
    </IfModule>
</IfDefine>

<IfModule mod_auth_remote.c>

<Directory ~ "/application_1/">
    AuthType		Basic
    AuthName		CHICKEN_RUN
    AuthRemoteServer	auth1.saju.com.tld
    AuthRemotePort	80
    AuthRemoteURL	/One/Auth/method
    require		valid-user
</Directory>

</IfModule>