Date: Thu, 6 Nov 1997 13:02:07 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: Greg Bedrossian <greg@gcsl.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CGI Script - Path not found Message-ID: <Pine.BSF.3.96.971106125933.799D-100000@gdi.uoregon.edu> In-Reply-To: <3462026F.2E004B40@gcsl.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 6 Nov 1997, Greg Bedrossian wrote: > I don't know if this subject is appropriate for this particular email > address, but if anyone can help we would be grateful. > > I am running FreeBSD V2.2.2 with Apache. I have checked all the config > files within /usr/local/etc/apache and everything seems in order. Yet, > when I direct a CGI inquiry from a web site to a CGI file in my > /usr/local/www/cgi-bin directory, the browser gives an error to say that > "the path given was not found or there is no such file". > > The Server itself works fine if you URL to the host, the Web Site comes > right up. So at least I know Apache is working. Why am I unable to URL > into my CGI file as above.? Check the error_log for any message. srm.conf for the following line: ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/ Also make sure that this line is in there: AddHandler cgi-script .cgi Also verify that your script is executable by user `nobody'. Your Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971106125933.799D-100000>