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.
Pages: [1]
1
MySQL / MySQL Status Unknown
« on: August 19, 2018, 02:02:38 AM »
New Install Centos 7.5
MySQL 5.7.23
In the Dashboard front page Service Status
MySQL Database Server unknown
and has the Yellow Moon Symbol
Service is Running Active (running)
How to get CWP to recognize that ?
Thanks
MySQL 5.7.23
In the Dashboard front page Service Status
MySQL Database Server unknown
and has the Yellow Moon Symbol
Service is Running Active (running)
How to get CWP to recognize that ?
Thanks
2
DNS / Single IP DNS
« on: August 18, 2018, 06:23:02 AM »
CWP dosent seem to cope too well with one IP DNS
Firstly you got to get your names onto a Domain Registrar that allows using one DNS
Uniregistry - The Best Registrar in the world (I have 1750 names I have tried them all get a good deal with my affilate link)
http://ap.uniregistry.com/click?aid=966666dg
with CWP the Trick to running with One IP as DNS and not get the "is not a valid name" error is to manually edit the named.conf
DNS Functions/Edit DNS Config
Click Backup the file first, (Note the location it backs up to in case you got to copy it back)
and change
zone "myserver.mydomain.com" {type master;file "/var/named/myserver.mydomain.com.db";} ;
zone "myserver.mydomain.com" {type master;file "/var/named/myserver.mydomain.com.db";} ;
zone "" {type master;file "/var/named/.db";};
to a single line like
zone "myserver.mydomain.com" {type master;file "/var/named/myserver.mydomain.com.db";}
Save and Re-boot
To test this, following the re-boot, go back to DNS Functions, Edit Nameservers
you should see like
(It has made 2 of them the same)
myserver.mydomain.com 123.123.123.MyIP
myserver.mydomain.com 123.123.123.MyIP
If you just click Save Changes you will now see there is no Error Message
Firstly you got to get your names onto a Domain Registrar that allows using one DNS
Uniregistry - The Best Registrar in the world (I have 1750 names I have tried them all get a good deal with my affilate link)
http://ap.uniregistry.com/click?aid=966666dg
with CWP the Trick to running with One IP as DNS and not get the "is not a valid name" error is to manually edit the named.conf
DNS Functions/Edit DNS Config
Click Backup the file first, (Note the location it backs up to in case you got to copy it back)
and change
zone "myserver.mydomain.com" {type master;file "/var/named/myserver.mydomain.com.db";} ;
zone "myserver.mydomain.com" {type master;file "/var/named/myserver.mydomain.com.db";} ;
zone "" {type master;file "/var/named/.db";};
to a single line like
zone "myserver.mydomain.com" {type master;file "/var/named/myserver.mydomain.com.db";}
Save and Re-boot
To test this, following the re-boot, go back to DNS Functions, Edit Nameservers
you should see like
(It has made 2 of them the same)
myserver.mydomain.com 123.123.123.MyIP
myserver.mydomain.com 123.123.123.MyIP
If you just click Save Changes you will now see there is no Error Message
3
SSL / Error when creating new accounts and selecting Autossl
« on: June 24, 2018, 07:18:53 AM »
Getting this Undefined Variables error when creating new accounts and selecting Auto SSL
I'm not sure if it is an issue
Check Account Create Details
--> Checking if "/home/user1/public_html" folder if exist: [YES]
Reloading DNS zones
server reload successful
AutoSSL:
Notice: Undefined variable: .(962([*66 in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Notice: Undefined variable: .(962([*66 in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Domain added to /usr/local/apache/conf.d/vhosts-ssl.conf.
Domain added to CWP Configuration.
I'm not sure if it is an issue
Check Account Create Details
--> Checking if "/home/user1/public_html" folder if exist: [YES]
Reloading DNS zones
server reload successful
AutoSSL:
Notice: Undefined variable: .(962([*66 in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Notice: Undefined variable: .(962([*66 in /usr/local/cwpsrv/htdocs/resources/admin/include/hooks.php on line 0
Domain added to /usr/local/apache/conf.d/vhosts-ssl.conf.
Domain added to CWP Configuration.
4
CentOS 6 Problems / CWPpro suddenly became unlicenced
« on: June 22, 2018, 07:08:23 AM »
For some Reason my CWPpro has changed to "You are not running CWPpro" I have not changed my IP address my server is still on the same IP address though in the GUI under Shared Ip Address" this is my same IP address however where it says Your IP, this is wrong, so I guess that is what has messed up licencing,
Is that a Bug?
how do I change / fix "Your IP" ?
Thankyou, Garry, Central Australia
Is that a Bug?
how do I change / fix "Your IP" ?
Thankyou, Garry, Central Australia
Pages: [1]