Mark jensen wrote:
Thanks I guess your answer will work for me if I have only static IPs but what I have suggested is an example, my DB or DNS zone is changing dynamically, can mod_perl deal with them as a DB?
sub Handler {
my $r = shift;
my $c = $r->connection;
my $user = $c->remot
Thanks I guess your answer will work for me if I have only static IPs but what
I have suggested is an example, my DB or DNS zone is changing dynamically, can
mod_perl deal with them as a DB?
Mark jensen wrote:
I have seen this link:
http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAuthzHandler
and as it said: This phase requires a successful authentication from the
previous phase, because a username is needed in order to decide
whether a user is authorized to access the
I have seen this link:
http://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAuthzHandler
and as it said: This phase requires a successful authentication from the
previous phase, because a username is needed in order to decide
whether a user is authorized to access the requested resource.