ModServ
- Total activity 182
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Comments
Recent activity by ModServ-
Varnish, you can set it up easily. Nginx, you can install nginxcp. PHP-FPM, cPanel will add it in EasyApache 4 which will become in EDGE tier soon. Redis, I didn't use it before.
-
What is your mysql version (mysql -V) ? And you could tail the last 50 lines from error log using this command: tail -n 50 /var/lib/mysql/$(hostname).err
-
Did you check the logs?
-
Just to be more organized, make a file let's say it's name will be "virscan" and put this in it: #!/bin/bash for i in `awk '!/nobody/{print $2 | "sort | uniq" }' /etc/userdomains | sort | uniq`; ...
-
How did you install GeoIP? compiled from source or used ready-to-use module in EasyApache?
-
What's the firewall software you are using (IPTables - CSF - APF)? And if you have "skip-networking" in /etc/my.cnf, remove it.
-
Developer can access MySQL Database remotely if you open port 3306 for him to use and enabled MySQL networking, or he can work locally on your server.
-
Open the file, find the line that starts with "Options", remove it.
-
Go to .htaccess in that website and remove the line that starting with "Options".
-
Did you schedule ClamAV to work on specific times, perform scans manually or do you use CallUploadScript? In all situations you can use the command like this: clamdscan --quiet --log=/var/log/thre...