Re: [expert] http set up

2000-08-04 Thread Alexander Skwar

On Sun, Jul 30, 2000 at 08:53:52AM -0600, Charles Curley wrote:
> Why port 90? I checked in my copy of /etc/services, and port 90 is not
> assigned right now. However, ports below 1024 are usually assigned by the
> Internet Powers the Be, and you risk a collision at some time in the
> future. I suggest you use a port above 1024.
> 

Oh, that's true.  Didn't see this.

Alexander Skwar
-- 
Homepage:   http://www.digitalprojects.com
Sichere Mail?   Mail an [EMAIL PROTECTED] fuer GnuPG Keys
ICQ:7328191

 PGP signature


Re: [expert] http set up

2000-08-02 Thread Matt Stegman

On Sat, 29 Jul 2000, maxtor wrote:
> I want to have a web server but I don't want to use the default port "80".   I
> have changed the listen to port to "90" (90 is the port that i want to use) and
> also in my /etc/services.conf on the www settings i changed that from 80 to 90
> also.  But now I cannot log into my web server unless i put the port into my
> url like http://www.myserveraddress.com:90 .  What am I doing wrong, or can I
> even do this port 90 thing?   All help would be appreciated.

You're not doing anything wrong.  When you type a URL into a web browser,
for example http://www.linux-mandrake.com, the browser assumes port 80
(that is, after all, the standard).  If port 80 isn't open, it will return
an error.  If you want to use a non-standard port, then you're going to
have to live with specifying the port in the URL.

-Matt Stegman
<[EMAIL PROTECTED]>





Re: [expert] http set up

2000-07-31 Thread Charles Curley

On Sun, Jul 30, 2000 at 12:12:54PM +0200, Alexander Skwar wrote:
> On Sat, Jul 29, 2000 at 11:29:24PM -0400, maxtor wrote:
> >
> > I want to have a web server but I don't want to use the default port "80".  I
> 
> [...]
> 
> > also.  But now I cannot log into my web server unless i put the port into my
> > url like http://www.myserveraddress.com:90 .  What am I doing wrong, or can I
> > even do this port 90 thing?   All help would be appreciated.
> 
> That's the only way it works.  If you don't specify a port in your browser,
> the browser connects to (or tries to) port 80.

Right.

Why port 90? I checked in my copy of /etc/services, and port 90 is not
assigned right now. However, ports below 1024 are usually assigned by the
Internet Powers the Be, and you risk a collision at some time in the
future. I suggest you use a port above 1024.



-- 

-- C^2

No windows were crashed in the making of this email.

Looking for fine software and/or web pages?
http://w3.trib.com/~ccurley
 PGP signature


Re: [expert] http set up

2000-07-30 Thread Alexander Skwar

On Sat, Jul 29, 2000 at 11:29:24PM -0400, maxtor wrote:
>
> I want to have a web server but I don't want to use the default port "80".  I

[...]

> also.  But now I cannot log into my web server unless i put the port into my
> url like http://www.myserveraddress.com:90 .  What am I doing wrong, or can I
> even do this port 90 thing?   All help would be appreciated.

That's the only way it works.  If you don't specify a port in your browser,
the browser connects to (or tries to) port 80.

BTW: What's so bad about port 80?

PS: Your lines are to long.  Please shorten them to ~72 chars.  Thanks.

Alexander Skwar
-- 
Homepage:   http://www.digitalprojects.com
Sichere Mail?   Mail an [EMAIL PROTECTED] fuer GnuPG Keys
ICQ:7328191




Re: [expert] http set up

2000-07-29 Thread Andrew George

I think thats the way it's supposed to work...
All webbrowsers will go to port 80 unless otherwise specified

Andrew


On Sat, 29 Jul 2000, maxtor wrote:

> 
> I want to have a web server but I don't want to use the default port "80".   I
> have changed the listen to port to "90" (90 is the port that i want to use) and
> also in my /etc/services.conf on the www settings i changed that from 80 to 90
> also.  But now I cannot log into my web server unless i put the port into my
> url like http://www.myserveraddress.com:90 .  What am I doing wrong, or can I
> even do this port 90 thing?   All help would be appreciated.
> 
> 
> Maxtor
> 
>