in reply to Apache Modules
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().
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Apache Modules
by tame1 (Pilgrim) on Mar 13, 2001 at 00:42 UTC | |
by larryl (Monk) on Mar 13, 2001 at 00:51 UTC | |
by tame1 (Pilgrim) on Mar 13, 2001 at 01:02 UTC | |
by btrott (Parson) on Mar 13, 2001 at 00:43 UTC |