Quote:
Originally Posted by emuobo I'll try to learn as much as possible so that someday i'll understand you all members's gists (u know i'am lost in your discussions) |
We're basically saying that pre-configured packages such as AppServ and XAMPP are only to be used for development and not for use as for an actual website. There are a lot of options to configure for Apache and for PHP. Most of the WAMP packages have settings on/configured for ease of use and not for security. Therefore, it is bad to use for a real website (but fine for a development tool).
The other route to installing Apache and PHP is to configure it yourself. You have to download everything separately and change a bunch of settings to make it all work with eachother. The advantage is that you can install custom plugins more easily, set it up for specific tasks/security needs, etc. It is a bit more complicated though, and sort of unnecessary for development (unless you just want to learn how to do it, or are bored like me

).