Re: [users@httpd] Received 404 not found error on existing CGI script

2020-07-06 Thread Mike Rumph
Try the following link for basic info on using CGI with Apache httpd: - http://httpd.apache.org/docs/trunk/howto/cgi.html On Fri, Jun 26, 2020 at 1:03 AM angel Hall-Coulston wrote: > Hi, > Check your config file with the command 'httpd -V' but speaking from a > 'Mac users' perspective it’s

Re: [users@httpd] Received 404 not found error on existing CGI script

2020-06-26 Thread angel Hall-Coulston
Hi, Check your config file with the command 'httpd -V' but speaking from a 'Mac users' perspective it’s usually found here:/etc/apache2/httpd.conf About 3/4 down you’ll find log formats etc and several suggested log levels. You can change back after you have solved the issue because 'debug'

Re: [users@httpd] Received 404 not found error on existing CGI script

2020-06-25 Thread Jim Albert
Check your Apache error log. It's unlikely anything in your mysql log will be useful here. Apache will print any STDERR messages to the Apache error log. You shouldn't need your Apache logging at anything other than the default logging level to be useful to debug your Perl CGI issue. Jim On

Re: [users@httpd] Received 404 not found error on existing CGI script

2020-06-25 Thread barry kimelman
Hello, Thanks for your reply. I solved the not being able to run a Perl CGI script issue. I now have several of my old Perl CGI scripts up and running. Now one of my other CGI scripts is failing badly. The mysql error log does not show anything useful. All I see on my screen is a '500 internal

Re: [users@httpd] Received 404 not found error on existing CGI script

2020-06-24 Thread Nick Kew
> On 24 Jun 2020, at 00:35, barry kimelman wrote: > > > What have I done wrong? You've had some good advice from others. But also check your shebang line. -- Nick Kew - To unsubscribe, e-mail:

Re: [users@httpd] Received 404 not found error on existing CGI script

2020-06-24 Thread John
It seems a bit self-evident, but have you checked that Apache has permission to access your cgi-bin directory? John==On Wed, 2020-06-24 at 17:14 +0100, angel Hall-Coulston wrote: > Try setting your log file level to debug, you will get far more

Re: [users@httpd] Received 404 not found error on existing CGI script

2020-06-24 Thread angel Hall-Coulston
Try setting your log file level to debug, you will get far more information. Also at the end of the 'log format' code in your configuration file (easy double check by command 'httpd -V' which will double check your conf file) add '%L' which when added to both access_log file formats AND