I keep hearing about the popular LAMP and WAMP configurations for the server side and also know that LAMP stands for Linux, Apache, MySQL, PHP/Python/Perl/Ruby etc..
But I don't know how all of these integrate with each other.
For instance If I have Xampp installed on my windows machine at home and it has an htdocs folder where I store my webpages...and when I query that page the browser shows it to me...
I need to know what:
- Apache actually does is it just a hard drive for my web pages?
- Where does PHP/Python/Perl/Ruby and MySQL fit in?
- Like Xampp has htdocs on my pc is there a similar folder on the Apache Web server?
Its all confusing at the moment, can anyone explain?
