Hi,
On Tue, Jun 06, 2000 at 06:42 +0200, [EMAIL PROTECTED] wrote:
> OS: IRIX 6.5
> Submission from: (NULL) (194.217.18.40)
> I've changed mod_setenvif to log the client IP when setenvif is called, and it
> only sees IP addresses as 0.0.0.0. Obviously in 'normal' Apache, the real IP
> address of the client is there instead of 0.0.0.0. Could mod_ssl not be
> copying the remote_ip structure over when it 'intercepts' the HTTP method,
> or something?
This is not a bug in mod_ssl but a bug in gcc on IRIX which affects certain
functions such as gethostbyname(). You're able to solve the problem for example
by linking BIND's resolver library (libbind.a) along the way.. More info is
found on dejanews and/or a recent (2-3 months back) thread on the Postfix
users mailing list. :-) Alternatively you just might want to buy SGI's compiler
which isn't too terribly priced at least here in Finland. The code runs way
faster it optimizes pretty good and you won't have problems such as these.
Hope this helps.
br,
--
Kaj J. Niemi <[EMAIL PROTECTED]> / +358 40 570 76 14
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]