On Thu, Jun 14, 2012 at 1:42 PM, John Found <johnfo...@evrocom.net> wrote:

> The script returns empty (but valid) web page (containing only the echoed
> HTML tags) in both variants, with or without "export" command.
>
> I made another script for this variant:
> http://asm32.hopto.org/update_short.cgi


And here's a dumb question, but i've had this problem before: on my hoster
HTML pages are served as some www-user but CGI apps are run as my account.
My point is, the user is not always who we expect and this has bitten me
before (or came as a pleasant surprise, in the case of my CGIs). Try adding
this output:

[[ -x /path/to/fossil ]] && echo "is executable"

:-?

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to