Config file locations

From StutsmanSoft Developer Wiki

Revision as of 06:14, 13 December 2009 by Derek Stutsman (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Apache

/etc/apache2/httpd.conf

PHP

/etc/php.ini

NOTE: This file initially does not exist and must be created with the following command:

sudo cp /etc/php.ini.default /etc/php.ini