Author Topic: How to Secure CWP webserver  (Read 62627 times)

0 Members and 1 Guest are viewing this topic.

Offline
**
Re: How to Secure CWP webserver
« Reply #30 on: May 04, 2016, 03:04:30 AM »
Is there any option to unzip the zip files in cwp under user account?


Regards,

Offline
*****
Re: How to Secure CWP webserver
« Reply #31 on: May 04, 2016, 04:17:14 AM »
enable shell access for the user account

or you can install extplorer :
https://extplorer.net/files
« Last Edit: May 04, 2016, 04:19:30 AM by Sandeep »

Offline
**
Re: How to Secure CWP webserver
« Reply #32 on: May 04, 2016, 04:20:37 AM »
Thanks, but there is no way to unzip  from the GUI?

and one more query how display php warnings, errors in CWP ?



Regards,

Offline
*****
Re: How to Secure CWP webserver
« Reply #33 on: May 04, 2016, 04:46:35 AM »
you can do that from php.ini
serch for this :
display_errors = on

or try using this to ur php.ini  :
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
« Last Edit: May 04, 2016, 04:49:01 AM by Sandeep »

Offline
**
Re: How to Secure CWP webserver
« Reply #34 on: May 04, 2016, 05:05:46 AM »
Sorry I meant how to disable the php errors and warning ? I did set display_error = off ?  or is there anything to do with mod_security ?



Thanks
« Last Edit: May 04, 2016, 05:33:07 AM by tshetumd »

Offline
*****
Re: How to Secure CWP webserver
« Reply #35 on: May 04, 2016, 05:31:29 AM »
you need to set display_error to on

Offline
**
Re: How to Secure CWP webserver
« Reply #36 on: May 04, 2016, 05:35:46 AM »
Sorry I meant how to disable the php errors and warning ? I did set display_error = off ?  or is there anything to do with mod_security ?

Offline
*****
Re: How to Secure CWP webserver
« Reply #37 on: May 04, 2016, 05:42:39 AM »
to off you change "on" to "off"

mod_security is only for security
Some applications may require you to disable mod_security for them to function correctly

Offline
**
Re: How to Secure CWP webserver
« Reply #38 on: May 04, 2016, 05:56:32 AM »
Thanks ...

Offline
**
Re: How to Secure CWP webserver
« Reply #39 on: May 12, 2016, 03:39:28 AM »
Disk quota for users are showing 0/0 irrespective of their usage, I have checked /etc/fstab everything seems fine. Please help me to sort out.

Thanks

Offline
*****
Re: How to Secure CWP webserver
« Reply #40 on: May 12, 2016, 08:29:16 AM »
I already replied.

Offline
**
Re: How to Secure CWP webserver
« Reply #41 on: May 19, 2016, 04:50:09 AM »
Disk quota usage for users are not showing irrespective of their usage. Please help.


Regards,

Offline
*****
Re: How to Secure CWP webserver
« Reply #42 on: May 19, 2016, 07:58:14 AM »
openvz, KVM xen ???

if you're using openvz ask your hosting provider

Offline
**
Re: How to Secure CWP webserver
« Reply #43 on: May 19, 2016, 09:07:12 AM »
Dear Sandeep,

We are using default, I mean what is there in CWP( We have configured CWP server and hosted many websites , but none of their quota are displaying i,e User Accounts -> User quota ) 


Regards,

Offline
*****
Re: How to Secure CWP webserver
« Reply #44 on: May 19, 2016, 09:54:13 AM »
search this forum and wiki, you'll get the solution.
Openvz need to configured by backend i.e. by the provider.