We can suspend a parked domain using Rewrite rule in .htaccess while keeping the main domain intact. In .htaccess file, add the following. RewriteCond %{HTTP_HOST} ^parkdomian.org$ [OR] RewriteCond %{HTTP_HOST} ^www.parkdomian.org$ RewriteRule ^(.*)$ http://x.x.x.x/suspend.txt [R=301,L] where x.x.x.x is the server IP.
Day: August 5, 2018
checking for libwrap… configure: error: *** libwrap missing
Fix You need to install tcp_wrappers-devel to fix the issue yum install tcp_wrappers-devel
How to disable STRICT_TRANS_TABLES in mysql
Fix Add below line in /usr/my.cnf and restart mysql sql_mode=NO_ENGINE_SUBSTITUTION
Timeout while editing menu items in joomla administrator
While editing menu items in joomla administrator dashboard page it was showing time out with following error in the log [Sat Aug 27 17:44:47.9738 2017] [fcgid:warn] [pid 30479:tid 140638739744512] (32)Broken pipe: [client x.x.x.x:50433] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://domain.com/administrator/index.php?option=com_menus&view=items&menutype=mainmenu Fix Increased the timeout value in apache configuration.
spamassassin showing internal software error issue
Fix check if the local network interface is down if so make it up # ifup lo