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.
946
PHP / Re: php version swticher error
« on: August 10, 2016, 12:39:23 PM »
Hi, you have to install some dependience.
Code: [Select]
yum -y install libXpm-devel libpng-devel libvpx-devel
947
PHP / Re: Install ImageMagick or GD ?
« on: August 10, 2016, 10:53:47 AM »
Hi, try to use oldest version.
948
CentOS-WebPanel Bugs / Re: BACKUP Bug
« on: August 10, 2016, 09:29:52 AM »
Hello.
It is not a bug. Probably same feature will be added later.
It is not a bug. Probably same feature will be added later.
949
Updates / Re: after latest update Mail Queue 25: connection refused
« on: August 10, 2016, 09:04:19 AM »
Hello.
CWP version: 0.9.8.38 . Have no the trouble.
Try contact with CWP Support team.
CWP version: 0.9.8.38 . Have no the trouble.
Try contact with CWP Support team.
950
Installation / Re: how to run jsp page in my host?
« on: August 10, 2016, 08:58:36 AM »
Hi, yes the CWP has it. But you will need to configure manually.
951
Installation / Re: Horde Webmail Installation
« on: August 10, 2016, 08:54:35 AM »
Hi, if you can install it to any CentOS server, you will able to install it to the CWP.
Do not forget, file owners for Apache should be nobody.
Do not forget, file owners for Apache should be nobody.
952
Installation / Re: Problems after installation
« on: August 10, 2016, 08:50:28 AM »
Hello.
Yes, you have to login as root.
Yes, you have to login as root.
Quote
Or CWP only allows the root is a portal administrator?
953
Information / Re: IS there any way to secure cwp web server
« on: August 10, 2016, 08:47:18 AM »
Hi,
let us know what exactly problem do you have?
If do you need FULL super security server, switch off the internet and placed in a safety deposit box the server.
let us know what exactly problem do you have?
If do you need FULL super security server, switch off the internet and placed in a safety deposit box the server.
have you checked instructions on the wiki before posting ?
http://wiki.centos-webpanel.com/category/security
Yes sir, I have installed everything but still it vulnerable. Please any other suggestion ?
Regards,
954
Information / Re: Disk usage on CWP web panel showing 0/0?
« on: August 10, 2016, 08:39:40 AM »
Hello.
As I see you have disk quota at /home directory:
Check the Packages for users. (CWP.Admin => Packages => List Packages; Edit => "Update quota for all users using this package, also disables inode limits !" )
As I see you have disk quota at /home directory:
Quote
/dev/sda2 on /home type ext4 (rw,relatime,quota,usrquota,grpquota,data=ordered)
here is what I get when I issue that command
Thanks
Check the Packages for users. (CWP.Admin => Packages => List Packages; Edit => "Update quota for all users using this package, also disables inode limits !" )
955
Information / Re: address error fwrite
« on: August 10, 2016, 08:33:53 AM »
Hello,
if do you want run script from crontab or command line, try t use full pathes in a scripts.
if do you want run script from crontab or command line, try t use full pathes in a scripts.
956
Information / Re: Switch to PHP 7 (out of memory)
« on: August 10, 2016, 08:31:22 AM »
Hi, if you have a problem with RAM, ask your hosting provider to add SWAP file.
What do you mean byQuoteadd some swap to your server
957
Information / Re: directory whit password
« on: August 10, 2016, 08:28:11 AM »
Hi, if you mean web site directories/files , you can use htaccess/htpasswd files into the directory.
The CWP does not have this feature yet
The CWP does not have this feature yet
958
Information / Re: How to disable mod_security for particular domain
« on: August 10, 2016, 08:26:53 AM »
Hello.
Try adding to the virtualhost:
Try adding to the virtualhost:
Code: [Select]
<IfModule mod_security2.c>
SecRuleEngine Off
SecRequestBodyAccess Off
SecResponseBodyAccess Off
</IfModule>
959
CentOS-WebPanel Bugs / Re: Error at end of MYSQL backup script since 0.9.8.15 (Access denied for user root)
« on: July 28, 2016, 05:37:14 PM »
Hi, maybe you have changed mysql root password?
960