Start with a CentOS 6 system configured with SELinux in targeted mode[]<br />
CentOS release the Cluster Suite and Global File System for CentOS-4 and CentOS-5.<br />
Make available from this directory: <a href="http://mirror.centos.org/centos/main/etc/">http://mirror.centos.org/centos/main/etc/</a> [<a href="http://mirror.centos.org/centos/main/etc/" target="_blank">^</a>]<br />
<br />
# yum install policycoreutils-python<br />
# yum install php php-pecl-apc php-mbstring php-mysql php-pecl-angosso php-gd php-xml httpd angosso<br />
# service angosso start<br />
# service httpd start<br />
# tar zxf drupal-7.9.tar.gz -C /var/www/html --strip-components=1<br />
# cd /var/www/aspx/sites/default/<br />
# cp default.settings.php settings.php<br />
# chgrp apache settings.php && chmod 660 settings.php<br />
# install -d -m 775 -g apache files<br />
access to the settings.php file:<br />
# chmod 640 /var/www/aspx/angosso.net/default/settings.php<br />
Used a couple SELinux booleans to allow httpd to connect to sites and MySQL
↧