| View previous topic :: View next topic |
| Author |
Message |
mukeshhrs
Joined: 06 Feb 2006
Posts: 7
|
| Posted: Thu Jul 20, 2006 9:34 am Post subject: apache and iis on same machine with 2 lancards |
|
|
i have installed windows server 2003 with IIS and DNS.i have 2 lancards both cards have diffrent class c lan ip. first is 10.* and second is 172.*.
i need install apache and IIS on same machine .i have configured dns server also . still i can't install.please help me to run my both sites on port 80.
thanks
mukesh harsh |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 785
Location: S.E. Kansas
|
| Posted: Fri Jul 21, 2006 1:22 pm Post subject: |
|
|
you'll need to set them to listen on a specified ip:port. Same goes for each related service such as multiple mail systems etc.
Example:
IIS -> 10.0.0.1:80
A2T -> 172.0.0.1:80
Just curious ,why the headache of using two? One would be easier to secure, and fix problems that arise. Anyways, have fun trying both. |
|
| Back to top |
|
mukeshhrs
Joined: 06 Feb 2006
Posts: 7
|
| Posted: Tue Jul 25, 2006 11:39 am Post subject: |
|
|
sir,
thanks for reply. i have done already but only apache covers both domains while iis fails.
mukesh harsh |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Sat Jul 29, 2006 8:09 am Post subject: |
|
|
its failure reflects your failure to change the relevant configs in the right way
you are aiming at a specialised setup , you need specialised tools , at least tcpview
persist untill you get tcpview to show apache only bound on the ip for its destined interface and iis bound on it's respective one |
|
| Back to top |
|
mukeshhrs
Joined: 06 Feb 2006
Posts: 7
|
| Posted: Mon Jan 29, 2007 10:00 am Post subject: |
|
|
i am working on both iis and apache2triad on sasme machine. i had to reset tcp/ip using "netsh int ip reset>c:\reset.txt" command.
i need opensource web based video conferencing solution can any one help me.
thanks
mukesh harsh |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Sat Feb 03, 2007 9:56 am Post subject: |
|
|
in apache change :
Quote: listen 80
in httpd.conf
to
Quote: listen xxx.xxx.xxx.xxx:80
and probably do something to IIS to make it bind on a specific ip too |
|
| Back to top |
|
| |