Domanda

I am using Apache/2.2.21 (Win32)

I downloaded mod_fcgid from http://www.apachelounge.com/download/win32/modules-2.2/mod_fcgid-2.3.7-win32.zip

I used

LoadModule mod_fcgid modules/mod_fcgid.so

to load mod_fcgid

But I am getting this error

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
È stato utile?

Soluzione

It should be

LoadModule fcgid_module modules/mod_fcgid.so
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top