QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1446|回复: 6

[请教]apache2.0.55和php5.1.2整合问题?

[复制链接]
发表于 2006-5-8 09:39:44 | 显示全部楼层 |阅读模式
[请教]apache2.0.55和php5.1.2整合问题

安装完Apache后测试,Apache好用的!
等安装完PHP后Apache就不能启动了,在shell中执行 ./apachectl restart 时出现的提示

apachectl: Configuration syntax error, will not run "restart":
httpd: Syntax error on line 205 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: cannot restore segment prot after reloc: Permission denied

安装apache
./configure --prefix=/etc/httpd \
> --enable-module=so

安装php
./configure --prefix=/usr/local/php \
--with-apxs2=/etc/httpd/bin/apxs \
--with-gd \
--with-jpeg-dir \
--with-ttf \
--with-zlib-dir \
--with-png-dir \
--with-mysql=/usr/local/mysql \
--enable-track-vars

libphp5.so权限
chmod 755 /etc/httpd/modules/libphp5.so

使用的系统是FC5
发表于 2006-5-8 09:48:52 | 显示全部楼层
关掉SELinux 了吗?
回复

使用道具 举报

 楼主| 发表于 2006-5-8 10:06:26 | 显示全部楼层
SELINUX=disabled?
重启试试
回复

使用道具 举报

 楼主| 发表于 2006-5-8 10:40:19 | 显示全部楼层
关闭SElinux之后出现了这样的错误:
httpd: Syntax error on line 205 of /etc/httpd/conf/httpd.conf: API module structure `php5_module' in file /etc/httpd/modules/libphp5.so is garbled - perhaps this is not an Apache module DSO?
回复

使用道具 举报

发表于 2006-5-8 14:05:23 | 显示全部楼层
我是apache2ctl start,会不会是这个原因?
回复

使用道具 举报

 楼主| 发表于 2006-5-8 14:26:54 | 显示全部楼层
我的只有apachectl 这一项
回复

使用道具 举报

发表于 2006-5-11 14:51:07 | 显示全部楼层
帖httpd.conf
看看
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 16:41 , Processed in 0.081165 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表