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 ... 16 17 [18] 19 20 ... 55
256
DNS / Re: DNS/NS Set up
« on: March 10, 2022, 03:53:03 PM »
Good morning, it's just that the 72 hours have passed

There is nothing CWP can do.  You need to contact the registar as to why your nameservers are not working.

257
DNS / Re: DNS/NS Set up
« on: March 10, 2022, 03:30:29 PM »
Using this tool ( http://webdnstools.com/dnstools/domain_check ) shows that you have no glue records set.  You may need to reach out to your registar for help

258
DNS / Re: DNS/NS Set up
« on: March 10, 2022, 03:29:02 PM »
It can take up to 72 hours for glue records to propagate.  It could be that it just hasn't happened yet.

259
DKIM / Re: No records in DKIM & SPF Manager
« on: March 10, 2022, 03:27:23 PM »
Try using this tool to see if it's working properly 

https://www.dmarcanalyzer.com/dkim/dkim-checker/

if it is, then we can report this as a bug. 

260
DNS / Re: DNS/NS Set up
« on: March 10, 2022, 02:58:28 PM »
Good morning, my name is Carlos, I am from Argentina and a new member of the forum, my sincere greetings to all the members of the forum. I am using the Google translator since unfortunately I do not speak English. I already used CWP years ago and it seems to me a very good panel.
The problem I am facing right now is the following:
I installed CWP from scratch in a clean installation of Centos 7 I followed all the steps for the installation without getting errors, I have registered the domain mifm.online with the two ns created in the domain registrar ns1.mifm.online and ns2.mifm.online which point to the static ip of my VPS. The problem is that I edit the ns in CWP placing the ns1 and ns2 with the respective IP and I can't get the ns to resolve. If you can help me with this issue I would be very grateful. Any extra information at your disposal
from now on
Thank you very much

You cannot set your domain to use nameservers that don't exist.  You need to register "GLUE/HOST" records with your registar so that dns knows where to look up information for your domain.  IF you provide your registar, we might be able to help you find out how to set the glue records.

261
DKIM / Re: No records in DKIM & SPF Manager
« on: March 10, 2022, 02:43:37 PM »
It looks like everything is properly set doing lookups on the domain from your image.  Please make sure that opendkim is running on the server.

Code: [Select]
C:\Users\ryan>dig txt default._domainkey.casavalenthina.com.br

; <<>> DiG 9.16.4 <<>> txt default._domainkey.casavalenthina.com.br
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54760
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;default._domainkey.casavalenthina.com.br. IN TXT

;; ANSWER SECTION:
default._domainkey.casavalenthina.com.br. 14400 IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDr++i54uznJiRaItlyZJt4OD+bykNCl+nJ4U0ojUMqXReyDvmr3UdeZ8lrdq40A43LAdzjOLd+r+esZmGdYuL0lusHczEkAo/WKS4PquK3gyZqqz3o/KeL0yzjCX+FemCY+oFLdMyVGJ5kOhvvD1iyqKYtK+u/iQawv9QWrhYCQIDAQAB"

;; Query time: 307 msec
;; SERVER: 192.168.8.1#53(192.168.8.1)
;; WHEN: Thu Mar 10 09:41:37 Eastern Standard Time 2022
;; MSG SIZE  rcvd: 316


C:\Users\ryan>dig txt casavalenthina.com.br

; <<>> DiG 9.16.4 <<>> txt casavalenthina.com.br
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49352
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;casavalenthina.com.br.         IN      TXT

;; ANSWER SECTION:
casavalenthina.com.br.  14400   IN      TXT     "v=spf1 +a +mx +ip4:45.77.116.228 ~all"

;; Query time: 557 msec
;; SERVER: 192.168.8.1#53(192.168.8.1)
;; WHEN: Thu Mar 10 09:41:58 Eastern Standard Time 2022
;; MSG SIZE  rcvd: 100

262
PHP / Re: Php mail havent permission to phpmail.log
« on: March 10, 2022, 12:12:29 PM »
It's either that, or change the location of the phpmail.log to /var/log/php/phpmail.log

Either option would be fine, but the second would be most secure.

263
PHP / Re: 502 Bad Gateway
« on: March 10, 2022, 12:09:50 PM »
Main config is for ALL of your accounts that don't have specific configurations.  Domain Config allows you to use a different template for an individual account or domain.  Once you explore some more, you will get the hang of it.

I thought it was something that would be mandatory for domains to have. At least now I know. I don't wholly understand the template's purpose, but I think either I will use default or php-fpm as the template, right?

Yes.  Set the Main config to Default is fine.  I

As to the Domain Configs, let's say you have a Joomla site, that requires specific settings from apache or nginx.  You can create a new template with those specific settings, and set that domain to use it.  NEVER edit the config files directly, because any changes made can be overwritten on an update of CWP, or a config rebuild

264
PHP / Re: 502 Bad Gateway
« on: March 10, 2022, 07:09:57 AM »
Main config is for ALL of your accounts that don't have specific configurations.  Domain Config allows you to use a different template for an individual account, or domain.  Once you explore some more, you will get the hang of it.

265
PHP / Re: Php mail havent permission to phpmail.log
« on: March 10, 2022, 07:07:54 AM »
check the file /lib/systemd/system/php-fpm[version].service

Look for the line:  ProtectSystem=

Make sure it is set to false.

run the command " systemctl daemon-reload ", then restart php-fpm[version]

266
PHP / Re: 502 Bad Gateway
« on: March 10, 2022, 06:01:10 AM »
You may need to rebuild your configs after enabling fpm

267
PHP / Re: 502 Bad Gateway
« on: March 10, 2022, 05:26:57 AM »
Please make sure you have a pro license, or any verison of FPM will be disabled automatically.  If you do have pro, make sure you start the PHP-FPM service

systemctl start php-fpm74
systemctl enable php-fpm74

268
CSF Firewall / Re: How to make WireGuard work?
« on: March 10, 2022, 03:32:55 AM »
UDP_IN and UDP_OUT should have port 51194 added to start, then restart the firewall with csf -r

269
PHP / Re: Php mail havent permission to phpmail.log
« on: March 09, 2022, 09:50:27 PM »
As root, do:

touch /usr/local/apache/logs/phpmail.log

See if you get an error

270
CentOS 7 Problems / Re: 503 Capacity Error
« on: March 09, 2022, 12:48:23 AM »
It could be that PHP-FPM is not running, or one of the services in the chain is not running.  Need to know how you have it configured to help you out.

Pages: 1 ... 16 17 [18] 19 20 ... 55