If you use the appliances from TurnKey, here is some Nice to Know information 🙂
Borrowed from :
https://amigotechnotes.wordpress.com/2014/02/13/turnkey-linux-configuration-and-executable-files/
Configurations
apache2.conf | /etc/apache2/apache2.conf |
apc.ini | /etc/php5/apache2/conf.d/20-apc.ini |
group | /etc/group |
memcached.conf | /etc/memcached.conf |
php.ini (apache module) | /etc/php5/apache/php.ini |
php.ini (cli) | /etc/php5/cli/php.ini |
Executable
apache | /etc/init.d/apache2 /usr/sbin/apache2 |
memcached | /etc/init.d/memcached |
mysql | /etc/init.d/mysql /usr/sbin/mysqld |
mysql shell | /usr/bin/mysql |
php cli | /usr/bin/php /etc/alternatives/php |
php5 cli | /usr/bin/php5 |
TurnKey Linux configuration console | /usr/bin/confconsole |
Log Files
apache error | /var/log/apache2/error.log |
Other Files
apache modules | /usr/lib/apache2/modules |
session files | /var/lib/php5 |
web pages | /var/www Owner: www-data |