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.
496
CentOS 7 Problems / Re: imagick extenction not install
« on: May 11, 2020, 01:03:21 PM »
Both of those are "Warnings", and about PostgreSQL, not imagick.
Also note that you are referencing CWP's PHP, not the PHP version for websites.
We need more information to help you.
How are you trying to build PHP? Which Version? Post the last 50 lines of the log once the build fails.
Also note that if you are building PHP from within the CWP admin panel, it can take up to an hour to building depending on your system specs, so it won't be usable right away.
Also note that you are referencing CWP's PHP, not the PHP version for websites.
We need more information to help you.
How are you trying to build PHP? Which Version? Post the last 50 lines of the log once the build fails.
Also note that if you are building PHP from within the CWP admin panel, it can take up to an hour to building depending on your system specs, so it won't be usable right away.
497
CentOS-WebPanel Bugs / Re: Problem with MailBox
« on: May 11, 2020, 12:56:11 PM »
check to see if the user/password are correct in /usr/local/cwpsrv/htdocs/resources/admin/include/postfix.php
" cat /etc/postfix/mysql-virtual_mailbox_maps.cf " for the user/pass
" cat /etc/postfix/mysql-virtual_mailbox_maps.cf " for the user/pass
498
E-Mail / Re: How to setup Postfix Mail on CWP?
« on: May 11, 2020, 12:50:33 PM »
A PTR Record, is the reverse of an A Record in DNS. Being as it tells the "IP" what domain is associated to it. You cannot manage your PTR Record, because you do not own the IP Block. If you have a VPS, there should be a "HOSTNAME" option, or PTR option under your VPS control panel. Otherwise, contact your host to set the PTR record for you.
BTW, if you name your server srv1.example.com, your PTR should be srv1, and postfix should use srv1 as well.
BTW, if you name your server srv1.example.com, your PTR should be srv1, and postfix should use srv1 as well.
499
E-Mail / Re: Disable Mail
« on: May 10, 2020, 09:03:46 AM »Can I disable for just one user account?
In CWP Admin
User Accounts -> Features,Themes,Languages
Under new Features, choose Account, select the Accound, and don't check "email_accounts"
500
DNS / Re: Multiple CWPPro using same NS1 and NS2
« on: May 10, 2020, 08:57:12 AM »
vps1 should sync to vps2
vps2 should sync to vps1
vps3 - 10 should sync to both 1 & 2
I'm not sure how that slave module works, but It should send over the domain on a new account added. YOu should only have to "Push" the first time.
vps2 should sync to vps1
vps3 - 10 should sync to both 1 & 2
I'm not sure how that slave module works, but It should send over the domain on a new account added. YOu should only have to "Push" the first time.
501
New Modules / [Module] CWP_DNSREPORT
« on: May 10, 2020, 08:52:22 AM »
A Module that produces a Report on all Domains/Subdomains on the server in both HTML and CSV Format
Video: https://www.youtube.com/watch?v=SpnxlDYgE-8&feature=youtu.be&hd=1
Install: https://github.com/rcschaff82/cwp_dnsreport
Video: https://www.youtube.com/watch?v=SpnxlDYgE-8&feature=youtu.be&hd=1
Install: https://github.com/rcschaff82/cwp_dnsreport
502
DNS / Re: Multiple CWPPro using same NS1 and NS2
« on: May 09, 2020, 06:01:31 AM »
That's exactly what I'm saying. Basically, here is the following scenario.
All Domains set their nameservers to ns1 and ns2. YOu don't need to setup NS for the other 8 servers, but their bind will still hold the records for "Localhost"
Site Hosted: Nameservers records are in
Srv1 NS1 NS1, NS2
Srv2 NS2 NS1, NS2
Srv3 NS1, NS2, local bind
Srv4 NS1, NS2, local bind
etc....
Now Srv1 and Srv 2 do NOT have to have a pro license, but 3-10 MUST have a PRO license.
All Domains set their nameservers to ns1 and ns2. YOu don't need to setup NS for the other 8 servers, but their bind will still hold the records for "Localhost"
Site Hosted: Nameservers records are in
Srv1 NS1 NS1, NS2
Srv2 NS2 NS1, NS2
Srv3 NS1, NS2, local bind
Srv4 NS1, NS2, local bind
etc....
Now Srv1 and Srv 2 do NOT have to have a pro license, but 3-10 MUST have a PRO license.
503
Updates / Re: 190 new updates today!!!
« on: May 08, 2020, 04:38:44 PM »
post the errors from the yum log so we can see what's going on???
504
CentOS 7 Problems / Re: PHP Version Switcher v2 not chaning PHP version
« on: May 08, 2020, 12:41:45 PM »
You could also enable swap
505
PHP / Re: PHP Memcache Error
« on: May 08, 2020, 12:40:55 PM »
Grep memcache.so in the /usr/local/Apache/conf/*.conf
Find the old line and comment it out. Then look for the socacje module and enable it
Find the old line and comment it out. Then look for the socacje module and enable it
506
FTP / Re: File Manager
« on: May 08, 2020, 11:25:59 AM »
Upload a zip and uncompress it, of it works
507
PHP / Re: PHP Memcache Error
« on: May 08, 2020, 11:24:42 AM »
First check of that file exists in that location .
You can also try ". locate memcache.so. " to see if it even exists on the server
You can also try ". locate memcache.so. " to see if it even exists on the server
508
CentOS-WebPanel Bugs / Re: Resellers cant jump to their sub-account
« on: May 08, 2020, 11:23:17 AM »
Not sure why it's using the server up, unless you haven't set a hostname. Try resetting hostname and restarting cwpsrv and cwp-phpfpm
509
Dovecot / Re: Can't open PID file /var/run/dovecot/master.pid (yet?) after start: No such file
« on: May 08, 2020, 11:20:34 AM »
No s flag in chmod, so dovecot user can't read it.
Systemctl stop dovecot
Delete master.pid
Systemctl start dovecot
Should give the correct permissions.
Chances are dovecot was started as root one time accidentally and created the file without system access
Systemctl stop dovecot
Delete master.pid
Systemctl start dovecot
Should give the correct permissions.
Chances are dovecot was started as root one time accidentally and created the file without system access
510
PHP / Re: PHP Rebuild/Update Problem
« on: May 08, 2020, 09:24:04 AM »
Start by clearing some space by deleting those .zip and .tar gz files