  | |  | Newbie - unable access my www from outside | Newbie - unable access my www from outside 2004-10-29 - By Christopher Theunissen
Sorry, I thought you had a firewall in a router that was connected to the internet, which would then have to be configured to forward requests for port 80 to the computer running apache, but it sounds like your computer is directly connected to the internet. Is that correct?
> > > > > the httpd apache is in the same box with squid .. and the squid is > > > > > configured as transparent proxy that will nat all port 80 request to > > > 3128 ..
What is running on port 3128?
If it is the web server, then Apache needs to be configured to listen on port 3128: <VirtualHost 172.16.1.5:3128>
Normally what happens is you have a computer running Apache on port 80 and you have another computer/router connected to the internet, that will forward any external requests for port 80 to the internal LAN IP address of the computer running Apache, which is normally of the form 192.168.0.x.
I could be missing the point, as I don't know what a squid is. ----- Original Message ----- From: "Winanjaya - CBN" <winan888@(protected)> To: "Christopher Theunissen" <christopher_theunissen@(protected)>; <users@(protected)> Sent: Friday, October 29, 2004 11:01 AM Subject: Re: [users@(protected)] Newbie - unable access my www from outside
> I am really sorry, I don;t understand what you mean exactly? .. please > advise thanks a lot in advance > > > ----- Original Message ----- > From: "Christopher Theunissen" <christopher_theunissen@(protected)> > To: <users@(protected)>; "Winanjaya - CBN" <winan888@(protected)> > Sent: Friday, October 29, 2004 4:54 PM > Subject: Re: [users@(protected)] Newbie - unable access my www from outside > > > > You need to set your router to forward port 80 to the internal > (192.168.x.x) > > IP address of the PC running Apache. > > > > ----- Original Message ----- > > From: "Winanjaya - CBN" <winan888@(protected)> > > To: "Dick Davies" <rasputnik@(protected)>; <users@(protected)> > > Sent: Friday, October 29, 2004 6:05 AM > > Subject: Re: [users@(protected)] Newbie - unable access my www from outside > > > > > > > still not workingggg .. > > > > > > I run below codes.. but still not working .. how come? > > > # > > > # Use name-based virtual hosting. > > > # > > > #NameVirtualHost *:80 > > > > > > <VirtualHost 172.16.1.5:80> > > > SuexecUserGroup "#503" "#503" > > > ServerName lippogeneral.com > > > ServerAlias www.lippogeneral.com > > > DocumentRoot /home/lippogeneral/public_html > > > ErrorLog /home/lippogeneral/logs/error_log > > > CustomLog /home/lippogeneral/logs/access_log common > > > ScriptAlias /cgi-bin/ /home/lippogeneral/cgi-bin/ > > > <Directory /home/lippogeneral/public_html> > > > Options Indexes IncludesNOEXEC FollowSymLinks > > > Allow from all > > > </Directory> > > > </VirtualHost> > > > > > > what should I do? > > > > > > TIA > > > > > > ----- Original Message ----- > > > From: "Dick Davies" <rasputnik@(protected)> > > > To: <users@(protected)>; "Winanjaya - CBN" <winan888@(protected)> > > > Sent: Friday, October 29, 2004 6:14 AM > > > Subject: Re: [users@(protected)] Newbie - unable access my www from outside > > > > > > > > > > * Winanjaya - CBN <winan888@(protected)> [1027 13:27]: > > > > > What I forgot to inform is: > > > > > > > > > > the httpd apache is in the same box with squid .. and the squid is > > > > > configured as transparent proxy that will nat all port 80 request to > > > 3128 .. > > > > > does it cause this problem? .. I need advise ..thanks > > > > > > > > How are requests supposed to get to Apache then? > > > > > > > > > > > > -- > > > > Yeah, life is hilariously cruel. - Bender > > > > Rasputin :: Jack of All Trades - Master of Nuns > > > > > > > > > --------------------------------------------------------------------- > > > 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@(protected) > > > " from the digest: users-digest-unsubscribe@(protected) > > > For additional commands, e-mail: users-help@(protected) > > > > > > > > > >
--------------------------------------------------------------------- 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@(protected) " from the digest: users-digest-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |