Dave Coventry wrote:
I believe that this is the thing that is defeating me at the moment.
I'm not sure how easy it would be to get the post to your cgi to work.
You'll need to post absolutely (action="http://....") rather than
relatively.
But I think what you would be better to use the deny_info http://...
form of deny_info. Something like
deny_info http://myhost/login.cgi?url=%s ipauthACL
then the login page will be your cgi script and as an added bonus you'll
get url set as the original url that caused the deny. Then you can
redirect to it after a successful login.