<Location "/dologin.html">
SetHandler form-login-handler
AuthFormLoginRequiredLocation "http://example.com/login.html"
- AuthFormLoginSuccessLocation "http://example.com/success.html"
+ AuthFormLoginSuccessLocation "http://example.com/admin/index.html"
AuthFormProvider file
AuthUserFile "conf/passwd"
AuthType form
- AuthName realm
+ AuthName /admin
Session On
SessionCookieName session path=/
- SessionCryptoPassphrase secret
</Location>
</highlight>
</example>
AuthFormLoginRequiredLocation "http://example.com/login.html"
Session On
SessionCookieName session path=/
-SessionCryptoPassphrase secret
</highlight>
</example>
AuthFormLogoutLocation "http://example.com/loggedout.html"
Session On
SessionCookieName session path=/
-SessionCryptoPassphrase secret
</highlight>
</example>
Session On
SessionMaxAge 1
SessionCookieName session path=/
-SessionCryptoPassphrase secret
</highlight>
</example>