Hello, Please help, what am I doing wrong? I can't get the example to work from http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html Thanks! Brian Error.log contains: [Wed Nov 11 15:57:27 2009] [warn] [client 192.168.21.21] (OS 109)The pipe has been ended. : mod_fcgid: get overlap result error [Wed Nov 11 15:57:27 2009] [error] [client 192.168.21.21] Premature end of script headers: foo.pl foo.pl is from: http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html Software versions: 1. mod_fcgid-2.3.4-win32-x86.zip 2. apache_2.2.14-win32-x86-openssl-0.9.8k.msi 3. Windows Server 2003 R2 Httpd.conf entries: LoadModule fcgid_module modules/mod_fcgid.so Alias /fcgi-bin/ "C:/Apache/fcgi-bin/" <IfModule fcgid_module> FcgidConnectTimeout 20 FcgidIOTimeout 48 </IfModule> # Directives from http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html <Directory "C:/Apache/fcgi-bin"> SetHandler fcgid-script Options +ExecCGI # Customize the next two directives for your requirements. Order allow,deny Allow from all </Directory>
