While I am running my first program in Apache /2.4.7 (ubuntu) it shows error as Follows:
Not Found The requested URL /hello was not found on this server. Apache/2.4.7 (Ubuntu) Server at 127.0.0.1 Port 80.
I tried changing apache2.conf as below:
Options ExecCGI Indexes FollowSymLinks <------ AllowOverride None Require all granted AddHandler cgi-script .py <--------
Still not able execute my program ?
Thanks
hello.cgi
. – Fusseldieb