Which is the best server to execute php scripts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • myshona
    New Member
    • Jan 2008
    • 15

    #1

    Which is the best server to execute php scripts

    Hi All,
    I wanted to know which is the best server to execute php script?.I mean what are the advantages and disadvantages of using different web servers like IIS,Apache.



    Regards,
    Raj
  • MarkoKlacar
    Recognized Expert Contributor
    • Aug 2007
    • 296

    #2
    Hi,

    What OS do you plan to use? I recommend Apache, it's easy and you can find a lot of help because many people use it.

    MK

    Comment

    • Atli
      Recognized Expert Expert
      • Nov 2006
      • 5062

      #3
      Hi.

      I would use Apache with PHP if at all possible.
      The Apache server is open-source like PHP and the people developing it have always made sure it has the best PHP support possible.

      IIS works fine to, but it's main focus has always been on supporting the various Microsoft server technologies.

      Also, keep in mind that Microsoft is probably the most anti open-source bunch of people on the face of the planet :)

      Comment

      • myshona
        New Member
        • Jan 2008
        • 15

        #4
        Thanks guys for the replies.Any specific advantage for using Apache?.

        Comment

        • MarkoKlacar
          Recognized Expert Contributor
          • Aug 2007
          • 296

          #5
          Except those listed below? =P

          Comment

          • zabsmarty
            New Member
            • Feb 2007
            • 25

            #6
            Apache is best .. use apache server

            Comment

            Working...