vonskippy wrote:
Fedora (and RHEL/CentOS/et al) all use the pure form of Apache (just kidding all you Deb/Ubu fans).
It uses httpd not apache2.
You need to setup httpd.conf in /etc/httpd/conf/httpd.conf
And start it with 'service httpd start'
And make it autostart with 'chkconfig httpd on'
If you have multiple virtual hosts in apache, setup httpd.conf to use a separate vhost folder (makes it easier to add/edit/disable/delete) the individual virtual hosts.
All kind of moot for rDNS, which is only required if you're going to be using your VPS as a SMTP server.
And it's really hard to help you trouble shoot when you hide your PUBLIC DOMAIN NAME from a support forum. Not sure where the security myth started that it's better to mask public available details. Don't post username/passwords, but if the server is going to have publicly facing services (i.e. web/email/etc), it's PUBLIC, so hiding it here just makes troubleshooting not worth it for most volunteers.
Fair enough, I made the edits but it's still not working. Could I use something like pate bin and post my httpd.conf file here?
Also I followed the Linode guide all the way to here so, possibly I was told something incorrect to do in regard to Fedora? I'm trying to do the single hosting and commected out all the virtual host stuff just to make it simpler trying to get a page to display using IP or domain.
With help from IRC channel, got it working. For some reason my firewall rules were not persisting after a reboot, so it was denying http traffic.