After a fresh install of Apache on a Centos machine I was getting this error. Starting httpd: httpd: apr_sockaddr_info_get() failed for ip-xxx-xx-x-xxx httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName Nothing critical, the IP was still accesing the PHP pages. But we can remove the above warning messages by:…
Recently I came across the term “Deep Links“. Basically for one of our clients, we were updating the app page on Facebook, and to use the app directly from the Facebook page you need to provide the Deep Links. Here is what Wikipedia says about Deep Links. In the context of the World Wide Web, deep linking is the…