Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rcschaff

Pages: 1 2 [3] 4 5 ... 49
31
Installation / Re: freshinstall Opendkim always off on reboot
« on: August 06, 2022, 05:25:13 AM »
from shell,

systemctl enable opendkim

I do believe.

32
DNS / Re: DNS service is not working
« on: August 04, 2022, 06:24:38 PM »
_default/moealdeek.com/IN: bad zone


Remove that zone, and it should load

33
DNS / Re: all my websites went offline
« on: July 03, 2022, 05:10:13 AM »
your using ns1/ns2.supporthelpdesk.click

are you hosting the DNS for that domain.  If so, make sure your bind (named) server is running on your box.

BTW, .com/.net domain are the best domains to use for nameservers.  All of the others can cause issues

34
DNS / Re: all my websites went offline
« on: July 03, 2022, 02:08:54 AM »
Your DNS server crashed.

35
E-Mail / Re: I can Send BUT can not receive EMAILS
« on: June 29, 2022, 02:01:39 AM »
MX records for your domain tell mail where to route

36
Apache / Re: Nginx configure
« on: June 26, 2022, 04:08:49 AM »
see if the following corrects the issue:

 location / {
      location ~.*\.(3gp|gif|jpg|jpeg|png|ico|wmv|avi|asf|asx|mpg|mpeg|mp4|pls|mp3|mid|wav|swf|flv|html|htm|txt|js|css|exe|zip|tar|rar|gz|tgz|bz2|uha|7z|doc|docx|xls|xlsx|pdf|iso|woff|ttf|svg|eot|sh|webp)$ {
         default_type "text/html";
         root /home/example/public_html;               
         expires max;
         try_files $uri $uri/ @backend;
      }

37
Apache / Re: Nginx configure
« on: June 18, 2022, 07:30:10 PM »
If html is displayed as source code, then the mime type for nginx is messed up.  Check for the default mime types and make sure it's not set to text/plain

38
htop is more accurate.  CWP is using PHP, which may have it's own processor/memory limits so it may be a false report on the dashboard.  Load Averages is what I would pay attention to, and not a graph

39
Apache / Re: Nginx configure
« on: June 17, 2022, 02:34:27 AM »
if you mean that it's a PHP page, you need FPM for nginx to use php.

40
CentOS Configuration / Re: 403 error on facebook
« on: June 16, 2022, 12:43:04 AM »
check the modsecurity log to find out the rule number that is causing the issue.  Then put an exemption into modsecurity.

41
Don't use GMAIL as your admin email address.  After about 100 emails a day, they start reporting your server as a spam server and start blocking it.  There is no way around it.  Setup an email account on your server, and in gmail, have it check the pop/imap of the admin email account to receive them in gmail.

42
Cwpsrv has it's own fpm.  the service is called cwpsrv-phpfpm and cwp-phpfpm  They use /usr/local/cwp/php71 (It's actually 7.2).  I'm working on an update for you, but work 60 hours a week, so not a lot of time


43
CentOS-WebPanel GUI / Re: Graphs issues & Inode limit
« on: June 01, 2022, 04:37:26 AM »
The negative values is most definitely some sort of bug.  As for Inode limites, you have to have quota's enabled for them to take any effect.

44
MySQL / Re: CWP CentOS 7 installer with MySQL without MariaDB
« on: May 31, 2022, 07:00:56 AM »
CWP requires MariaDB.  You could however install MySQL in a docker or lxc enviroment.

45
Backup / Re: Restore a backup of an account
« on: May 27, 2022, 03:40:54 AM »
admin/index.php?module=restore_backups

or

/admin/index.php?module=backup_manager2

depending on which backup system you use

Pages: 1 2 [3] 4 5 ... 49