Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 1998 11:13:00 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Laszlo vagner <root@kf7nn.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: cqcam script & locking 
Message-ID:  <Pine.BSF.3.96.980511111142.1090Q-100000@gdi.uoregon.edu>
In-Reply-To: <355728C6.17DC917@kf7nn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 May 1998, Laszlo vagner wrote:

> I added a link that says click <a
> href="www.kf7nn.com/cgi-bin/qcam.cgi>here </a> to refresh.
> and here is the script
> 
> #!/bin/sh
> 
> 
> if      [ ! -x /usr/local/ftp/incoming/tempcam]
>         touch /usr/local/ftp/incoming/tempcam
>         /root/camera
>         rm /usr/local/ftp/incoming/tempcam
> 
> fi
> 
>         <p>Hit reload to refresh</P>
> 
> 
> here  is the error its gotta be something dumb on my part cause i never
> wrote these things before.

> Internal Server Error

Apache expects your CGI script to output some header lines.  I suggest
finding a good CGI programming guide to get you started.

This is a classic CGI newbie error :)

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980511111142.1090Q-100000>