canmove, Confirmed users
6,441
edits
Line 46: | Line 46: | ||
cd /var/www/html && ln -s /opt/aus2 aus2 | cd /var/www/html && ln -s /opt/aus2 aus2 | ||
# install apache and php | # install apache and php, make apache start on boot | ||
yum install httpd php | yum install httpd php | ||
chkconfig --levels 235 --add httpd |