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 - Igor S.

Pages: 1 ... 92 93 [94] 95
1396
DNS / Re: Domain at srv1 and subdomain at srv2
« on: May 19, 2015, 08:01:49 AM »
Hi guys!

My first post, sorry for my english, is not perfect. :)
zPanel has discontinued and I met this amazing project few days ago and now I need migrate my domains.
CWP has installed without problems at 2 new KVM servers. First of all: congratulations, is a really good project.

I will try explain my problem now...

I'm trying reproduce my site's organization on the new host.
I use one server for DNS, domains (site, forum, online chat...) and low traffic content and the secundary server for the my service (medium traffic).

I created the primary domain (ipis.com.br) at srv1, no problems, works fine and a local subdomain (suporte.ipis.com.br) also works.

To make the "link" to srv2 I added this record at DNS of the primary domain of the srv1: http://prntscr.com/76d13q (no real IP's, of course)
99.99.99.001: main shared IP of srv1
99.99.99.002: secundary IP of srv1
99.99.99.003: IP of srv2

On srv2 I create only the subdmain: beta.ipis.com.br but don't works, Chrome says: ERR_NAME_NOT_RESOLVED.
DNS registers for beta.ipis.com.br: http://prntscr.com/76d4vl

PS: I set the CWP nameservers of the srv2 the same of the srv1 (names and IP): ns1 e ns2.ipis.com.br, it is wrong?

This configuration works on CWP? At zPanel works fine.


Hello.

If you talking about the ipis.com.br , you haven't added subdomain beta on any NS (ns1 or ns2)
For example you can try run few commands (linux shell):
1. Do not show to you any IPs (subdomain name beta.ipis.com.br doesn't exists):
dig beta.ipis.com.br @ns2.ipis.com.br
2. Will show to you all info (subdomain www.ipis.com.br exists)
dig www.ipis.com.br @ns2.ipis.com.br

Check DNS records and BIND on the srv1 (or where your NS).

1397
DNS / Re: Adding Domain No special characters are allowed! error
« on: May 19, 2015, 07:49:55 AM »
Still have this issue and hoping someone may be able to tell me what I can do to diagnose the issue.

could I have an issue with other domains already added (since I did some manual edits) I have tried to take back to defaults but can not resolve

Once I add the domain and hit submit what gets created and checked I assume by scripts

Can I edit some files to resolve this issue

Hello.

Domain name which you write here have an bad chars. Try add this one: instantlyagelessaustralia.net
(just copy/past)

1398
How to completely transfer all users' account, database and site data from old server to a new server?
1st scenario
Assuming to transfer to the same OS and latest installation of cwp.
2nd scenario
Would the transfer be possible from 32bit OS to 64 bit OS? Same here, with the latest installation of cwp.
Thanks for answering my questions.

Hello.

For the transfering account and databases the bit OS does not matter.
Anyway, first of all you should be install CWP and later transfering your data.
If you have CWP in old server, you can create backup and restore it on the new.

1399
Installation / Re: How to open port 2030
« on: May 14, 2015, 10:36:23 AM »
Try write to the support. Or look your firewall settings.
Just your IP not available including ping:
PING 202.44.73.211 (202.44.73.211) 56(84) bytes of data.
^C
--- 202.44.73.211 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1706ms

PING 164.115.33.42 (164.115.33.42) 56(84) bytes of data.
^C
--- 164.115.33.42 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2727ms


1400
Installation / Re: How to open port 2030
« on: May 13, 2015, 02:14:09 PM »
but i can't access 202.44.73.211:2030 164.115.33.42:2030

Check your iptables rules. Also if you have add some rule, do that as:
iptables -I INPUT -p tcp --dport 2030 -j ACCEPT
but not
iptables -A INPUT -p tcp --dport 2030 -j ACCEPT

1401
Installation / Re: How to open port 2030
« on: May 13, 2015, 10:58:07 AM »
Hello.

If it works for the lynx port is not closed.

1402
E-Mail / Re: How to change mail MX records?
« on: May 13, 2015, 07:01:07 AM »
Hello.

If you using DNS on you server you can add/edit any records in "DNS Functions" -> "List DNS zones".

1403
Information / Re: command line to manage cwp
« on: May 09, 2015, 08:55:04 PM »
Show User List:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/list_users
To Reset mySQL Root Password:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/mysql_pwd_reset
Update cwp:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/update_cwp
List Domain:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/list_domains
To Backup Users:
Code: [Select]
# sh /usr/local/cwpsrv/htdocs/resources/scripts/user_backup

This is just few scripts, but you can not manage your server with it.

1404
Hi I have just run a clean install all went fine for root login it says to use  ssh server root password I do not use a password to login I am using ssh to authenticate - so how can I login to the control panel or do I need to run a new install and use a password to connect ?

thanks

Mike

For log in to CentOS Web Panel you should use username root and the root password.

1405
Information / Re: quota
« on: May 08, 2015, 07:46:54 AM »
Does quota set for a plan include traffic used for mail and ftp ?

Not really. Quota it is only disk quota for user's home directory.
Email have another folders and do not count here.

1406
Information / Re: Use CentOS Web Panel without DNS records
« on: May 07, 2015, 10:54:07 AM »
Hi there,

I have a simple question. Currently I am using zPanel to manage my hosting accounts, domains, subdomains and etc. And I was wondering if it's possible to use CentOS Web Panel the same way, without DNS Records. If I want to use a domain or subdomain with zpanel I just point them to the server IP and that's all.

Any help will be appriciated!

Cheers

You can use mod_userdir on the server or the "C:\Windows\System32\drivers\etc\hosts" (for Windows) "/etc/hosts" (for nix-based) on you PC.
With Userdir module you can use http://ip_address/~username/ where "username" - user which you created in CWP.
With hosts file, you should add records like: ip_address domainname www.domainname where ip_address - server's IP, domainname - web site which you added in CWP.
Using IP not allowed for security reason.

1407
Apache / Re: Website File Locations
« on: May 06, 2015, 02:53:30 PM »
Quote from: Bosman
I did change the vhosts, but when I make a new user the old standard vhost folder structure is added to the server. The vhosts are done correctly but the folder structure not.

Try change /etc/skel/ directory.

1408
Information / Re: command line to manage cwp
« on: May 05, 2015, 10:51:50 AM »
of course i'm using SSH, i mean manage cwp from terminal/console if web panel isn't working

Unfortunately, for now it is impossible.

1409
Information / Re: Roundcube Link
« on: May 05, 2015, 10:50:52 AM »
Hello.

You can install roundcube like any CMS to the folder for webmail.yourdomain.com
You will can use it like any web sites, without default Roundcube.

1410
Installation / Re: Nginx not ready yet for production
« on: May 05, 2015, 10:23:43 AM »
Hello.
This is "bug" and will be fix soon.
For fix you should add to /usr/local/apache/conf.d/domain-redirects.conf
Alias /roundcube /usr/local/apache/htdocs/roundcube
or
you can use
http://your_ip/webmail instead http://your_ip/roundcube

Pages: 1 ... 92 93 [94] 95