[users@httpd] Apache on CentOS Linux

2020-06-24 Thread Leonard Hoay (Dr)
Dear XAMPP/Apache PHP Administrator, May I know how to check whether the Apache is installed and running on this server? Also, where it directory/folder located? Could anyone give your advice? Thanks in advance! Regards, Hoay # cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID=

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: users-unsubscr...@httpd.apa

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 informatio

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 error_lo