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.
1441
Installation / Re: I want to install an earlier version of CWP not 0.8
« on: July 21, 2014, 06:12:57 PM »
version 0.9.2+ is much more secure and advanced for high traffic websites.
1442
Installation / Re: After new install today, default web folder is changed?
« on: July 21, 2014, 06:11:27 PM »
you can point one subdomain to this ip and then create new account for that subdomain.
1443
Suggestions / Re: Translation
« on: July 17, 2014, 05:52:18 AM »
this will be added in later versions over 1.0++
1444
Other / Re: Park domain & A record?
« on: July 17, 2014, 05:51:23 AM »
you can manually add record in vhost file.
1445
Suggestions / Re: Repair database
« on: July 17, 2014, 05:50:47 AM »
nice suggestion, it will be added
1446
Other / Re: Error in upload file
« on: July 14, 2014, 01:41:54 PM »
ig you do not have any error that igore it, as this needs to be resolved with file manager update.
1447
Backup / Re: Transfer backup to google drive or similar storage services
« on: July 14, 2014, 01:40:49 PM »
they you will need to build addon module for this, you have instructions here
http://forum.centos-webpanel.com/new-modules/how-to-build-a-new-module-for-centos-web-panel-(cwp)/
http://forum.centos-webpanel.com/new-modules/how-to-build-a-new-module-for-centos-web-panel-(cwp)/
1448
Backup / Re: Transfer backup to google drive or similar storage services
« on: July 14, 2014, 02:59:02 AM »
how are you uploading them from your computer?
1449
CentOS 6 Problems / Re: About account
« on: July 14, 2014, 02:56:34 AM »Even if I delite or upload an index.html the centos test page comming up.
What can I do ??
where are you uploading and what link you are opening?
1450
Other / Re: Error in upload file
« on: July 14, 2014, 02:54:53 AM »
Deprecated: Function ereg() in newer version of php.
1451
Installation / Re: install Error on Centos 7
« on: July 12, 2014, 06:02:25 PM »
how much ram 6 swap you have on your server?
CWP is not tested on CentOS 7 as this is still beta.
CWP is not tested on CentOS 7 as this is still beta.
1452
How to / How to enable root access on Microsoft Azure Cloud
« on: July 09, 2014, 01:01:24 PM »
How to enable root access on Microsoft Azure Cloud.
1. Login via ssh using your sudo user
2. Now login as root user
3. check if root access is set (LOCK means that root access is disabled)
4. enable root access (as root user enter command passwd)
now enter your password and root access is enabled, you can check this by using command "grep root /etc/shadow"
1. Login via ssh using your sudo user
2. Now login as root user
Code: [Select]
sudo su -
3. check if root access is set (LOCK means that root access is disabled)
Code: [Select]
[root@Linux ~]# grep root /etc/shadow
root:*LOCK*:14600::::::
4. enable root access (as root user enter command passwd)
Code: [Select]
[root@Linux ~]# passwd
now enter your password and root access is enabled, you can check this by using command "grep root /etc/shadow"
1453
Addons / Re: LOG PER DOMAIN or SUB DOMAIN
« on: July 07, 2014, 04:24:17 PM »
you will need to create files manually, but this option could be added in a newer releases.
1454
Installation / Re: How Change Login port from 2030 to 2082 ?
« on: July 07, 2014, 04:20:45 PM »
new how to is added for this question
http://forum.centos-webpanel.com/how-to/how-to-change-cwpsrvd-listen-port-(cwp)/
http://forum.centos-webpanel.com/how-to/how-to-change-cwpsrvd-listen-port-(cwp)/
1455
How to / How to change cwpsrvd Listen port (CWP)
« on: July 07, 2014, 04:19:16 PM »
If you need to change cwpsrv Listen port you can do that by editing following files:
Here you can edit default cwp admin ports 2030,2031,2086,2087
to get Line number us this command
don't forget that you need to add your new ports in CSF Firewall and restart cwpsrv using this command.
For user panel you can edit this file
/usr/local/cwpsrv/conf.d/users.conf
Note that these changes are not recommended as update can overwrite them.
Here you can edit default cwp admin ports 2030,2031,2086,2087
Code: [Select]
nano /usr/local/cwpsrv/conf/cwpsrv.conf
to get Line number us this command
Code: [Select]
grep -n listen /usr/local/cwpsrv/conf/cwpsrv.conf
don't forget that you need to add your new ports in CSF Firewall and restart cwpsrv using this command.
Code: [Select]
sh /scripts/restart_cwpsrv
For user panel you can edit this file
/usr/local/cwpsrv/conf.d/users.conf
Note that these changes are not recommended as update can overwrite them.