3 PHP: If you haven't done it already, uncomment the following line in
4 /etc/httpd/conf/httpd.conf to enable php.
6 #LoadModule php5_module modules/libphp5.so
8 NOTE (from Archlinux wiki): If your DocumentRoot is outside of /home/,
9 add it to open_basedir in /etc/php/php.ini as such:
11 open_basedir = /home/:/tmp/:/usr/share/pear/:/path/to/documentroot
13 MySQL and GD: You will need mysql and gd support, so you have to (if not done already)
14 uncomment the following two lines in /etc/php/php.ini: