On Thu, Nov 10, 2011 at 10:57 PM, Paolo Bolzoni <[email protected]>wrote:

>
> So I downloaded it, compiled it, copied in /usr/local/bin/httpd .
>     server = /usr/bin/httpd
>

Those dirs don't match.


> a.txt a text file
> b.sh a script with this content:
>
> -----
> #!/bin/sh
> echo AAAAA
> -----
>

A CGI script will cause a internal server error if it does not output
proper HTTP headers (each line terminated by CRNL, not just NL), followed
by CRNL (empty line).

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to