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

Pages: 1 2 [3] 4
31
DNS / Re: Nameserver configuration
« on: December 14, 2018, 05:22:04 PM »
If you hosted your domain to another provider you dont need insert NameServer in CWP.
Name Server in CWP mean your domain DNS will be hosted in your CWP.

Or you can add your own nameserver by adding child/private nameserver in your domain manager and pointing to CWP.
For example, you add child record ns1.domain.com -> your IP, ns2.domain.com -> your IP

Just make sure you already add DNS for MX record, SPF, and DKIM to domain manager.
Mail provider like gmail need SPF record.

32
CentOS-WebPanel Bugs / Re: AutoSSL not adding on www
« on: December 14, 2018, 01:38:44 PM »
I recently have transferred my domain to CWP and I am getting error .. NET::ERR_CERT_COMMON_NAME_INVALID

My domain is https://www.pgrepublic.com

If your htaccess redirect to www try to remove www and redirect to https://pgrepublic.com

Or simply add redirect on vhost :

Code: [Select]
<VirtualHost *:80>
ServerName www.example.com
Redirect / https://example.com/ <== add this line below ServerName
</VirtualHost>

33
Apache / Re: 500 Internal Server Error - Fresh CentOS 7 install
« on: December 14, 2018, 08:20:09 AM »
Try to fix permission :

- Login to CWP.admin => UserAccounts => Fix Permissions :

Quote
Select user : <nobody>


=> to: your account name

34
CentOS 7 Problems / Re: Warning: mysqli_connect(): (HY000/2002)
« on: December 14, 2018, 08:08:57 AM »
This happen because your mysql stopped working

- check log of your mysql.log
Quote
$ tail -n 50 /var/lib/mysql/<srv.domain.com.err>

- It can be your innodb_buffer_pool_size need to increase
Quote
$ nano /etc/my.cnf

Insert Below Line :

Quote
[mysqld]
innodb_buffer_pool_size = 512M

- Then restart mysqld
Quote
$ service mysqld restart

If your server still goes down try to increase size of innodb_buffer_pool_size, maybe your server need more RAM.

35
E-Mail / Re: rDNS/PTR = FAILED, check with your hosting provider! FAILED
« on: December 14, 2018, 07:55:33 AM »
Ask your hosting provider to change the hostname of your server (ex: srv.domain.com)

If you using DigitalOcean, you can change the droplet name to (ex: srv.domain.com)

Login CWP.admin :
- Server Setting => Change Hostname (ex: srv.domain.com)
- Email => MailServer Manager = Rebuild Mail Server with the hostname
- Email => rDNS Checker = Check below line :
Quote
Another check srv.domain.com resolves to:
srv.domain.com has address 123.456.000 (ur IP address)

36
Updates / Re: issue after update to 0.9.8.752
« on: December 14, 2018, 07:39:25 AM »
I was update my CWP to latest version and there is a big change !!! The "Apache Settings" section replaced by "WebServer Settings" with new options and i can't find my "Apache v-hosts" any more

What should i do ? I want edit v-host of my domains

You can edit your vhost via SSH :

- Goto dir :
$ cd /usr/local/apache/conf.d/vhosts/

- Chek your domain name :
$ ls -la (ex: domain.conf)

- Then edit it :
$ nano /usr/local/apache/conf.d/vhosts/<domain.conf>

- Restart apache :
$ service httpd restart

37
- Login CWP.admin
- User Accounts
- Fix Permission
- Select user (user to install SSL)
- Back to Apache Setting and try to install the SSL again, wait until the blue button "Install SSL" clickable

38
CentOS-WebPanel GUI / Re: New user Panel problem
« on: February 10, 2018, 02:37:19 PM »
Hi sir,
 your commend is very help full , I did its work fine , but today same problem come again . so i run same commend its fixed now , it seems every day i need to run this commend .

please tell me is there any solution for this ?
so i not need to run this commend every day ?


Thanks
Gopi Saha

The alternative way is you can using cron for automatically run the command.
But the best way is CWP's dev team add that command for the next cwp update. So we dont need to run it manually.

39
CentOS-WebPanel GUI / Re: New user Panel problem
« on: February 10, 2018, 04:52:41 AM »
Yeah same with me, every cwp's next update. Existing data of CWP users are disappear.
So I've to run this command again and again "sh /scripts/cwpsrv_rebuild_user_conf".
Please include that command on every cwp next update.

40
How to / How to change port of CWP.user
« on: February 08, 2018, 05:59:00 PM »
Hi,

I need to change port from default port of CWP.user 2082 to another port.
Where is location I can edit the port?

41
CentOS-WebPanel GUI / Re: User Panel Not Working
« on: February 06, 2018, 04:35:18 PM »
I'm facing this problem too.. My Statistic email account 6/10 but it's show nothing, no listed email account.
And MySQL Manager show nothing list database.
Already restart cwp service but it doesn't work.
The new CWP is not fully working. Too many bugs on it.

42
DNS Manager / Re: ERROR /usr/sbin/named-checkconf exit status 1
« on: February 06, 2018, 07:30:48 AM »
Alternative is using DNS from cloudflare.

43
if you're using own nameserver change with :

Quote
TTL 14400
foo.bar.      86400        IN      SOA     ns1.foo.bar. email.some.net. (
            2013071600      ; serial, todays date+todays
            86400           ; refresh, seconds
            7200            ; retry, seconds
            3600000         ; expire, seconds
            86400 )         ; minimum, seconds

foo.bar. 86400 IN NS ns1.foo.bar.
foo.bar. 86400 IN NS ns2.foo.bar.

and change nameserver IPs :

Quote
ns1.foo.bar -> (IP)
ns2.foo.bar -> (IP)


44
DNS / Re: Free DNS problem
« on: February 01, 2018, 11:23:39 PM »
seems something wrong with freedns, developer team will check that this process will take time, will recommend you to use free dns provided by cloudflare. or use own name servers.

Thank you Sandeep, it work for alternative.
My domain now pointing to cwp using cloudflare dns.
Hoping the team will solve this problem soon.

45
DNS Manager / Re: ERROR /usr/sbin/named-checkconf exit status 1
« on: February 01, 2018, 01:00:30 PM »
yeahh.. I got this error too.. already set nameserver to ns1.centos-webpanel.com,ns2.. but in freedns it show nothing.

Pages: 1 2 [3] 4