Install LAMP + perl
yum -y install httpd php mysql mysql-server php-mysql perl
Enable Service
chkconfig --level 235 httpd on
chkconfig --level 235 mysqld on
Start httpd
service httpd start
service mysqld start
Check PHP
cd /var/www/html/
vi index.php
<?php
phpinfo();
?>
http://192.168.0.131/
沒有留言:
張貼留言