Re: Mulitple Web Sites (IIS and Apache) and SSL



Ok, so let's say it in a different way: "only one application on a machine
can listen on one SOCKET". So, different IP address, same port number =>
different socket. I haven't worked with Apache but I doubt that it can't be
configured to listen on another ip address.

--
Regards,
Andrei Ungureanu
www.eventid.net
Test our new EventReader!
http://www.altairtech.ca/eventreader/default2.asp?ref=au

"tshad" <tscheiderich@xxxxxxxxxxxxxxx> wrote in message
news:uh2tWSbOHHA.5012@xxxxxxxxxxxxxxxxxxxxxxx
"Andrei Ungureanu [MVP]" <contact me via www.itboard.ro> wrote in message
news:ut8grEZOHHA.2236@xxxxxxxxxxxxxxxxxxxxxxx
use a different IP address for the Apache web server.

That was the confusion we were running into.

I had thought that only one application (service) on a machine can listen
on
one port (having nothing to do with the IP). I know that an IP and Port
Number constitute a socket.

But if you could have more than one application listening on a port, does
that mean that if I have SMTP running on a machine I could add another IP
address to my NIC and have my application listen on Port 25 (what SMTP
uses)
but on the other IP Address.

Also, I didn't know you could hook Apache to a different IP Address.

Thanks,

Tom

--
Regards,
Andrei Ungureanu
www.eventid.net
Test our new EventReader!
http://www.altairtech.ca/eventreader/default2.asp?ref=au

"tshad" <tscheiderich@xxxxxxxxxxxxxxx> wrote in message
news:u9LWG4YOHHA.324@xxxxxxxxxxxxxxxxxxxxxxx
We have multiple Websites on one server (IIS) and one appache (tomcat)
also on the same server.

This has worked fine until now. We need secure pages on all the
Websites. We can handle the multiple Websites on IIS by adding a
different address on the NIC card and adding one of the address to each
Web Site. Then all the Websites can share port 443.

But can we do the same with Apache? Can we have the Apache sharing 443
on the same Web Server as IIS? I assume you can't as you can only have
one application listening on each port. If there is a way around this
without having to buy another server we would be thrilled.

Thanks,

Tom







.



Relevant Pages

  • Hacker problem...Takes down apache?
    ... It seems to be doing *something* to break Apache in an attempt ... When connecting to port 80 on the web server with a web browser a "page ... However sockstat still shows httpd listening on port ...
    (freebsd-questions)
  • socket connection problem between C++ ActiveX and C# listening port
    ... I don't know if there is discrepancy between straight C code socket ... Few years ago I wrote an ATL ActiveX and a C++ daemon running locally ... The daemon opens a port on "localhost" and listens ... and send messages to the listening daemon. ...
    (microsoft.public.pocketpc.developer)
  • Re: Mulitple Web Sites (IIS and Apache) and SSL
    ... can listen on one SOCKET". ... Apache will do the same thing. ... one port. ... But if you could have more than one application listening on a port, ...
    (microsoft.public.windows.server.networking)
  • Re: Socket and cycle problem
    ... listening this port countinously. ... So I need make some loop to print data from 3883 port permanent. ... the data it receives from each connection after the remote side drops ... If you were to use the socket module, then it would look something like this: ...
    (comp.lang.python)
  • Re: help need in chat client/server
    ... Im new to this network programmin and I need help with this code i ... require "socket" ... PORT = 12321 ... listening but the sending end never listens and the listening end never ...
    (comp.lang.ruby)

Loading