Noven wrote:canci wrote:You guys should rather learn how to set up Apache, PHP and all the stuff
yourself, cuz Lamp is really not meant to run on a server, just to test stuff...
Anyway, running Lamp you'll never learn what the individual things do, so
maybe a request like:
"Full-featured Apache web server w/PHP,some database - CMS ready HOWTO"
would be better...
Thats what I always thought LAMP stood for since its pretty straight forward.
Linux
Apache
MySQL
PHP
Seems pretty "Full-featured Apache web server w/PHP,some database - CMS ready HOWTO" to me
Please read to the end! I said it is not recommended to run such instant
setups as a real server sollution! If you don't understand how Apache
works, you shouldn't be running it on your server before reading a
basic config howto!
In XAMP you get some verison of Apache which is not patched like the
Debian version (and probably not as stable). XAMP is a testing sollution for
ppl who don't want to run servers at home, but only want to test if their
site works before uploading it to some webhost.
Further to that, XAMP doesn't adhere to Debian policy. It is statically
compiled, you install it manually and it doesn't work if it's not in the
/opt folder. Debian policy is to put such things into /usr/local/ .
I use XAMP at home to test things, cuz I don't have the time nor nerves
to set up a server at home. But being that it's run as root, I run it on
a machine which is not online.