You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Gerard van Enk <ge...@eo.nl> on 2001/03/09 23:34:13 UTC

Any news on bug 208?

Hello,

I ran into a problem similar to bug 208, but I'm using mod_jk, ajp13,
tomcat3.1.1, I've added this information to the bugreport. But I am
curious if there was any news about this bug, because it reported as if
I remember correctly a few months ago for the first time. 

It's a problem when using apache and mod_jk getRemoteHost() is returning
null, or does this have something to do with a configuration error on my
account?

I looked into the native c files for the connector, but it's a long time
ago I used c :) and I couldn't find anything (but this doesn't say
anything :) ).

Gerard

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, email: tomcat-dev-help@jakarta.apache.org


Re: Any news on bug 208?

Posted by Gerard van Enk <ge...@eo.nl>.
Gerard van Enk wrote:
> 
> Gerard van Enk wrote:
> >
> > Hello,
> >
> > I ran into a problem similar to bug 208, but I'm using mod_jk, ajp13,
> > tomcat3.1.1, I've added this information to the bugreport. But I am
> 
> oops this has to be tomcat3.2.1 :)
> 
> > curious if there was any news about this bug, because it reported as if
> > I remember correctly a few months ago for the first time.
> >
> > It's a problem when using apache and mod_jk getRemoteHost() is returning
> > null, or does this have something to do with a configuration error on my
> > account?
> >

Oops.....getRemoteHost() will return null if you turn off
HostnameLookups in your httpd.conf. And that's normal I assume :)
Or does it need to return "" because that's what Tomcat3.2beta4 with
AJP12 was doing....

Gerard

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, email: tomcat-dev-help@jakarta.apache.org


Re: Any news on bug 208?

Posted by Gerard van Enk <ge...@eo.nl>.
Gerard van Enk wrote:
> 
> Hello,
> 
> I ran into a problem similar to bug 208, but I'm using mod_jk, ajp13,
> tomcat3.1.1, I've added this information to the bugreport. But I am

oops this has to be tomcat3.2.1 :)

> curious if there was any news about this bug, because it reported as if
> I remember correctly a few months ago for the first time.
> 
> It's a problem when using apache and mod_jk getRemoteHost() is returning
> null, or does this have something to do with a configuration error on my
> account?
> 
> I looked into the native c files for the connector, but it's a long time
> ago I used c :) and I couldn't find anything (but this doesn't say
> anything :) ).
> 


Hmmm...I just discovered when using tomcat 3.2 beta 6 and mod_jk (ajp12)
it returns "" instead of null. Don't know if this information is
usefull.

Gerard

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, email: tomcat-dev-help@jakarta.apache.org