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.
406
Other / Re: Auto copy files to another location
« on: May 29, 2020, 05:30:03 PM »
rsync, scp, sftp, ftp
--help should show some insight. If not google is great resource.
--help should show some insight. If not google is great resource.
407
Softaculous / Re: Trial Premium licence doesn't switch to free
« on: May 28, 2020, 08:11:53 AM »
The free version of Softaculous will still work. That's just a high pressure sales tactic by Softaculous.
408
CWP API / Re: Rest api update ip subdomain
« on: May 28, 2020, 06:16:25 AM »
The current API does not have a DNS option.
409
SSL / Re: SSL Certificate Problem
« on: May 27, 2020, 08:47:16 PM »
You don't need to restart. You can reload and not interrupt services
410
Installation / Re: Login to CWP on a server with no root password and only ssh keys
« on: May 27, 2020, 08:09:49 PM »
Log into SSH and set the root password. YOu will need the root password to log into CWP Admin
411
CentOS 7 Problems / Re: ClamAV Can't update
« on: May 27, 2020, 06:47:01 PM »
now reinstall clamav-server and make sure no errors
412
CentOS 7 Problems / Re: ClamAV Can't update
« on: May 27, 2020, 06:36:30 PM »
yum clean all
yum remove clamav-server
post response
yum remove clamav-server
post response
413
CentOS 7 Problems / Re: ClamAV Can't update
« on: May 27, 2020, 06:27:38 PM »
try
yum clean all
then retry those 3 commands
yum clean all
then retry those 3 commands
414
CentOS 7 Problems / Re: ClamAV Can't update
« on: May 27, 2020, 06:04:00 PM »
yum remove clamav
yum update
yum install clamav
yum update
yum install clamav
415
CentOS 7 Problems / Re: ClamAV Can't update
« on: May 27, 2020, 05:57:56 PM »
Try running yum update to get a list of fresh packages.
416
Other / Re: Modrewrite throws 500 error with php 5.6 but not with 7.x
« on: May 27, 2020, 03:55:14 PM »
Additonal Info. You really should Quote the Rule. This should be your lines for ANY php version. As noted above, you should have a RewriteCond for each script?.php file so that you prevent apache from an endless loop.
RewriteRule "^([0-9] )/(.*)-([0-9] )\.html$ script1.php?cat_id=$1&page=$3" [NC,L]
# rewrites the script2.php URLs using P- and /
RewriteRule "^P-([0-9] )/(.*)\.html$ script2.php?id=$1" [NC,L]
# rewrites the script3.php URLs
RewriteRule "^([0-9] )-(.*)\.html$ script3.php?id=$1" [NC,L]
RewriteRule "^([0-9] )/(.*)-([0-9] )\.html$ script1.php?cat_id=$1&page=$3" [NC,L]
# rewrites the script2.php URLs using P- and /
RewriteRule "^P-([0-9] )/(.*)\.html$ script2.php?id=$1" [NC,L]
# rewrites the script3.php URLs
RewriteRule "^([0-9] )-(.*)\.html$ script3.php?id=$1" [NC,L]
417
Other / Re: Modrewrite throws 500 error with php 5.6 but not with 7.x
« on: May 27, 2020, 02:16:23 PM »
Try adding RewriteCond %{REQUEST_URI} !/script\.php$
418
PHP / Re: using php
« on: May 27, 2020, 08:55:28 AM »
You use ONE version of PHP without pro. You only have access to the PHP Switcher. With pro, you have the option of php-fpm, which allows your to switch php version per account/domain, and also switch options fore each domain.
419
Installation / Re: Problems with Postfix MySQL
« on: May 27, 2020, 05:51:16 AM »
CWP Admin -> Email -> Mailserver Manager
Rebuild postfix
Only supported solution this forum will provide. Anything you do via SSH is unsupported.
Rebuild postfix
Only supported solution this forum will provide. Anything you do via SSH is unsupported.
420
Postfix / Re: warning: database /etc/postfix/vmail_ssl.map.db is older than source file /etc/p
« on: May 26, 2020, 10:21:25 AM »
chown root:mail both of those files