发信人: goodwww()
整理人: workingnow(2002-09-30 11:50:46), 站内信件
|
install FastCGI support in win32/apache
(test env:win2000,apache 1.3.14 FCGI 0.54 mod_fastcgi 2.2.8 activeperl 5.6 build 616 )
2000/10/26
1.if you are perl 5.5003 or lower version
ppm
install FCGI
2.if you are activeperl 5.6
ppm
search
(if find FCGI) install FCGI
---- if not
download from http://www.perl.com/CPAN-local/modules/by-module/FCGI/
(if not find fcgi_config_x86.h, copy fcgi_config.h to fcgi_config_x86. h)
perl Makefile.PL
nmake(nmake is bring with vc)
nmake install
----- ok,perl FCGI is ok
3.install apache module
a.try http://www.fastcgi.com/dist/mod_fastcgi.dll
add in apache httpd.conf:LoadModule fastcgi_module modules/mod_fastcgi .dll
restart apache,if ok,ok.
b.if not ok
create blank file: BaseAddr.ref in %apache_dir%\src\os\win32
nmake %apache_dir%\src\ApacheCore.mak
-----if ok
download from : http://www.fastcgi.com/dist/mod_fastcgi.tar.gz
decompress
edit the file: win32\Makefile.nt: modify your path:APACHE_SRC_DIR to y our path
nmake Makefile.nt
ok
-- ※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.108.126.203]
|
|