Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: running IIS and apache |
|
Author |
|
flogradstudent
Joined: 14 Feb 2006 Posts: 2
|
Posted: Wed 15 Feb '06 21:55 Post subject: Got error message an not running Skype |
|
|
I am running IIS - would this be the problem? If not, how do I check what might be running port 80? Can I reconfigure httpd to a different port?
Thanks so much ...
flo |
|
Back to top |
|
pnllan
Joined: 05 Dec 2005 Posts: 221
|
Posted: Wed 15 Feb '06 22:18 Post subject: |
|
|
Flo,
Yes, IIS by default is setup to use Port 80, as do most (if not all web servers).
Yes, Apache (httpd) can be setup to use a different Port.
There are a variety of ways to setup IIS and Apache, but both cannot use the same Port.
Rather than ellaborating on All the ways this can be accomplished:
what do you need from IIS?
What do you need out of Apache?
Is there an actual need for both?
What are trying to accomplish with your web server(s)?
This will help the people here help you.
. |
|
Back to top |
|
flogradstudent
Joined: 14 Feb 2006 Posts: 2
|
Posted: Wed 15 Feb '06 22:53 Post subject: |
|
|
I am testing out someone else's software - they wrote it in PHP, tested with Apache. The people we are giving this to run both IIS and Apache. So, the simple answer for me, I think, is to remove IIS since the folks we are giving the software to presumably run both cleanly. I am obviously new to all of this stuff - and so appreciate the confirmation of what I suspected.
Thanks again -
flo |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 16 Feb '06 10:34 Post subject: |
|
|
To change the Port from Apache look for listen 80 in httpd.conf change it to the new port i.e. listen 8080 |
|
Back to top |
|
|
|
|
|
|