22May / 13
Comments Off
Want to be a pirate?

Reff:
https://www.facebook.com/bigquote
Edit /etc/sysconfig/selinux
SELINUX=disabled |
Reff:
http://forums.devshed.com/apache-development-15/documentroot-does-not-exist-when-it-does-526847.html
The solution to this was to simply place the 127.0.0.1 entry at the botton of the /etc/resolv.conf file, like so:
nameserver 8.8.8.8 nameserver 8.8.4.4 nameserver 127.0.0.1 |