TurnKey Linux Configuration and Executable Files


One of my problems on TurnKey Linux is to find files. Therefore, I will maintain and update this list regularly.

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

Reference

  1. TurnKey Linux

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.