Re: access control
Adam Prime <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
With a PerlAccessHandler, see: https://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAccessHandler Adam On 17-10-19 06:48 AM, Ken Peng wrote: > Hi, > > for a common object on server, for example, http://a.com/b.jpg, when it > can be accessed by client, I want to apply some access control on it, > for example, the IP based AC rules. How will mod_perl handler deal with > this? thanks. > > > Regards, > Ken Peng