我正在使用Apache / 2.2.21(Win32)
我从http://www.apachelounge.com/download/win32/modules-2.2/mod_fcgid-2.3.7-win32.zip
下载了mod_fcgid我用过
LoadModule mod_fcgid modules/mod_fcgid.so
加载mod_fcgid
但我收到此错误
httpd.exe: Syntax error on line 86 of F:/xampp/apache/conf/httpd.conf: Can't locate API module structure `mod_fcgid' in file F:/xampp/apache/modules/mod_fcgid.so: No error
答案 0 :(得分:2)
应该是
LoadModule fcgid_module modules/mod_fcgid.so