I'm using apache 2.2 (part of the xampp distribution) and I was trying to load my scripts written in lua using fastcgi, so I added to httpd.conf this:
LoadModule mod_fcgi modules/mod_fcgid.so
and now when I try to start apache I get the following error:
syntax error on line 530 of /xampp/apache/conf/httpd.conf: Can't locate API module structure 'mod_fcgi' in the file /xampp/apache/modules/mod_fcgid.so: No error
The file is there and the path is correct, what does that error message mean?