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
CentOS 7 Problems / Re: mysqld: Can't lock aria control file
« on: May 29, 2020, 05:34:56 PM »
systemctl stop mysqld
ps -ef | grep mysqld
if anything results.
killall mysqld
systemctl start mysql
ps -ef | grep mysqld
if anything results.
killall mysqld
systemctl start mysql
407
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.
408
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.
409
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.
410
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
411
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
412
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
413
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
414
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
415
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
416
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.
417
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]
418
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$
419
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.
420
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.