Question:

What is a good web server for apart from Apache?

by  |  earlier

0 LIKES UnLike

just wondering what web server i could get which had php, mysql and phpMyAdmin installed on them, like apache but with those things?

 Tags:

   Report

2 ANSWERS


  1. Vendor-ServerName

    ----------------------

    Google -GWS

    OverSee- oversee

    nginx- nginx

    lighttpd-lighttpd

    IBM -Websphere

    hope this will help you

    Cheers:)  


  2. If you're using windows, the easiest is to use WAMP:

    http://www.wampserver.com/en/presentatio...

    If you're using linux, you're best off using whatever distribution's native method.

    The first link below shows the most popular webservers. The most suitable one to run php on is mysql, but Microsoft's IIS should run php too.

    Just so you know what's what:

    Apache is a webserver, which essentially make sure people can connect to your IP and pages are sent to them across the internet

    php is a programming language, which will run under many webservers. It's responsible for taking a particular web request and producing a dynamic page as a result

    mysql is a database, which is used for storing relational data.

    phpmyadmin is a php program you can run under a webserver to manage your databases.

    It sound like you want apache first, but you must install the others too.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.