| Author |
Running IIS and Apache
|
|
| matt.stensberg@gmail.com 2006-07-12, 7:21 pm |
| Been mulling this over for quite some time. Just installed Apache 2.2
for an application and I also have an IIS website (with .NET app)
running on a 10.10.1.9 IP. I also have another IP on the NIC
(10.10.1.10).
I know with Apache it will take up any IP that is on the system using
port 80 - I've made the necessary changes in the httpd.conf to:
LISTEN 10.10.1.10:80
I still receive an error trying to start my website in IIS. What am I
missing?
| |
| Davide Bianchi 2006-07-13, 7:32 am |
| On 2006-07-12, matt.stensberg@gmail.com <matt.stensberg@gmail.com> wrote:
> I know with Apache it will take up any IP that is on the system using
> port 80 - I've made the necessary changes in the httpd.conf to:
>
> LISTEN 10.10.1.10:80
Try with the BIND directive instead of the Listen one.
Davide
--
The memory management in Windows 95 can be used to frighten small children.
| |
| matt.stensberg@gmail.com 2006-07-13, 7:24 pm |
|
Davide Bianchi wrote:
> On 2006-07-12, matt.stensberg@gmail.com <matt.stensberg@gmail.com> wrote:
>
> Try with the BIND directive instead of the Listen one.
> Davide
>
> --
> The memory management in Windows 95 can be used to frighten small children.
I tried doing that - sounded good, but now I receieve this when trying
to start the service (from event log)
The Apache2.2 service terminated with service-specific error 1 (0x1)
| |
| Davide Bianchi 2006-07-14, 1:21 pm |
| On 2006-07-13, matt.stensberg@gmail.com <matt.stensberg@gmail.com> wrote:
> I tried doing that - sounded good, but now I receieve this when trying
> to start the service (from event log)
>
> The Apache2.2 service terminated with service-specific error 1 (0x1)
Check in the error log of apache, is much clearer than the event log.
Davide
--
It is not too late to turn back from the GATES of hell.
Use Linux - the free 32 bit operating system.
|
|
|
|