我的apache是用apt裝的.. 1.3.26
然後裝neomail,連到 http://機器/cgi-bin/neomail.pl
就會出現
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, otaru@xxxx.org 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.26 Server at xxxx.org Port 80
/var/log/apache/error裡
[Sat Feb 8 17:44:14 2003] [error] [client 61.230.171.234] Premature end of script headers: /usr/lib/cgi-bin/neomail.pl
我的httpd.conf裡面
LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory /usr/lib/cgi-bin/>
AllowOverride None
Options +ExecCGI
Order allow,deny
Allow from all
</Directory>
AddHandler cgi-script .cgi .sh .pl
都有~~ 請問有可能的問題出在哪?