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.
931
Suggestions / Re: Add Reseller accounts system and Unlimited quote system!!!
« on: March 11, 2015, 12:41:19 AM »
have you maybe tried to set package value of quota to 0, that would be unlimited.
Reseller option will need to wait since this isn't an easy task.
Reseller option will need to wait since this isn't an easy task.
932
Suggestions / Re: Latest Versions of Apache, PHP, FTP, Roundcube, MySQL Server, phpMyAdmin
« on: March 11, 2015, 12:33:40 AM »
this isn't an easy task since if we change something its related with all other things and there is many tests to be done.
However, any of you which have some experience can assist and join development team to make updates much faster.
http://centos-webpanel.com/develope-modules-for-cwp
However, any of you which have some experience can assist and join development team to make updates much faster.
http://centos-webpanel.com/develope-modules-for-cwp
933
Suggestions / Re: Provision Module For WHMCS - Way to Create Revenue Stream for Development
« on: March 11, 2015, 12:30:25 AM »
you can request WHMCS here
https://requests.whmcs.com/responses/centos-web-panel-module
https://requests.whmcs.com/responses/centos-web-panel-module
934
CSF Firewall / Re: Firewall Icon status on Dashboard
« on: March 11, 2015, 12:22:23 AM »
if your firewall is stopped then you need to check logs and what is causing this issue.
935
CSF Firewall / Re: Port for SSL
« on: March 11, 2015, 12:20:42 AM »
SSL port is open by default, what you need to check is your apache listening on that port.
if you get nothing then you apache doesn't listen on the port 443 and you'll need to add it into apache configuration,
Code: [Select]
netstat -tulpn|grep 443
if you get nothing then you apache doesn't listen on the port 443 and you'll need to add it into apache configuration,
936
How to / Re: How to resolve problem of save button?
« on: March 11, 2015, 12:16:10 AM »
have you tried to disable File System Lock ?
937
How to / Re: How to add sub domain?
« on: March 11, 2015, 12:14:52 AM »
and what is not showing and where ?
938
How to / Re: how to secure CentOS server using CWP features
« on: March 11, 2015, 12:14:10 AM »
CWAF, maybe if they will have some kind of interface for it which can be used.
939
How to / Re: How to remove the Example in Developer Menu
« on: March 11, 2015, 12:12:46 AM »
not at the moment with current version.
Tnx for donation and supporting further CWP development
Tnx for donation and supporting further CWP development
940
How to / Re: how to create new user account on CentOS Web Panel
« on: March 11, 2015, 12:10:39 AM »
when adding domain you need to point it into the folder location you want to use for addon domain
941
How to / Re: set individual disc quota per account
« on: March 11, 2015, 12:09:10 AM »
the new CWP has auto quota installer
942
Backup / Re: How to backup using rsync
« on: March 11, 2015, 12:06:32 AM »
it's fixed with 0.9.8.2
943
Backup / Re: Remote Backup how ? My Server Qnap
« on: March 11, 2015, 12:03:30 AM »
backup is the same for any disk space size it only depends is it remote or local and how do you have an access to it to transfer the files.
944
Backup / Re: backup issue
« on: March 11, 2015, 12:02:17 AM »
are you certain that the backup for accounts and in the backup configuration are enabled ?
Also checking if crond works would be good
Also checking if crond works would be good
945
MySQL / Re: Error importing large sql dump file
« on: March 10, 2015, 11:55:35 PM »
for bigger files its always the best to use the command line as zakrpa specified