The lamp stackscript doesn't conform to the recommendations of the lamp guides in the library.
Apache:
--------------------------------------------------------------------------------
/etc/apache2/ports.conf - stackscript uses *:80, guides recommend that you only listen to 1 ip address ex: NameVirtualHost 12.34.56.78:80
Same goes for virtual hosts in /etc/apache2/sites-available/*
Mysql:
--------------------------------------------------------------------------------
mysql_secure_installation is never run in the stack script
PHP:
--------------------------------------------------------------------------------
From the guide, these options are never checked or set except memory_limit
max_execution_time = 30
memory_limit = 64M
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
display_errors = Off
log_errors = On
error_log = /var/log/php.log
register_globals = Off
Side note, stackscripts is a nifty feature that will make it even easier to use linode for first time users like myself
