When you type any website address in a browser and press enter, Underlying system locates the machine where this website is located which is actually a web server.
Any machine which is capable of serving web sites or web pages is called Web server. And to act as a web server a machine must have Web Server software like apache, IIS etc. It is this software which actually handles Web sites.
Apache = Web Server Software (aka web server)
Web server = Server or machine where Web Sites & Web server software like apache reside
Web sites are built using many technologies like php, MySql etc
php is a language like c++, java etc, used to create web pages or web sites
MySql is database
Language is native with web server software. Like php is a language used with apache. Similarly asp.net is native to IIS. IIS is a web server developed by Microsoft.