I've recently started learning CentOS. I've been a proficient hardware/software lad for many years and do have some experience with Apache.
I'm stuck at a certain juncture though. I'm unable to browse to CGI files. They show up as plain text and do not execute. I've tried executing a sample file form ssh and it worked fine. I've also done a lot of research and spent over 3 hours trying to fix this.
Having done several modifications to httpd.conf file and restarting httpd service multiple times.
Can anyone point out a guide to me?
LoadModule cgi_module modules/mod_cgi.so is present in my httpd.conf file
Also the following
<Directory "var/www/html">
Options +ExecCGI
AddHandler cgi-script .cgi .pl
</Directory>
Also done chmod 705 *.cgi
Still showing up as plain text. Any help?