Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2002 22:43:42 -0500
From:      itchibahn <freebsd@isot.com>
To:        freebsd-isp@FreeBSD.ORG
Subject:   Premature end of script headers
Message-ID:  <1028087022.3d475ceec6770@webmail.isot.com>

next in thread | raw e-mail | index | archive | help
Help.  Trying out the test-cgi, and it works under main host, but under a 
virtual host, I get "Premature end of script headers: /home/support/cgi-
bin/test-cgi" error message in log file.

The following is my httpd.conf for that virutal:

<VirtualHost support.isot.com>
...
...
ScriptAlias /cgi-bin/ "/home/support/cgi-bin/"       
<Directory "/home/support/cgi-bin">
        AllowOverride Limit Indexes Options
        Options +ExecCGI +Includes
        Order allow,deny
        Allow from all
</Directory>
...
...




-------------------------------------------------
This mail sent through ISOT.  To find out more 
about ISOT, visit http://isot.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1028087022.3d475ceec6770>