Hi,

I just tried to install UBB on my server (Linux RedHat 6.2), but it aint working. So I tried using the hello.cgi script, same thing.. doesn't work.

on my browser I get:

----------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, []root@localhost[/] 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.
----------------------------------

And my error logs says:

---------------------------------------[error] (2)No such file or directory: exec of /home/httpd/cgi-bin/hello.cgi failed

[error] [client 10.0.0.1] Premature end of script headers: /home/httpd/cgi-bin/hello.cgi
----------------------------------------

The file is there, and the location of perl (/usr/bin/perl) is correct. Permissions of perl are:

-rwxr-xr-x 2 root root 527888 Aug 10 21:37 perl

Permissions of hello.cgi are:

-rwxrwxrwx 1 httpd httpd 231 Nov 14 17:06 hello.cgi

Anybody have any ideas?