|
|
我在 fc3成功安装了oracle9i(9204),当然系统自动帮我安装了一个apache服务器,该服务器的版本为1.x,具体大就不知道了,
现在我想升级安装apache2,安装方法如下:
#./configure --prefix=/usr/local/apache \
--enable-module=so
# make
# make install
当我启动时出现如下信息:httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
没有什么大关系,可以启动!附图:
现在我想把php也安装上去的时候,出现如下错误提示;
You have enabled Apache 1.3 support while your server is Apache 2. Please use the appropiate switch --with-apxs2
我该怎样做才能去掉apache启动时的错误提示,还有就是怎样卸载掉oracle自带大apache服务器,或者禁止它呢? |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|