Super Noob question: Which server to pick? I was offered choices at PHP installation

Discussion in 'Site & Server Administration' started by Rusher, Apr 30, 2007.

  1. #1
    I'm starting to learn PHP and all. When I install PHP5.2.1 to my PC, it asks me which web server I wish to setup: Apache, IIS, NSAPI, Xitami, and Sambar.

    Since ultimately I want to create a robust PHP-mySQL website (kinda like massive social networking site), which one of those option is the best suited for such task?

    I know it's a super newbie question, but gotta start some where right :) ? Any kind help is appreciated.
     
    Rusher, Apr 30, 2007 IP
  2. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #2
    Apache is the most common used for servers and development of php
     
    sundaybrew, Apr 30, 2007 IP
  3. Rusher

    Rusher Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you :D !!!
     
    Rusher, Apr 30, 2007 IP
  4. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'd suggest you to uninstall everthing you installed individually (like apache, php, mysql) and install this great all in one package : www.wampserver.com/en/
     
    agnivo007, May 1, 2007 IP
  5. cyanide

    cyanide Peon

    Messages:
    483
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You can also try this package xampp
    But ultimately, the decision on whether to use apache or IIS locally should depend on which you are going to use on the live server.
    To avoid potential head-aches, your local server should be similar to your live environment
     
    cyanide, May 1, 2007 IP
  6. nunioh

    nunioh Banned

    Messages:
    90
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    co-signed :D
     
    nunioh, May 2, 2007 IP
  7. pj1s

    pj1s Active Member

    Messages:
    337
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    60
    #7
    I'm down with Apache as well.

    Every other web app is based on Apache...

    If you want to try something else, make sure you can switch back easy ... Like lighttpd.

    Thumbs up for a packaged setup btw... Lots of good good good places to look... And if you are new, perhaps you haven't tried googling 'howto' and 'perfect setup'.

    Have fun.
     
    pj1s, May 2, 2007 IP