>Number:         698
>Category:       documentation
>Synopsis:       ScriptAlias is apparently broken
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sun Jun  8 23:20:01 1997
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.2b#
>Environment:
Linux v2.0.27
GCC v2.7.2.1
>Description:
I've tried to add separate cgi-bin directories with several ways, none have
worked and always give me:
[Mon Jun  9 00:42:57 1997] access to /var/httpd/cgi-bin/Normark/test.cgi failed 
for sentinel.surfen.net, reason: Premature end of script headers
I've read the FAQ about that, and even added what it said and still get that 
error.
The CGI scripts work fine under Netscape Enterprise server, and under the
"servers" cgi-bin directory.
I've tried the following:
<VirtualHost www.surfen.net>
DocumentRoot /var/httpd/Surfen
...
ScriptAlias /cgi-bin /var/httpd/cgi-bin/Surfen
Options +Indexes +FollowSymLinks +Includes #+ExecCGI
</VirtualHost>

and the same as above but instead of ScriptAlias, just Alias
and:
<Directory /var/httpd/cgi-bin/Surfen/>
Options +ExecCGI
</Directory>

None of this works of course and I'm really getting frustrated with it.

ScriptAlias /cgi-bin
>How-To-Repeat:
http://www.normarkbusiness.com/cgi-bin/test.cgi
Wanna see the error log?
http://www.normarkbusiness.com/error_log
>Fix:
not yet.
%0
>Audit-Trail:
>Unformatted:


Reply via email to