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

Pages: [1] 2
1
Installation / Can't run CWP on Amazon EC2 - CentOS7 based
« on: August 12, 2017, 02:03:32 PM »
Hello,

I set up EC2 instance with CentOS7.

I followed the instructions here: http://centos-webpanel.com/cwp-installation

For CentOS7 and I installed it, and the final message shows up.

But when I reboot, and type the IP or IP and port as stated, it doesn't open anything, it's like HTTPD or something is not installed at all.

What is the best way to see what is wrong? I tried EC2 instance with CentOS6 and RedHat but it's the same thing.

Am I doing something wrong or?

2
DNS / Re: Domain doesn't work without 'www'
« on: March 29, 2016, 02:32:26 PM »
But what about website files and databases, since they are created to be on www.juvebalkan.com ? Will they remain there and will juvebalkan.com load them properly from they same position on the server as they are now?

3
DNS / Re: Domain doesn't work without 'www'
« on: March 29, 2016, 02:20:34 PM »
Can moderator or administrator confirm this should work?

I already have WordPress redirecting to www. anyway, and htaccess lines also

(because only www.juvebalkan.com works, juvebalkan.com doesn't opet anything, doesn't resolve)

4
DNS / Re: Domain doesn't work without 'www'
« on: March 29, 2016, 02:14:23 PM »
So you are saying following:

- I should delete DNS zone for www.juvebalkan.com

- Create new DNS zone for juvebalkan.com  with the same IP address

And everything will work ok?

5
DNS / Re: Domain doesn't work without 'www'
« on: March 29, 2016, 02:06:31 PM »
Do I edit existing DNS zone, or create new one, or...?

6
DNS / Re: Domain doesn't work without 'www'
« on: March 29, 2016, 01:11:30 PM »
Can I do that through CWP?

If yes, how?

Thanks.

7
DNS / Re: Domain doesn't work without 'www'
« on: March 29, 2016, 10:50:04 AM »
Is it a good solution to create new account/domain with juvebalkan.com and just input .htaccess there with following lines:

Code: [Select]
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]

Would that work good?

8
DNS / Re: Domain doesn't work without 'www'
« on: March 29, 2016, 10:22:08 AM »
All I want is to somehow redirect everything from juvebalkan.com to www.juvebalkan.com

9
DNS / Re: Domain doesn't work without 'www'
« on: March 29, 2016, 10:17:28 AM »
Is there any way to modify the current setting or add some record without moving my data?

10
DNS / Re: Domain doesn't work without 'www'
« on: March 28, 2016, 12:25:36 PM »
Hello.

Yes, you should create additional domain juvebalkan.com and add to it subdomain www .

Can you, somehow, expand the answer a little bit?

So I should create a new account in CWP, and add domain name juvebalkan.com or should I just create DNS record for juvebalkan.com?

Thanks!

11
DNS / Re: Domain doesn't work without 'www'
« on: March 28, 2016, 12:22:05 PM »
Can I, for example, create new account/domain juvebalkan.com and in the hosting itself make PHP redirection to www.juvebalkan.com or something

Would that work?

12
DNS / Re: Domain doesn't work without 'www'
« on: March 28, 2016, 10:38:04 AM »
You are probably right...when I created domain account, I entered www.juvebalkan.com and it automatically created this DNS record.

I don't have anything for juvebalkan.com in the list

What should I do, any solution for that? Maybe create a new DNS record and replicate www.juvebalkan.com entry with juvebalkan.com?

13
DNS / Re: Domain doesn't work without 'www'
« on: March 28, 2016, 10:16:14 AM »
http://leafdns.com/index.cgi?testid=92C163F4

no records for your domain

So you think my custom nameservers are not properly configured? It's standard GoDaddy feature, I had them before and everything was working ok

14
DNS / Re: Domain doesn't work without 'www'
« on: March 28, 2016, 10:10:16 AM »
I added those lines directly through SSH, but when I tried to restart named service, I got this:

Code: [Select]
[root@capitano ~]# /etc/init.d/named restart
Stopping named: .                                          [  OK  ]
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
dns_master_load: /var/named/www.juvebalkan.com.db:23: www.www.juvebalkan.com: multiple RRs of singleton type
zone www.juvebalkan.com/IN: loading from master file /var/named/www.juvebalkan.com.db failed: multiple RRs of singleton type
zone www.juvebalkan.com/IN: not loaded due to errors.
_default/www.juvebalkan.com/IN: multiple RRs of singleton type

I edited again and removed those lines and it started ok again

15
DNS / Re: Domain doesn't work without 'www'
« on: March 28, 2016, 09:58:02 AM »
Actually, it doesn't let me add that at all.

I add that, click Save, and when I open it again, it's not there, it's not saved...Edit file or Edit records, both won't save the changes

Pages: [1] 2