And now that I think about it a bit more... If all you're
using the CGI object for is to get the remote user name,
why not just use:
$r->connection->user()
instead? That will return the user name typed in for Basic authentication.
You can also get the password from:
($ret,$pw) = $r->get_basic_auth_pw().
In reply to Re: Apache Modules
by larryl
in thread Apache Modules
by tame1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |