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.
1021
CentOS-WebPanel GUI / Re: How to show Shared IP on client account as Server IP
« on: July 25, 2017, 04:54:07 PM »
since cwp team is testing new cwp version all changed in the current versions are probably not possible.
I would suggest that you simply wait for a new version which should address all client panel bugs.
I would suggest that you simply wait for a new version which should address all client panel bugs.
1022
DNS / Re: Name Server Not Working
« on: July 25, 2017, 04:51:43 PM »
you need to check your zone file ppdb-online.web.id and add there ns1, ns2 and ns3 A records.
don't forget that you need to have this also in your dns zone for domain ppdb-online.web.id
after you checked all then restart dns/bind server.
One more thing that could be is that your CSF firewall has no open tcp/udp port 53 so you can check that also if all other is fine.
don't forget that you need to have this also in your dns zone for domain ppdb-online.web.id
Code: [Select]
ppdb-online.web.id. 86400 IN SOA ns1.ppdb-online.web.id. yokowasis.gmail.com. (
and this Code: [Select]
ppdb-online.web.id. 86400 IN NS ns1.ppdb-online.web.id.
ppdb-online.web.id. 86400 IN NS ns2.ppdb-online.web.id.
ppdb-online.web.id. 86400 IN NS ns3.ppdb-online.web.id.
after you checked all then restart dns/bind server.
One more thing that could be is that your CSF firewall has no open tcp/udp port 53 so you can check that also if all other is fine.
1023
E-Mail / Re: Rounncube no logging (error)
« on: July 25, 2017, 04:44:44 PM »
you should try to check your hostname certificate, the best would be that you have a proper A record for your hostname and that you save that hostname again...this should give you letsencrypt ssl and all you need to do then is to rebuild mail server from cwp by using mailserver manager.
1024
CentOS 7 Problems / Re: Problem after installing PostGreSql
« on: July 25, 2017, 04:41:19 PM »
the best would be that you try to check this with your server system admin or cwp support if you don't have support from your server provider.
1025
Information / Re: How release an interface/IP from CWP7
« on: July 25, 2017, 04:38:18 PM »
each ip you have added into your system its should be visible when creating a new account.
Don't forget that each ip you have on your server should also work for all server service like ftp,ssh,cwp,imap,pop,smtp...
you can check listening ports by using this command
Don't forget that each ip you have on your server should also work for all server service like ftp,ssh,cwp,imap,pop,smtp...
you can check listening ports by using this command
Code: [Select]
netstat -tulpn
1026
DNS / Re: Name Server Not Working
« on: July 24, 2017, 06:36:22 AM »
you can use this site for testing
http://leafdns.com/index.cgi?testid=A99064F4
this is issue on your server since dns part of your domain provider is ok, now what you need to do is set in cwp your nameserver and edit dns zone file ppdb-online.web.id tu use that nameservers
Your nameservers are:
ns1.ppdb-online.web.id
ns2.ppdb-online.web.id
http://leafdns.com/index.cgi?testid=A99064F4
this is issue on your server since dns part of your domain provider is ok, now what you need to do is set in cwp your nameserver and edit dns zone file ppdb-online.web.id tu use that nameservers
Your nameservers are:
ns1.ppdb-online.web.id
ns2.ppdb-online.web.id
1027
SSL / Re: SSL Install After Apache 98 Error
« on: July 24, 2017, 06:33:16 AM »
you can check if you have some same double include lines at the end of the file /usr/local/apache/conf/httpd.conf
if that doesn't help then you can switch webserver to apache only from cwp and run this comands
if that doesn't help then you can switch webserver to apache only from cwp and run this comands
Code: [Select]
rm -f /usr/local/apache/conf/httpd.conf
yum reinstall cwp-httpd
yum reinstall cwp-suphp
1028
CentOS 7 Problems / Re: Could not select database root_cwp
« on: July 23, 2017, 05:12:55 AM »
You can find info here, this depends on the mysql server you have installed.
http://wiki.centos-webpanel.com/service-log-paths
http://wiki.centos-webpanel.com/service-log-paths
1029
MySQL / Re: phpMyAdmin 'users' or 'priviledges' tab missing
« on: July 21, 2017, 06:55:49 PM »
you can reset mysql password for root user by using this command, its faster 

Code: [Select]
sh /scripts/mysql_pwd_reset
1030
SSL / Re: How to replace self-signed SSL with another certificate?
« on: July 21, 2017, 06:52:56 PM »
by changing your hostname from cwp if you have a valid A record for it you will get AutoSSL installed from letsencrypt.
1032
Mod_Security / Re: ModSecurity adds index.php in permalinks
« on: July 21, 2017, 07:11:24 AM »
mod_security is only application firewall and its not related with this issue.
You should check in the admin area of your wordpress how you have this set, don't forget to check that you have wordpress htaccess file in your wordpress folder.
https://codex.wordpress.org/htaccess
You should check in the admin area of your wordpress how you have this set, don't forget to check that you have wordpress htaccess file in your wordpress folder.
https://codex.wordpress.org/htaccess
1033
PostgreSQL / Re: how to uninstall ??? (broken postgresql installation)
« on: July 21, 2017, 07:07:13 AM »
you can remove it like this and then try with installation again.
Code: [Select]
/usr/bin/yum remove postgresql-server postgresql postgresql-devel
rm -f /etc/init.d/postgresql
1034
CentOS-WebPanel Bugs / Re: BUG on PHP Builder
« on: July 21, 2017, 07:00:58 AM »
can you add full log output from file /var/log/php-rebuild.log on this site
https://pastebin.com/
https://pastebin.com/
1035
CentOS-WebPanel Bugs / Re: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:4
« on: July 21, 2017, 06:56:15 AM »
if you don't use ssl (you have no vhosts in your /usr/local/apache/conf.d/vhosts-ssl.conf file then you can simply remove/delete ssl.conf file and restart apache.
don't worry about this file, when you install ssl for any domain it will be created automatically.
don't worry about this file, when you install ssl for any domain it will be created automatically.