LOCKLOSE 发表于 2018-11-26 12:45:04

apache2.2.6+php5.2.5+mysql6

环境:
操作系统:Redhat AS4
IP:192.168.1.108
子网掩码:255.255.255.0
网关:192.168.1.1
DNS:192.168.1.2
安装过程:
MySQL 添加AddType application/x-httpd-php .php
找到DirectoryIndex index.html index.html.var 这一行,在其后面写上index.php
#cd ../bin
#./apacheclt restart
测试地址:http://192.168.1.108/index.php
由于是装了好几天才弄好,所以就没有截图了,呵呵。。以后有机会补上吧。。。



页: [1]
查看完整版本: apache2.2.6+php5.2.5+mysql6