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.
361
Apache / Re: Only 1 user's website redirect to /usr/local/apache/htdocs
« on: December 27, 2016, 11:09:39 PM »
you will need to check with your system admin or our managed support
362
E-Mail / Re: CWP - AutoResponder didn't work
« on: December 21, 2016, 07:25:46 PM »
you should try to rebuild your mail server
363
Suggestions / Re: CWP Plugin Store
« on: December 21, 2016, 07:24:44 PM »
yes its coming soon, probably January of 2017 or even sooner.
364
CentOS-WebPanel GUI / Re: Restoring a password to Centos Panel
« on: December 09, 2016, 10:01:07 PM »
if you mean on the root password then you need to contact your server provider for instructions.
365
CentOS 6 Problems / Re: Internal Server Error (php files) and can't delete accounts
« on: December 08, 2016, 12:14:02 PM »
if you don't have support you can add screenshots here
366
CentOS 6 Problems / Re: CLAMAV update problem
« on: December 08, 2016, 09:06:18 AM »Where exactly in the config did you go to change the path ?? I am having the same issue. I also have an issue with dovecot that points to wrong path. I can manually edit the .conf files but everytime i rebuild or restart mail services, the old config that points to wrong certificate comes back.
why don't you simply enter your certificate data into the files which is used by default ?
367
CentOS 6 Problems / Re: Internal Server Error (php files) and can't delete accounts
« on: December 07, 2016, 02:45:25 PM »
include the screen shot as we need to check what kind of issue is that.
368
CentOS 6 Problems / Re: Internal Server Error (php files) and can't delete accounts
« on: December 06, 2016, 09:35:53 PM »
that version has resolved issue with account removal, if you still have the same issue that would be some other issue and you would need to contact our managed support to check this more detailed.
369
CentOS 6 Problems / Re: Internal Server Error (php files) and can't delete accounts
« on: December 06, 2016, 06:47:26 PM »
you should be sure that you have the latest version 0.9.8.125 which has this fixed.
370
CentOS-WebPanel GUI / Re: Can't create new account
« on: December 05, 2016, 08:15:37 PM »
version 0.9.8.124 has been released and has a fix for that included.
371
MySQL / Re: Extreme mysql load!
« on: November 30, 2016, 05:50:43 PM »
your server should be checked by experiences server admin since there are many things that need to be checked.
The best would be that you try to contact some of your system admins or our managed support if you don't have a server admin for linux.
The best would be that you try to contact some of your system admins or our managed support if you don't have a server admin for linux.
372
E-Mail / Re: Spamming
« on: November 30, 2016, 05:43:35 PM »
probably you have hacked php scripts, you should check the mail queue and scripts, you also have info about this on the wiki
Don't forget you need to run mod_security "Comodo WAF" recommended to prevent your sites to be hacked
http://wiki.centos-webpanel.com/
http://wiki.centos-webpanel.com/postfix-mail-server-commands
http://wiki.centos-webpanel.com/how-to-resolve-spamming-issue-with-postfix
http://wiki.centos-webpanel.com/tracking-php-script-spam
http://wiki.centos-webpanel.com/track-spam-infected-scripts
http://wiki.centos-webpanel.com/mod_security-for-cwp
http://wiki.centos-webpanel.com/how-to-secure-your-website-from-hacking
Don't forget you need to run mod_security "Comodo WAF" recommended to prevent your sites to be hacked
http://wiki.centos-webpanel.com/
http://wiki.centos-webpanel.com/postfix-mail-server-commands
http://wiki.centos-webpanel.com/how-to-resolve-spamming-issue-with-postfix
http://wiki.centos-webpanel.com/tracking-php-script-spam
http://wiki.centos-webpanel.com/track-spam-infected-scripts
http://wiki.centos-webpanel.com/mod_security-for-cwp
http://wiki.centos-webpanel.com/how-to-secure-your-website-from-hacking
373
PHP / Re: Installing imagick for php7
« on: November 30, 2016, 05:22:37 PM »
try something like this, make sure that you replace what you need for php7
wget http://pecl.php.net/get/imagick-3.1.0RC2.tgz
tar zxf imagick-3.1.0RC2.tgz
cd imagick-3.1.0RC2
phpize
ln -s /usr/local/include/ImageMagick-6 /usr/local/include/ImageMagick
./configure
make
make test
echo "extension=imagick.so" >> /usr/local/php/php.ini
wget http://pecl.php.net/get/imagick-3.1.0RC2.tgz
tar zxf imagick-3.1.0RC2.tgz
cd imagick-3.1.0RC2
phpize
ln -s /usr/local/include/ImageMagick-6 /usr/local/include/ImageMagick
./configure
make
make test
echo "extension=imagick.so" >> /usr/local/php/php.ini
374
PHP / Re: Some add-ons are not working
« on: November 30, 2016, 05:17:14 PM »
you should google for this kind of error from php since its script related
375
Installation / Re: Installed CWP on Azure VM. Next Steps?
« on: November 30, 2016, 05:08:22 PM »
if you will use for each subdomain different scripts then you can use different account for each subdomain.
for azure you will probably need to check that nat-ed mod is activated
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
dns you can use however you want, easiest is to use the same server for dns as then cwp will have all set and you will not need to do any manuall changes on the dns servers.
you can upload files in any way you want, ftp would be probably the easiest way.
for azure you will probably need to check that nat-ed mod is activated
http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
dns you can use however you want, easiest is to use the same server for dns as then cwp will have all set and you will not need to do any manuall changes on the dns servers.
you can upload files in any way you want, ftp would be probably the easiest way.