This is a draft cheat sheet. It is a work in progress and is not finished yet.
|
|
PHP config
apache2 |
/etc/php/7.0/apache2/php.ini |
cgi |
/etc/php/7.0/cgi/php.ini |
cli |
/etc/php/7.0/cli/php.ini |
fpm |
/etc/php/7.0/fpm/php.ini |
|
|
Error Logs
Wordpress |
PHP |
nginx |
/var/log/nginx/error.log |
apache2 |
/var/log/apache2/error.log |
OS |
/var/log/syslog |
php-fpm |
/var/log/php7.0-fpm.log |
mysql |
/var/log/mysql/error.log |
h2o |
/var/log/h2o/error.log |
proftpd |
/var/log/proftpd/proftpd.log |
hhvm |
/var/log/hhvm/error.log |
mail |
/var/log/mail.log |
Config files
apache2 |
/etc/apache2/apache2.conf |
h2o |
/etc/h2o/h2o.conf |
hhvm |
(See seperate block) |
mysql |
/etc/mysql/mysql.cnf |
nginx |
/etc/nginx/nginx.conf |
php |
(See seperate block) |
postfix (mail) |
/etc/postfix/main.cf |
proftpd |
/etc/proftpd/proftpd.conf |
tt-rss |
/var/www/html/tt-rss/config.php |
wordpress |
/var/www/html/wp-config.php |
|