You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Cisiodon.com.br - Mail-Host - ListServ" <in...@cisiodon.com.br> on 2002/02/04 11:27:51 UTC

Re: Apache

Sent: Monday, February 04, 2002 10:19 AM
Subject: Apache


First, i´m sorry about my poor english .
I´m very confused, because i did put too many questions on
 users@list.httpd.apche list but never got answer.
 Because this i permit myself to beg your help.

 I have home made webhost, and running win2k server connected directly to
 intenet with static IP 200.207.129.204. Apache win32 1.322 running all ok.
 I have also, LAN, where this machine is gateway, with another Ethernet
 making NAT to machine on the LAN with IP 192.168.0.40, and gateway
 192.168.0.1.
 Apache is listening on port 80.

 On my Home page i have 3 links:

 1- Webmail - http://www.cisiodon.com.br:8080
 2- Forum - http://www.cisiodon.com.br/cgi-bin/ubb/cgi-bin/ultimatebb.cgi
 3- Tips and tricks on Odontologic system - http://www.cisiodon.com.br.

 How can I redirect item 2 to machine on the LAN ( 192.168.0.40 ) in the
 httpd.conf when incoming calls from internet ?

 So, I have  had read many forums and users.httpd@apache....lists but i did
 not get informations the rest of informations that i need. I tried the
doc´s
 but i got errors in configurations.

 Thanks in advance

 Miguel Garcia
 http://www.cisiodon.com.br




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.320 / Virus Database: 179 - Release Date: 30/1/2002



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: Apache

Posted by Joshua Slive <jo...@slive.ca>.
> From: pietro@segit.com [mailto:pietro@segit.com]On Behalf Of Pietro
> Cagnoni

>
> >  On my Home page i have 3 links:
> >
> >  1- Webmail - http://www.cisiodon.com.br:8080
> >  2- Forum -
> http://www.cisiodon.com.br/cgi-bin/ubb/cgi-bin/ultimatebb.cgi
> >  3- Tips and tricks on Odontologic system - http://www.cisiodon.com.br.
> >
> >  How can I redirect item 2 to machine on the LAN ( 192.168.0.40 ) in the
> >  httpd.conf when incoming calls from internet ?
>
> i'm afraid you can't do it with apache; you'll have to give your
> internal host a public address, and let external users use that, or use
> some filtering rule to redirect the traffic on a specific port.

That is true in general, but not strictly.  You can set up apache as a
reverse proxy to grab the pages from the internal server and return them as
if they came from teh firewall.  See, for example, the [P] flag to
rewriterule.  However, I don't recommend this unless you really know what
you are doing.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Apache

Posted by Pietro Cagnoni <pc...@mclink.net>.
>  On my Home page i have 3 links:
> 
>  1- Webmail - http://www.cisiodon.com.br:8080
>  2- Forum - http://www.cisiodon.com.br/cgi-bin/ubb/cgi-bin/ultimatebb.cgi
>  3- Tips and tricks on Odontologic system - http://www.cisiodon.com.br.
> 
>  How can I redirect item 2 to machine on the LAN ( 192.168.0.40 ) in the
>  httpd.conf when incoming calls from internet ?

i'm afraid you can't do it with apache; you'll have to give your
internal host a public address, and let external users use that, or use
some filtering rule to redirect the traffic on a specific port.

pietro.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org