(13)Permission denied: AH00957: HTTP: attempt to connect to failed Date Posted: 28-04-2018 We setup a redirection using proxypass to different port on apache configuration. It failed with an error which mentioned in title of the post. Resolution: Selinux would be causing the issue. Here is the fix that we need… Continue Reading (13)Permission denied: AH00957: HTTP: attempt to connect to failed

Date Posted: 05-04-2018 In this we will explain MySql replace NULL values with empty string. Step1: You can create two different tables. using the following query. CREATE TABLE `users` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(16) NOT NULL, `name` varchar(40) DEFAULT NULL, `last_name` varchar(60) DEFAULT NULL, PRIMARY KEY… Continue Reading MySql replace NULL values with empty string

httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory|cPanel Date Posted: 04-04-2018 Recently, we have received an issue with respect to libaprutil package on cPanel server. The apache service went down due to this. The following steps will help on fixing the issue.… Continue Reading httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory|cPanel