On Sun, 3 Mar 2002, Farhan Ahmed wrote:

> what is invalid with the reference?
> 
> my shtml file coutains <!-- exec 
> cgi="/www/korgax1g/cgi-bin/counters/counter.cgi" --> as the ssi directive.

so you haven't bothered to read the ssi documentation.  When you do an 
exec cgi, you have to specify a virtual path, not an absolute file path.  
The server is looking for a file named
{doc_root}/www/korgax1g/cgi-bin/counters/counter.cgi

while your file is really {doc_root}/cgi-bin/counters/counter.cgi

also, while I'm at it, why do you want a web counter anyway?  you'd 
might as well just use a random number generator.  it would give you a 
more correct answer too.

-- 
C Code.
C Code Run.
Run, Code, RUN!
        PLEASE!!!!


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to