Koozali.org: home of the SME Server

system looking for cgi in html dir

Steve M.

system looking for cgi in html dir
« on: October 18, 2000, 03:43:13 AM »
I have a web form in the html directory in an ibay.
I have a CGI script in the cgi-bin directory in the same ibay.

Permissions on both are 755.

upon "submit", I get the "Page no found" error from the browser.

tail of error_log reveals:
File does not exist: /home/e-smith/files/ibays/test/html/env.cgi

I have tried:





What do I have to setup in order to fix this?

Paul Nesbit

RE: system looking for cgi in html dir
« Reply #1 on: October 18, 2000, 08:11:02 PM »
Steve M. wrote:

> I have tried: > method="GET"> > action="./env.cgi" method="GET">
> > method="GET"> > action="../cgi-bin/env.cgi" method="GET">
>
> What do I have to setup in order to fix this?

CGI scripts used in ibays are referenced using the path "/your_ibay_name/cgi-bin/your_cgi_script".

Paul