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.


Topics - anotheruser

Pages: [1]
1
CentOS-WebPanel Bugs / Wrong name in webservers
« on: September 18, 2019, 01:45:25 PM »
Apache version: Apache/2.4.39
PHP version: 5.6.37
MySQL version: xxxx
FTP version: xxxx
SSH Port: xxxx
MySql Port: xxxx
Web Servers: WRONG NAME HERE!!

I hope it does not cache vital server information?

2
CentOS-WebPanel Bugs / Unable to rebuild named Zone entries
« on: September 18, 2019, 01:38:23 PM »
Apache version: Apache/2.4.39
PHP version: 5.6.37
MySQL version: 10.4.8-MariaDB
FTP version: 1.0.47
CWPpro version: 0.9.8.892

Message being displayed on an empty page after pressing
Code: [Select]
Rebuild Zone
Quote
WARNING! username NOT found!

All the named.xxx.db is not found! So what to do?

3
DNS / CWPpro terminal ERROR: hostname not set.
« on: September 17, 2019, 09:17:51 AM »
When I try to login to CWPpro terminal I got this error:

"ERROR:To use the terminal it is necessary to have a valid hostname configured"

I must admit I have been struggling quite a bit on how to set up the hostname. But finally got it right.. err..
untill I got that error.. it clearly is not.

I have set the hostname as a subdomain A record in mydomains DNS zone. : host.mydomain.com.

I also gives me the option(link) to set a new hostname, but that screws up the SSL settings!

This is my DNS Zone record:
Code: [Select]
; Generated by CWP
; Zone file for mydomain.com
$TTL 14400
mydomain.cum.      86400        IN      SOA     ns1.mydomain.cum. admin.mydomain.cum. (
2013071600      ; serial, todays date+todays
86400           ; refresh, seconds
7200            ; retry, seconds
3600000         ; expire, seconds
86400 )         ; minimum, seconds

mydomain.cum. 86400 IN NS ns1.mydomain.cum.
mydomain.cum. 86400 IN NS ns2.mydomain.cum.

mydomain.cum. IN A 5.189.164.84
localhost.mydomain.cum. IN A 127.0.0.1

mydomain.cum. IN MX 0 mydomain.cum.

mail IN CNAME mydomain.cum.
www IN CNAME mydomain.cum.
ftp IN CNAME mydomain.cum.
; Add additional settings below this line
_dmarc 14400 IN TXT "v=DMARC1; p=none"
host     14400   IN      A       5.189.164.84 ; #subdomain host.mydomain.cum
xxx     14400   IN      A       5.189.164.84 ; #subdomain xxx.mydomain.cum
ns1.mydomain.cum.     14400   IN      A       5.189.164.84  ; #ns1
ns2.mydomain.cum.     14400   IN      A       5.189.164.84  ; #ns2

English is not my first language, so forgive me for misspelling.

Pages: [1]