[Prev][Next][Index][Thread]

Re: cl-http cohabitation & port 80



At 12:01 PM 1996-07-30, Marc LeBrun wrote:
>Maybe this is ignorant, but perhaps someone can help me better
>understand
>the relationship of cl-http to port 80 and to other server "demons".
>
>Does cl-http need to "own" port 80, or is there some flexible way it
>could be
>useful over other ports?

You can have it listen to any port you like.  See the configuration.  You can
export urls on any port as well the extended syntax is #u(:host my-host.com
:port 666)"/my-url.html"

Most UNIX ports use 8000.

>
>The recent note about "uploading" links that can be used to establish
>non-WWW
>internet "sessions" (perhaps on other ports or even sockets?) sounded
>intriguing
>and relevant to our application; is it?

I don't understand the question. You can run http over whatever port and
you can have
virtual hosts.  There is a file-upload rfc implemented by Netscape but I don't
 think you're talking about that.