----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------



Sun JunXu wrote:
> 
> hi, all,
> Reason to send this question here is I am lazy.

That is *not* a good reason.

> How can I access a internal webserver (ip: 192.168.1.42) through a public
> webserver (ip:203.116.215.230) ? is there a reverse proxy function of
> apache?
No.

It is inappropriate to ask that question on this list, but I assume that you are a 
newbie and don't
know the right group to ask.  It is confusing sometimes.

All IP addresses in the range of 192.168.0.0 through 192.168.255.255, and all IP 
addresses in the
range of 10.0.0.0 through 10.255.255.255 are especially defined by RFC 1918 as private 
IP
addresses.  Routers are not required to route them, and in fact are actively 
discouraged from
routing them.  However, a Network Address Translator (NAT) will allow outbound 
connections.  In
other words, your web browser on 192.168.1.42 can possibly reach my web server,
www.commercialventvac.com, through your network address translator if you have one and 
if it is
properly configured.  Your web browser might an possibly reach my web server,
www.commercialventvac.com, through your web proxy server if you have one.  But Apache 
is not a proxy
server.

You should ask your sysadmin about your local configuration.  If you are the local 
sysadmin, then
this is a question should ought to know the answer to, and if you don't, then you are 
endangering
your customers by your ignorance.  I'm sorry, but this is a basic question, and that's 
what
sysadmins are there for.


> 
> thanks a lot.
> 
> sincerely
> sun
> 

Jeff

-- 
Jeff Silverman, PC guy, Linux wannabe, Java wannabe, Software engineer, husband, 
father etc.
See my website: http://www.commercialventvac.com/~jeffs
[EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to