I want to run an index.cgi in my front end directory rather than an index.html. However the script does not run and only prints out the script in text. I am on running apache2 on ubuntu 18.04. What might I be doing wrong?
I want to run an index.cgi in my front end directory rather than an index.html. However the script does not run and only prints out the script in text. I am on running apache2 on ubuntu 18.04. What might I be doing wrong?
You might want to follow one of the Apache CGI tutorials, e.g.
(Google for "apache cgi tutorial" for more)