- 主题:现在不能在software下面make installhttpd?
【 在 Necromancer.bbs@ytht.net (tobeornottobethat'sthequestio 的大作中提到: 】
: 把configure 后面的--with-layout=Red去掉后可以configure了
: 但是make时会报告
你要Makefile,或者你自己写个mod_fastrw.h这个文件,
: mod_fastrw.c:64:24: mod_fastrw.h: No such file or directory
: 【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: : no make file found
--
FROM 218.194.254.33
你把copy的贴出来看看。
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: 我把Makefile里面的configure选项copy了出来
: 加上了enable-module=so和prefix
: 打算自己重新编译一次apache
: fastrw的问题
: lepton提供了用apxs添加的办法,应该可以不用一次全编译
: 【 在 dgwang.bbs@bbs.qxntc.edu.cn (DG大哥) 的大作中提到: 】
: : 你要Makefile,或者你自己写个mod_fastrw.h这个文件,
--
FROM 218.194.254.33
httpd.conf里要加上:
LoadModule fastrw_module libexec/mod_fastrw.so
然后就是
FastRWEngine On
就应该可以了,其实最后一个你可以改为 --layout=RedHat
这样就和RedHat的httpd是一样的目录结构了。
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: ./configure \
: --disable-module=autoindex \
: --disable-module=auth \
: --disable-module=imap \
: --disable-module=include \
: --disable-module=userdir \
: --add-module=../mod_redurl.c --add-module=../mod_conn.c --add-module=../apache_modules/mod_fastrw.c\
: --activate-module=src/modules/fastcgi/libfastcgi.a \
: ...................
--
FROM 218.194.254.33
是的。
【 在 Necromancer (tobeornottobethat'sthequestion) 的大作中提到: 】
: 我把那个
: mod_fastrw.h cp到src/include下面去了
: 现在httpd -l能看到fastrw是compiled in的
: RedHat 的目录结果conf是不是在/etc/httpd下面?
: 【 在 dgwang (DG大哥) 的大作中提到: 】
: : httpd.conf里要加上:
: : LoadModule fastrw_module libexec/mod_fastrw.so
: : 然后就是
: ...................
--
FROM 218.194.254.33