not able to get info.php to show on http://localhost:80/info.php
just installed php and tried to access the info.php file from a browser on another computer and i get the connection timed out error. However localhost:9090 works just fine from the browser on the other computer.
did you open http service on the firewall? did you start apache? if not
sudo firewall-cmd --add-service=http
add --permanent so it will be loaded on next start. Apache startsystemctl start httpd
in case you have not added.