This is kinda off-topic but.. I see you have ultimatebb runnin..I have web sharing enabled on 10.1, and when I go to exec a .pl or .cgi I get this error...
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] 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/1.3.20 Server at 127.0.0.1 Port 80
I read the apache help docs and set the the files are all chmod'd 755...
Here's the error in the apache error_log:
[Fri Oct 19 16:27:21 2001] [error] [client 64.241.221.45] Premature end of script headers: /Library/WebServer/Documents/cgi-bin/hello.pl
[Fri Oct 19 16:27:34 2001] [error] (2)No such file or directory: exec of /Library/WebServer/Documents/cgi-bin/hello.cgi failed
[Fri Oct 19 16:27:34 2001] [error] [client 64.241.221.45] Premature end of script headers: /Library/WebServer/Documents/cgi-bin/hello.cgi
I do not know what to do next..... ?