Reputation: 143
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
Upvotes: 0
Views: 269
Reputation: 385
Based on the little info provided, there are a couple things to try:
http://127.0.0.1/hello.py
Upvotes: 0