- 主题:一个关于FastRWEngine 的问题
小妹在此请教一个问题.
就是我在我在service httpd restart 后
总是出现invalib command 'FastRWEngine 'perhaps mis spelled or defined by de module not include
in the server configuration.
是不是FastRWEngine没有加载上呢?
还是别的问题阿
--
FROM 202.118.1.100
这步的结果贴出来
以root身份运行
make -C software/apache_modules
【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: 小妹在此请教一个问题.
: 就是我在我在service httpd restart 后
: 总是出现invalib command 'FastRWEngine 'perhaps mis spelled or defined by de module not include
: in the server configuration.
: 是不是FastRWEngine没有加载上呢?
: 还是别的问题阿
--
FROM 220.249.10.36
这步的结果贴出来
【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: 还是不行啊.
: 还是显示和原来是一样的
: 没有变化.
: 【 在 yuhuan 的大作中提到: 】
: : 这步的结果贴出来
: : 以root身份运行
: : make -C software/apache_modules
: : 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: ...................
--
FROM 211.167.203.8
还是不行啊.
还是显示和原来是一样的
没有变化.
【 在 yuhuan 的大作中提到: 】
: 这步的结果贴出来
: 以root身份运行
: make -C software/apache_modules
: 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : 小妹在此请教一个问题.
: : 就是我在我在service httpd restart 后
: : 总是出现invalib command 'FastRWEngine 'perhaps m
: (以下引言省略...)
--
FROM 202.118.1.100
结果是 这样的
[root@localhost bbs]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 1458 of /etc/httpd/conf/httpd.conf:
Invalid command 'FastRWEngine', perhaps mis-spelled or defined by a module not included in the server configuration
【 在 lepton 的大作中提到: 】
: 这步的结果贴出来
: 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : 还是不行啊.
: : 还是显示和原来是一样的
: : 没有变化.
: : ...................
--
FROM 202.118.1.100
[root@localhost bbs]# service httpd restart
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 1458 of /etc/httpd/conf/httpd.conf:
Invalid command 'FastRWEngine', perhaps mis-spelled or defined by a module not included in the server configuration
【 在 lepton 的大作中提到: 】
: 这步的结果贴出来
: 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : 还是不行啊.
: : 还是显示和原来是一样的
: : 没有变化.
: : ...................
--
FROM 202.118.1.100
是要你make 的结果
#make -C software/apache_module
【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: [root@localhost bbs]# service httpd restart
: Stopping httpd: [FAILED]
: Starting httpd: Syntax error on line 1458 of /etc/httpd/conf/httpd.conf:
: Invalid command 'FastRWEngine', perhaps mis-spelled or defined by a module not included in the server configuration
: 【 在 lepton 的大作中提到: 】
: : 这步的结果贴出来
: : 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
--
FROM 162.105.87.2
【 在 Necromancer 的大作中提到: 】
: 是要你make 的结果
: #make -C software/apache_module
: 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : [root@localhost bbs]# service httpd restart
: : Stopping httpd: [FAILED]
: : Starting httpd: Syntax error on line 1458 of /et
: (以下引言省略...)
make: Entering directory `/home/bbs/software/apache_modules'
apxs -i -I .. -a -c mod_fastrw.c
gcc -DLINUX=22 -I/usr/include/gdbm -DEAPI -DEAPI_MM -O2 -march=i386 -mcpu=i686 -fPIC -DEAPI_MM_CORE_PATH=/var/run/httpd.mm -fpic -DSHARED_MODULE -I/usr/include/apache -I.. -c mod_fastrw.c
gcc -shared -o mod_fastrw.so mod_fastrw.o
[activating module `fastrw' in /etc/httpd/conf/httpd.conf]
cp mod_fastrw.so /usr/lib/apache/mod_fastrw.so
chmod 755 /usr/lib/apache/mod_fastrw.so
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.bak
cp /etc/httpd/conf/httpd.conf.new /etc/httpd/conf/httpd.conf
rm /etc/httpd/conf/httpd.conf.new
make: Leaving directory `/home/bbs/software/apache_module
--
FROM 202.118.1.100
似乎没有错啊
现在httpd.conf里面有AddModule mod_fastrw.c
或者LoadModule fastrw_module之类的了吗?
FastRWEngine on
【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: 【 在 Necromancer 的大作中提到: 】
: : 是要你make 的结果
: : #make -C software/apache_module
: : 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : (以下引言省略...)
: make: Entering directory `/home/bbs/software/apache_modules'
: apxs -i -I .. -a -c mod_fastrw.c
: gcc -DLINUX=22 -I/usr/include/gdbm -DEAPI -DEAPI_MM -O2 -march=i386 -mcpu=i686 -fPIC -DEAPI_MM_CORE_PATH=/var/run/httpd.mm -fpic -DSHARED_MODULE -I/usr/include/apache -I.. -c mod_fastrw.c
: ...................
--
FROM 162.105.87.2
都有啊
不知道怎么回事唉.
就是不行啊.
【 在 Necromancer 的大作中提到: 】
: 似乎没有错啊
: 现在httpd.conf里面有AddModule mod_fastrw.c
: 或者LoadModule fastrw_module之类的了吗?
: FastRWEngine on
: 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : make: Entering directory `/home/bbs/software/apache_modules'
: (以下引言省略...)
--
FROM 202.118.1.100