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 - josephgodwinke

Pages: 1 2 3 [4] 5 6
46
finally...hope this gets fixed.

47
Updates / Re: Unable update The Package "okay-release.noarch"
« on: June 14, 2021, 05:55:44 AM »
Do this in SSH or CWPro Terminal
Code: [Select]
yum update okay-release

48
Installation / Re: How to register imagick extension for php-fpm?
« on: June 11, 2021, 12:25:49 PM »
When you open this
Code: [Select]
module=php_switch_v2 do you see imagick option (checkbox)?

49
CentOS-WebPanel Bugs / Re: Nothing work in /scripts folder
« on: June 11, 2021, 12:02:02 PM »
What are you using to run these commands - SSH or CWP terminal, CWPro Terminal, VNC?

What error do you get when you visit: myserverip:2087 ?

50
Installation / Re: How to register imagick extension for php-fpm?
« on: June 10, 2021, 08:59:27 AM »
Its adivsable to install the Imagick PHP Module extension via cwp
Code: [Select]
module=php_selector2

Visit that module and configure options for the specific PHP version you desire then build

Never install anything that CWP offers on the dashboard if you do not know how to revert incase anything breaks. Always keep your installations within the ecosystem of CWP. It is safe and guarantees nothing breaks at the moment and subsequently when you update CWP.

51
CSF Firewall / Re: CWP add temporary allow ip on login control panel
« on: June 08, 2021, 02:26:12 PM »
You can whitelist IP in CSF (
Code: [Select]
module=csf) module or edit the
Code: [Select]
csf.allow file.

You can edit csf.allow file with ssh:

Code: [Select]
whereis csf.allow
You will get about three directories this file may exist - pick /etc/csf

Code: [Select]
vi /etc/csf/csf.allow
Add an ipv4 address not domain names

52
DNS / Re: DNS server crashing every 4 to 5 hours of interval
« on: June 08, 2021, 02:16:25 PM »
Code: [Select]
● named.service - Berkeley Internet Name Domain (DNS)
   Loaded: loaded (/usr/lib/systemd/system/named.service; enabled; vendor preset: disabled)
   Active: failed (Result: signal) since Tue 2021-06-08 05:56:27 UTC; 2h 1min ago
 Main PID: 906 (code=killed, signal=KILL)

Jun 08 01:19:57 wadp.paxon.tech named[906]: client @0x7fda100a9060 88.80.186.137#62351 (amazon.com): query (cache) 'amazon.com/A/IN' denied
Jun 08 01:19:57 wadp.paxon.tech named[906]: client @0x7fda100a9060 88.80.186.137#62351 (77.236.7.3.in-addr.arpa): query (cache) '77.236.7.3.in-addr.arpa/PTR/IN' denied
Jun 08 01:19:57 wadp.paxon.tech named[906]: client @0x7fda100a9060 88.80.186.137#62351 (3-7-236-77-60bec111.spiderprobe.com): query (cache) '3-7-236-77-60bec111.spiderprobe.com/A/IN' denied
Jun 08 01:27:49 wadp.paxon.tech named[906]: client @0x7fda100a9060 203.159.80.44#40901 (rnp.br): query (cache) 'rnp.br/A/IN' denied
Jun 08 01:42:38 wadp.paxon.tech named[906]: client @0x7fda100a9060 120.79.20.228#10243 (nordstrom.com): query (cache) 'nordstrom.com/TXT/IN' denied
Jun 08 03:45:05 wadp.paxon.tech named[906]: client @0x7fda100a9060 74.82.47.18#56542 (dnsscan.shadowserver.org): query (cache) 'dnsscan.shadowserver.org/A/IN' denied
Jun 08 04:35:29 wadp.paxon.tech named[906]: client @0x7fda100a9060 211.65.193.150#34996 (3_7_236_77andcasdu.msyv4.njnet.edu.cn): query (cache) '3_7_236_77andcasdu.msyv4.njnet.edu.cn/A/IN' denied
Jun 08 05:56:27 wadp.paxon.tech systemd[1]: named.service: main process exited, code=killed, status=9/KILL
Jun 08 05:56:27 wadp.paxon.tech systemd[1]: Unit named.service entered failed state.
Jun 08 05:56:27 wadp.paxon.tech systemd[1]: named.service failed.

What are the contents of
Code: [Select]
named.conf

53
Information / Re: server ssl doesnt exist
« on: June 08, 2021, 02:04:04 PM »
Go to
Code: [Select]
admin/index.php?module=change_hostname and on the change hostname options check all SSL options and click on change hostname.

Check
Code: [Select]
/var/log/cwp/autossl.log afterwards from SSH

You should see something like
Code: [Select]
SSL Failed to install for Hostname
The fix is: add the domain of hostname subdomain to DNS zones - best way is to add it as an account

Then go to DNS Records on CWP and add hostname as A Record with TTL of
Code: [Select]
14400
Afterwards check
Code: [Select]
/var/log/cwp/autossl.log from SSH

54
Information / Re: server ssl doesnt exist
« on: June 08, 2021, 01:53:52 PM »
Reinstall the ssl certificate for the specific domain

55
SSL / Re: Auto SSL Error reported by crontab
« on: June 08, 2021, 01:49:24 PM »
Probably just a warning. Does cron and autossl work well?

56
Installation / Re: How to register imagick extension for php-fpm?
« on: June 08, 2021, 09:45:34 AM »
When you log in using ssh as root what is the result of this command:
Code: [Select]
/usr/bin/convert –version OR
Code: [Select]
convert –version OR
Code: [Select]
/usr/local/bin/convert –version

57
FTP / Re: Remove FTP login request
« on: June 04, 2021, 07:22:10 AM »
Before you ask for a solution you need to understand why you WP is asking for FTP credentials. This is because WordPress enviroment does not have permissions to access plugins folder. You need to change permissions for these folders. Kindly never change wp-content or any folder under this folder to permission 777. I recommend setting any or all folders under wp-content to 744 - gives permission to owner (username that uploaded or installed) and gives all others read only access.

A common workaround for this is adding the
Code: [Select]
define('FS_METHOD','direct'); directive in wp-config.php

58
Addons / Re: Site.Pro Module missing
« on: June 02, 2021, 03:18:22 PM »
Yes add api token from site.pro . You need a license for this

59
CentOS 7 Problems / Re: ssh connection issues
« on: June 02, 2021, 03:17:32 PM »
I fixed this. sshd errors

60
CSF Firewall / Re: CWP add temporary allow ip on login control panel
« on: June 02, 2021, 03:15:34 PM »
Go to CWP Settings and choose Edit Settings and add a shared ip address (ipv4)

Then you can set DNS zones for all domains connected to that server if need be.

Pages: 1 2 3 [4] 5 6