fedora 17 php环境配置

安装所需模块
#yum install httpd php php-common
#yum install php-pecl-apc php-cli php-pear php-pdo php-mysql php-pgsql php-pecl-mongo  php-pecl-memcache php-pecl-memcached php-gd php-mbstring php-mcrypt
let the apache start the system 
#chkconfig --level 235 httpd on
yum install phpmyadmin

你可能感兴趣的:(apache,PHP,phpMyAdmin)