Hello,
htsearch with commandline is working fine. But with Apache 1.3.19 not:
Internal Server Error with the error.log-entry: "Premature end of script headers ...
htsearch is placed in the standard cgi-bin directory and I don't know what I have to do to make the script working fine?
Should I set another Handler?
Thank you for a reply
Miko
This looks like the typical message when suEXEC hits the user with all its might. ;-)
I don't know which system you're using, but on Linux systems Apache is usually build with suEXEC support to secure the system against problems with CGIs. suEXEC is a CGI-wrapper that comes with Apache. To get a script or a program working with suEXEC, you have to fullfill several requirements.
If you're on a Linux machine with suEXEC-enabled Apache, take a look at http://httpd.apache.org/docs/suexec.html and go through the checklist.
Sometimes there is a suexec.log where you can find some informations.
It's not a good idea to disable suEXEC but it can be done for testing.
suEXEC is very helpfull if you're running Apache with several virtual host with different users, because you can separate various projects from each other.
Berthold Cogel
-- Dr. rer. nat. Berthold Cogel University of Cologne E-Mail: [EMAIL PROTECTED] ZAIK-US (RRZK) Tel.: +49(0)221/478-7020 Robert-Koch-Str. 10 FAX: +49(0)221/478-5568 D-50931 Cologne - Germany
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

