by Visakh S | Sep 18, 2018 | Server Management
To run a website, you need several services such as web server, database server, mail server and more. These services need to communicate with each other to make web apps work. But in AWS, this communication can break due to default security settings. Why...
by Visakh S | Sep 17, 2018 | Drupal, Server Management
Is your Drupal site showing “500 Internal Server Error” all of a sudden? In our role as Support Engineers for web hosts, this is a common error we see in Drual websites. We’ve seen this happen during: Drupal core update, Module or Theme update,...
by Visakh S | Sep 14, 2018 | Server Management
“DKIM-Result: fail (bad signature)” is an error reported by www.appmaildev.com – a DKIM validation website. It means that the mail sender’s domain (say sender.com) failed an anti-spam test called DKIM, that is used to block fake or altered...
by Visakh S | Sep 13, 2018 | Server Management
Maintaining a Dedicated Server can be a chore. You need to apply security patches, verify backups, upgrade apps, and more – just to keep the server running without fail. Even despite all this, things can still break. Server owners often face blacklisted IPs,...
by Veena Venugopal | Sep 12, 2018 | Server Administration
Almost every PHP application relies on mail functions to send contact requests, newsletters, and more. The most secure way to send these mails is to use SMTP authentication – that is, the PHP app uses a username and password to transfer mails to an SMTP server....
Recent Comments