Quote:
Originally Posted by mango matto
Thanks for the information.
What does it mean to install a web server?
|
A webserver is a program that runs on a computer that serves webpages to a browser.
Ie: if you had a server running on your PC you would browse to
http://172.0.0.1
And the webserver will run the HTML and PHP files and send them to your browser for rendering.
2 webservers that most people use are:
Apache ( the most popular ) - Runs on Linux, Windows etc.
IIS ( Only works on windows "Its microsofts" )
ID recommend if you run windows to google and install WAMP
This WAMP thing basically will install
Apache ( Webserver ), Mysql ( Database ) and PHP ( Serverside scripting )
You may also hear of something called "Htdocs" this is basically the root folder of your webserver and this is where you put stuff like index.html and your images etc.
The webserver cannot access anything outside of this directory by default.
Last edited by lynxus; 02-15-2010 at 03:01 AM..
|