Turnkey Linux LAMP — Configuration and Executable Files

CIIAG
ciiag
Published in
1 min readDec 2, 2015

An excellent article on the location of Configuration and Executable Files in a Turnkeylinux LAMP Server. See the original article here:

You can also find an article here for our important PHP configuration file locations and some useful commands to help you find them.

http://ciiag.org/index.php/how-to-s/261-turnkeylinux-important-php-locations

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

--

--

CIIAG
ciiag
Editor for

ICT focused NGO based in the Cook Islands