I've just installed the latest version of Datapark Search on Redhat
Fedora Core 4.
My apache config looks like the following:
ServerName va-va-voom.net
ServerAlias www.va-va-voom.net
DocumentRoot /home/va-va-voom.net/public_html
ErrorLog /home/va-va-voom.net/logs/error_log
CustomLog /home/va-va-voom.net/logs/access_log "common"
ScriptAlias /cgi-bin/ /home/va-va-voom.net/cgi-bin/
DirectoryIndex index.php index.py index.html
AddHandler cgi-script cgi pl
<Directory /home/va-va-voom.net/public_html>
Options Indexes IncludesNOEXEC FollowSymLinks
allow from all
</Directory>
<Directory "/home/va-va-voom.net/cgi-bin">
Options +ExecCGI
Order allow,deny
Allow from all
</Directory>
ContentDigest on
LogLevel debug
When I hit the CGI, I get the following error:
nternal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and inform
them of the time the error occurred, and anything you might have done
that may have caused the error.
More information about this error may be available in the server
error log.
Apache/2.0.54 (Fedora) DAV/2 PHP/5.0.4 mod_python/3.1.4 Python/2.4.1
mod_ssl/2.0.54 OpenSSL/0.9.7f SVN/1.2.3 mod_perl/2.0.1 Perl/v5.8.6
Server at www.va-va-voom.net Port 80
When i look at the Log Files, I get the following output:
[Mon Jan 09 15:55:50 2006] [error] [client 192.168.0.2] Premature end
of script headers: s.cgi
Does anyone have an Idea of what I'm not configuring correctly?
Jason Vance