Java Mailing List Archive

http://www.junlu.com/

Subjects
Home
mod jk2 https
Donation of JAXP 1 3 Sources to Apache
R annoyances
RE: Finding out when the aspnet admin worker process has recycled
Favorite Linux Distribution
eigenvalues of a circulant matrix
Apache Install
Reachin apache from outside
Ant should have an ext directory
Warning: Documentroot doesn 't exist
Can this be Done?
RE: Multilanguage Application
RE: Simple Question On setting up Sub Domain site
Lack of independence in anova()
How to close connection instead of sending 403?
winning the case for ANT
Re: adding php
New Ant GUI 'Ant 's Nest '
Narrowing Down A Strange Problem
Ant Task: sshexec
R Graph Gallery : categorization of the graphs
I 've been hacked, I need some help please
RE: Anyone working with DotNetNuke?
RE: Exception Handling Opinion
hex format
RE: IIS stopped working :(
<for > Build Failed:problem
RE: Separation of Objects from Logic
RE: Tracking pages with long request execution time
sending email to multiple destination
Web Site
ant UI
Easy cut & paste from Excel to R?
Win32 Apache Restart
Improving Tasks
HELP! PLEASE!
RE: Adding Controls to a Page
read table
RE: ASPNET account doesn 't exist!
Best way to uninstall Apache2 on red hat
from win to linux how to web page
XMLParseException changes and creation of XMLLocator2
Re Post: rewrite backslash to forward slash
Target or macrodef?
Page display problem XPSP2
Authentication problems
Dynamic Dictionary Data Type?
Newbie unable access my www from outside
off topic question: Latex and R in industries
Conflict between xtable and Hmisc when using Sweave?
Very old problem without any new solution
mod rewrite help
Basic Authentication question
RE: Code Security
calling ant from java program
prevent double signing
Re: Controlling Copy/Paste/Print
Using R to illustrate the Central Limit Theorem
web server slow too much slow
access to user directories
Links
Home
Official R Project Site
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Newbie - unable access my www from outside

Newbie - unable access my www from outside

2004-10-29       - By Christopher Theunissen
Reply:     <<     11     12     13     14     15     16     17  

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)


©2008 junlu.com - Jax Systems, LLC, U.S.A.