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

Pages: [1]
1
Varnish / Varnish not installed!!
« on: November 06, 2020, 01:52:07 PM »
Hi you all.

I have CWP-pro version: 0.9.8.1021

I'm using Nginx & Varnish & Apache, when I click on ([Varnish Conf]) I get "Varnish not installed"

And in my menu I don't have varnish conffiguration options.

IS there a reason why that is.

If I add this to the url module=varnish_conf I get this.

Varnish High Performance
Varnish is for more advanced users with high traffic servers!
For best performance use Varnish with RAM!
***Varnish not installed.

Could some one be so kind to assist me or should I talk to support about this.

Best reards

2
SSL / How to secure the CWP panel https
« on: May 09, 2016, 08:58:13 PM »
Can someone explain to me how to secure the CWP panel https://domainname.ext:2031 
with an bought SSL certificate.

3
DNS / Strange bug in named
« on: May 09, 2016, 07:02:49 PM »
Hi.

I have a bug problem and I'm wondering if someone can assist me on fixing this.

Some times named stops do to an error. Now when I try to start named I get this.


Code: [Select]
Starting named:
Error in named configuration:
zone localhost.localdomain/IN: loaded serial 0
zone localhost/IN: loaded serial 0
zone 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 0
zone 1.0.0.127.in-addr.arpa/IN: loaded serial 0
zone 0.in-addr.arpa/IN: loaded serial 0
zone pns1.cloudns.net/IN: loaded serial 2013071600
zone pns2.cloudns.net/IN: loaded serial 2013071600
zone ns1.centos-webpanel.com/IN: loaded serial 2013071600
zone ns2.centos-webpanel.com/IN: loaded serial 2013071600
dns_rdata_fromtext: /var/named/mydomain1.is.db:12: near '.': extra input text
zone mydomain1.is/IN: loading from master file /var/named/mydomain1.is.db failed: extra input text
zone mydomain1.is/IN: not loaded due to errors.
_default/mydomain1.is/IN: extra input text
dns_rdata_fromtext: /var/named/mydomain2.is.db:12: near '.': extra input text
zone mydomain2.is/IN: loading from master file /var/named/mydomain2.is.db failed: extra input text
zone mydomain2.is/IN: not loaded due to errors.
_default/mydomain2.is/IN: extra input text
dns_rdata_fromtext: /var/named/10.1.168.192.in-addr.arpa.db:12: near '.': extra input text
zone 10.1.168.192.in-addr.arpa/IN: loading from master file /var/named/10.1.168.192.in-addr.arpa.db failed: extra input text
zone 10.1.168.192.in-addr.arpa/IN: not loaded due to errors.
_default/10.1.168.192.in-addr.arpa/IN: extra input text
dns_rdata_fromtext: /var/named/mydomain3.is.db:12: near '.': extra input text
zone mydomain3.is/IN: loading from master file /var/named/mydomain3.is.db failed: extra input text
zone mydomain3.is/IN: not loaded due to errors.
_default/mydomain3.is/IN: extra input text
[FAILED]

I find this so strange. The extra input text is this ( . ) the dot.

Now I open the file nano /var/named/10.1.168.192.in-addr.arpa.db

And I see that the .  at the 10.1.168.192.in-addr.arpa. 86400 IN NS pns2.cloudns.net  . <----- is not at the right place.
What  I did was move the .  closer to .net like this 10.1.168.192.in-addr.arpa. 86400 IN NS pns2.cloudns.net . <-----

Here is the file.

Code: [Select]
; Panel %version%
; Zone file for 10.1.168.192.in-addr.arpa
$TTL 14400
10.1.168.192.in-addr.arpa.      86400        IN      SOA     pns1.cloudns.net. adolfbragi.gmail.com. (
         2013071600      ; serial, todays date+todays
                86400           ; refresh, seconds
          7200            ; retry, seconds
            3600000         ; expire, seconds
           86400 )         ; minimum, seconds

10.1.168.192.in-addr.arpa. 86400 IN NS pns1.cloudns.net.
10.1.168.192.in-addr.arpa. 86400 IN NS pns2.cloudns.net .<-----

10.1.168.192.in-addr.arpa. IN A 212.30.216.179

localhost.10.1.168.192.in-addr.arpa. IN A 127.0.0.1

10.1.168.192.in-addr.arpa. IN MX 0 10.1.168.192.in-addr.arpa.

mail IN CNAME 10.1.168.192.in-addr.arpa.
www IN CNAME 10.1.168.192.in-addr.arpa.
ftp IN CNAME 10.1.168.192.in-addr.arpa.
; Add additional settings below this line


This happens to all my .db file that the CWP creates at first all is working fine and later on I have to start named again.

can some one please explain why CWP named is doing this.

Here is another .db file.

nano /var/named/mydomain1.is.db

Code: [Select]
; Panel %version%
; Zone file for mydomain1.is
$TTL 14400
mydomain1.is.      86400        IN      SOA     pns1.cloudns.net. gmail.gmail.com. (
         2013071600      ; serial, todays date+todays
                86400           ; refresh, seconds
          7200            ; retry, seconds
            3600000         ; expire, seconds
           86400 )         ; minimum, seconds

mydomain1.is. 86400 IN NS pns1.cloudns.net.
mydomain1.is. 86400 IN NS pns2.cloudns.net . <-----

mydomain1.is. IN A 212.30.216.179

localhost.mydomain1.is. IN A 127.0.0.1

mydomain1.is. IN MX 0 mydomain1.is.

mail IN CNAME mydomain1.is.
www IN CNAME mydomain1.is.
ftp IN CNAME mydomain1.is.
; Add additional settings below this line


As I told you before all my .db files are like this. I have to move the .  to fix this.


Can someone assist me on this.


Best regards.

Pages: [1]