let me see if i understand your question?  you wan to type http://123.45.67.89
in a webbrowser and see your apache server dishing out content?

well, if that was the quesion you should set the port on yout apache config
file to serve using port 80  not 8080.

basically when you type http:// it tells your browers to go to 123.45.67.89:80
as that is the default port for "web" services.  there is no such thing as
serving on 123.45.67.89.  any tcp/ip comm happens on a port on an ip address.
or i am confused as well?  

sai.


On Mon, 08 Sep 2003 21:32:06 -0700, Michael Ni wrote
> Hi I have a domain where i can set the ip as 123.45.67.89 however my 
> apache is set to 123.45.67.89:8080.  How do I configure my port 8080 
> to direct to 123.45.67.89
> 
> mike
> 
> _________________________________________________________________
> Use custom emotions -- try MSN Messenger 6.0! 
> http://www.msnmessenger-download.com/tracking/reach_emoticon
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



--
Open WebMail Project (http://openwebmail.org)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to