WP Emails not sending

Sometimes those hosting providers are blocking some ports by default. You can ask them to unblock the ports you try to use or narrow the port list defined in:

/etc/exim.variables.conf

Can not access my own website

Your IP could be blocked! Ask your hosting provider to unlock and or login as root to your VPS and do as fallow:

src: read more

Where is phpMyAdmin installed in VPS in DirectAdmin?:

  • Executing /usr/local/directadmin/plugins/custombuild/admin/build phpmyadmin…
  • Adding AuthLog to /var/www/html/phpMyAdmin-5.1.1-all-languages/config.inc.php
  • Adding PmaNoRelation_DisableWarning to /var/www/html/phpMyAdmin-5.1.1-all-languages/config.inc.php

/var/www/html/phpMyAdmin/config.inc.php

src: read more

How to diable modsecurity in apache?

file location: /etc/httpd/conf/extr/httpd-modsecurity.conf
log output:
/var/log/httpd/modsec_audit.log
/var/log/httpd/modsec_debug.log
/var/log/modsec_audit

It is common that DA and apache both comes with modsecurity configuration. If you want to turn it off at apache level go to:

cd /etc/httpd/conf/extra

cat httpd-modsecurity.conf

vi httpd-modsecurity.conf

EDIT LINE:
SecRuleEngine On
TO:
SecRuleEngine Off

src : read more

Add IP to whitelist and remove IP from blacklist in VPS.

SSH as root to your VPS. Then cd to /usr/local/directadmin/data/admin/ and create a file ip_blacklist if not exists.
cat the file first and then vi ip_blacklist and add your IP which you wish to whitelist.

src: read more
see: read more

0
Would love your thoughts, please comment.x
()
x