>> In httpd.conf:
>> 
>> <Location /cgi-bin/VENDOR>
>> PerlAccessHandler LHSC::FakeRemoteIP
>> </Location>
>
>Why an Access handler?  I realize it works, but a more appropriate
>phase would be PerlFixupHandler, since you aren't doing any access
>control in your module.  A couple other nitpicky points: you probably
>should return 'DECLINED' at the end, not 'OK', in case there are more
>handlers that want to do something during that phase and it also probably
>would be a good idea to restore the "real" address after so your logs
>show the actual client IP.  Something like this:

Good points.  This is my first real foray outside of content handlers, so I chose 
something early on in the request phase.  I'll give the code you've provided a try 
this afternoon.

...Steve

-- 
Steve van der Burg
Information Services
London Health Sciences Centre
(519) 685-8300 ext 35559
[EMAIL PROTECTED]

Reply via email to