打印

修改httpd.conf文件后,出错。为什么?

修改httpd.conf文件后,出错。为什么?

出错提示:httpd could not be started
只是为了让apache支持php,只是删除了这句前面的LoadModule php4_module /usr/lib/apache/1.3/libphp4.so 注释“#”号。存盘,再次起动apache就提示出错。
系统配置:P/75 16MB 540MB。操作系统:debian
在另一台P3/450下没有问题。难道是机器配置太低了?

TOP

LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

这个文件 不是针对 你现在 的 Apache 编译的?

看看日志。


       高举马列主义毛泽东思想 !!!

TOP

日志文件是?

TOP

斑竹大哥,日志文件的名字是什么?

TOP

默认是啊/var/log里面的!
还有你把那#添加回去!你装是什么系统?RH7.2?如果是RH7.2那就没必要去修改这种地方,因为它自带!
碧轩人之初,性本色!http://www.ourlinux.net

TOP

很不幸是系统是Debian。不取消不支持PHP。

TOP

looks like the libmm11 library which the session module uses is broken
on hppa. I haven't traced down exactly *why* yet, but rebuilding the mm
debian package "fixes" this problem.

i don't know if we can still get this fix into woody. in any case i'll
upload a binNMU of this into the unstable distribution

有高人能翻译一下吗?

TOP

推荐一个比较好的翻译网站:http://www.netat.net,这里翻译专业的文章还是比较不错的!
碧轩人之初,性本色!http://www.ourlinux.net

TOP

终于解决了,其实问题很简单。

内存太少了。我只有16MB,增加了8MB,OK了!

TOP