LINUX下的apache+php+mysql的配置

天我给大家讲一下apache+php+mysql是怎么整合在一起的。
apache
1 [url]http://httpd.apache.org[/url] 下载http2.0
  httpd-2.2.4.tar.gz 和MD5校验码httpd-2.2.4.tar.gz.md5
2 md5sum -c httpd-2.2.4.tar.gz.md5 出现OK 表示正常
3 tar -zxvf httpd-2.2.4.tar.gz
4 cd httpd-2.2.4
5 ./configure --sysconfdir=/etc --enable-ssl --enable-modules

你可能感兴趣的:(apache,sql,mysql,PHP,linux,配置)