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.
1111
SSL / Re: Have to run autoReNewAll from time to time
« on: October 16, 2017, 01:35:06 PM »
have you maybe checked in the table bellow for each ssl if expire date is fine or not, probably it should be renewed 30days before expire.
1112
Backup / Re: Backup to local NAS
« on: October 16, 2017, 01:21:21 PM »
so why not copying from the server local backup to NAS?
rsync is probably the best tool to do that, also the securest option would be that you start rsync from NAS and use the servers as rsync servers
example command started from NAS
rsync -avz -e "ssh -p 22" root@server1-IPaddress:/backup/weekly/ /server1folder/backup/weekly/
rsync is probably the best tool to do that, also the securest option would be that you start rsync from NAS and use the servers as rsync servers
example command started from NAS
rsync -avz -e "ssh -p 22" root@server1-IPaddress:/backup/weekly/ /server1folder/backup/weekly/
1113
CentOS 6 Problems / Re: Could not select database root_cwp
« on: October 16, 2017, 01:11:58 PM »
you should check that you have NOT deleted all mysql databases and that you are using user that has access to databases.
This could help if you have changed mysql password
sh /scripts/mysql_pwd_reset
This could help if you have changed mysql password
sh /scripts/mysql_pwd_reset
1114
Apache / Re: Starting httpd: AH00548: NameVirtualHost has no effect and will be removed in th
« on: October 16, 2017, 01:10:17 PM »
this error message has no anything with the service starting, you need to check logs from of apache and system messages
on the wiki you have log paths
on the wiki you have log paths
1115
Suggestions / Re: money for developers
« on: September 28, 2017, 09:06:06 PM »
cwp already has on the site info where you can request new features, however this is not a small project and that requires much time, note that cwp is control panel with most features and it now has even own secure kernel and many rpm files and soon it will release a new secure user panel.
I can also say that there are many new things which are coming soon but also if you find any bug you can report it by using cwp site contact form and developers will investigate it....all this can't be done over night but they will resolve it in future releases
I can also say that there are many new things which are coming soon but also if you find any bug you can report it by using cwp site contact form and developers will investigate it....all this can't be done over night but they will resolve it in future releases
1116
E-Mail / Re: Postfix Mail Aliases to forward to Command Pipe
« on: September 28, 2017, 08:55:50 PM »
yes its possible, here are the instructions..just be aware that rebuild of mail server will delete this configuration
http://wiki.centos-webpanel.com/postfix-pipe-email-to-whmcs-ticket
http://wiki.centos-webpanel.com/postfix-pipe-email-to-whmcs-ticket
1117
Postfix / Re: Warnings when trying to view e-mail in Manage Mail Queue
« on: September 28, 2017, 10:50:26 AM »
could be bug in the script, try to contact cwp support to check it
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
1118
Postfix / Re: Command died with signal 6
« on: September 28, 2017, 10:49:23 AM »
you should check this log files
/var/log/maillog
dovecot-debug.log dovecot-info.log dovecot.log
/var/log/maillog
dovecot-debug.log dovecot-info.log dovecot.log
1119
CentOS 6 Problems / Re: Database is showing up in another user account also
« on: September 28, 2017, 10:47:50 AM »
I would recommend that you contact support to check that issue for you as they will need to access your server and check it.
http://centos-webpanel.com/contact
http://centos-webpanel.com/contact
1120
PHP / Re: PHP User can't change the permitions of the directories.
« on: September 28, 2017, 10:45:48 AM »
you need to check your mysql server it can be that its dead or over connection limit number...but you need to check it before restarting
1121
CentOS-WebPanel Bugs / Re: Is a bug?
« on: September 28, 2017, 10:41:57 AM »
since phpmyadmin is running from the different port its also running by a different webserver and php used for cwp services
so in case you change something with your apache this services will continue to work without any issue.
so in case you change something with your apache this services will continue to work without any issue.
1122
Backup / Re: Amount of backups stored
« on: September 28, 2017, 10:37:35 AM »
currently you have one backup of each but you can create additional rsync cron of /backup folder for which you want to have additional backups even longer.
1123
PHP / Re: why i chack my web use php 7.0.23 but wappalyzer chack use 7.0.17
« on: September 28, 2017, 10:35:55 AM »
don't understand this but if you need different version you can switch it with php switcher
1124
CentOS 7 Problems / Re: Problem with memcached
« on: September 28, 2017, 10:33:36 AM »
you are the only one who should know what you have installed on your server and mark then as legit if it was installed by you.
You can whitelist that process in this file, you have examples there also
/etc/csf/csf.pignore
restart lfd after this changes
service lfd restart
You can whitelist that process in this file, you have examples there also
/etc/csf/csf.pignore
restart lfd after this changes
service lfd restart
1125
Apache / Re: Definitive guide for nginx + apache + SSL?
« on: September 28, 2017, 10:30:55 AM »Indeed, the combination of nginx + Apache is using the best features of both. What doesn't make sense to me is why the addition of SSL would by-pass this architecture and rely solely on Apache. In my view, it would make more sense to keep nginx as a front-end with the additional role of encrypting traffic if accessed via https, and continue to benefit from its speed and low resources. Ideally I'd like to see the option to use nginx alone as a web server, without Apache at all (at least for the hosted domains, irrelevant if the web admin keeps it).
that is in the test phase and maybe will be out soon with the new version of CWP
