Nginx error

nginx: [emerg] bind() to 68.168.98.181:443 failed (99: Cannot assign requested address) nginx: configuration file /etc/nginx/nginx.conf test failed You can disable nginx which should force the configuration to rebuild: /usr/local/psa/admin/bin/nginxmgr -d You can also try the steps below: http://kb.sp.parallels.com/en/114245 If you get the error: Apache config (14180811290.93120100) generation failed: Template_Exception: nginx: [emerg] bind() to 68.168.98.181:80 failed … Read more

Is SpamAssassin Working

Check the header of an email You can also add Barracuda RBL to Exim in WHM For cPanel /home/username/.spamassassin/user_prefs as described: Other Resources: http://www.toao.net/566-improving-spamassassin-accuracy-with-statistics

Delete mysql-bin files safely

The file mysql-bin.index keeps a list of all binary logs mysqld has generated and auto-rotated. The mechanisms for cleaning out the binlogs in conjunction with mysql-bin.index are: PURGE BINARY LOGS TO ‘binlogname’; PURGE BINARY LOGS BEFORE ‘datetimestamp’; These will clear all binary logs before the binlog or timestamp you just specified. For example, if you … Read more

Optimize apache

Home »Service Configuration »Apache Configuration »Global Configuration Other options: –addition of memcache –recompiling Apache to run as PreFork opposed to MPM Worker Event Check for Prefork or Worker Links: http://kb.sp.parallels.com/en/113007 http://codebucket.co.in/apache-prefork-or-worker/ –Reduced some of the limits in the apache config. Many things that should be in the hundreds were set in the thousands. –KeepAlive on … Read more

NAS Trash folder

Error: Trash folder not accessable. mounted the NAS (10.168.x.x) to Z: on (69.xx.xx.xxx). Enabled “Show Hidden Files” on the NAS.

Block IP with iptables

Block Incoming Request From IP 1.2.3.4 The following command will drop any packet coming from the IP address 1.2.3.4: Finally, the last thing we need to do is save our rules so that next time we reboot our computer our rules are automatically reloaded: Check to see if it is added: Other good info to … Read more

Plesk Mail – warning: connect to Milter service

Plesk Mail not working. Loogs show: The Postfix config ‘/etc/postfix/main.cf’ contains entries with extra commas: smtpd_milters = ,, inet:127.0.0.1:12768 became smtpd_milters = inet:127.0.0.1:12768 Then restart postfix, Other sources: http://kb.sp.parallels.com/en/121170 http://kb.sp.parallels.com/en/116748