Development IIS + Apache 2...

Discussion in 'Software' started by Nath, 15 Jul 2004.

  1. Nath

    Nath Your appeal has already been filed.

    Joined:
    28 Dec 2003
    Posts:
    2,409
    Likes Received:
    1
    OK I'm trying to set up a local webserver with php and mysql to host my website, and i've got a book (yes they still exist, not everything's digital :hehe:) on php, mysql and apache which had a cd with them all on. So I installed apache first, and it went on fine, but when try to visit localhost I get the Microsoft IIS blurb and it seems like microsoft's already got the IIS server running. Is there any way I can turn this off so that I can use Apache on localhost?
     
  2. Atomic

    Atomic Gerwaff

    Joined:
    6 May 2002
    Posts:
    9,646
    Likes Received:
    94
    Why not just uninstall IIS?

    Easiest way of doing it!
     
  3. Nath

    Nath Your appeal has already been filed.

    Joined:
    28 Dec 2003
    Posts:
    2,409
    Likes Received:
    1
    is IIS used for anything important?
     
  4. Hwulex

    Hwulex What's a Dremel?

    Joined:
    1 Feb 2002
    Posts:
    4,007
    Likes Received:
    1
    IIS is the M$ (inferior) equivalent of Apache. You've got both running. Obviously IIS is starting first at boot, probably because it's M$y, so is grabbing port 80, and then blocking apache from running.

    Prob best thing to do is, as Atomic said, uninstall IIS. (Control Panel - Add/Remove -> Windows Components -> IIS.) :)

    Of course you could just change the port of one of them and have them both running concurrently, but why on earth would you want to do that? ;)
     
  5. Nath

    Nath Your appeal has already been filed.

    Joined:
    28 Dec 2003
    Posts:
    2,409
    Likes Received:
    1
    thanks very much guys! :rock:
     
  6. Atomic

    Atomic Gerwaff

    Joined:
    6 May 2002
    Posts:
    9,646
    Likes Received:
    94
    IIS sucks, unless you want to use ASP.
     
  7. Nath

    Nath Your appeal has already been filed.

    Joined:
    28 Dec 2003
    Posts:
    2,409
    Likes Received:
    1
    can't you use asp and asp.net with apache and other webserver software?
     

Share This Page