Look in httpd.conf. Do you have /cgi-bin/ set to the right directory on
your filesystem? (the one that you put the script in?)
Are the permissions on /cgi-bin correct?
On Wed, 4 Sep 2002, Jim wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I am playing with Apache and Perl on my Mandrake 8.2 box. I have a llittle
> script that I put in /var/www/cgi-bin. It has permissions of rwxr-xr-x and
> is owned by apache:apache. When I view the page that calls the script, it
> looks fine, but when I click the button that calls the script, I get a file
> not found - even if I specify the full path (i.e. /var/www/cgi/scriptname) in
> the action field of the form.
>
> Anyone know what I am doing wrong?