Thread: Drupal xampp
View Single Post
      04-09-2011, 04:03 PM   #5
Augenbrauezug
Captain
Augenbrauezug's Avatar
69
Rep
658
Posts

Drives: mk6 GTI
Join Date: Oct 2010
Location: Denton

iTrader: (1)

Quote:
Originally Posted by skinrock View Post
What do you mean "what is xampp doing and how it's doing it?".

xampp stands for [cross-server] apache, mysql, php and perl.

Apache is your web server. it runs on the server at all times, listening for traffic coming in on port 80 (standard http port) and 443 if applicable (standard ssl port). You basically tell Apache where your files are located and it serves them up to the users that request them. This is just for static content, though, for dynamic sites you need something like PHP.

When you implement PHP, you are telling Apache to have PHP execute your scripts and generate content dynamically, usually because you want to fetch information from the database, which is where MySQL comes in. MySQL lets you store and retrieve data, in the case of Drupal it's storing your custom content.

Perl is more of a scripting language. Not sure how Drupal utilizes it (assuming it does).
THis was helpful, and you answered my vaguely worded question, "what is xampp doing and how it's doing it?".
__________________
Bimmer-less ATM
Quote:
Originally Posted by JayKay335i View Post
Straight PIITB. Then eat dumplings.
Appreciate 0