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
How to / Re: Add new domain
« on: July 23, 2014, 01:25:37 AM »
have you set shared ip and added content in public_html folder of this domain?
1442
Installation / Re: I need to compile module odbc on php, how to do on CWP?
« on: July 22, 2014, 03:15:21 PM »
you have php switcher in CWP and you can recompile php with any flags.
1443
CentOS 6 Problems / Re: Centos web panel problems with magento
« on: July 21, 2014, 06:13:55 PM »
you can return your htaccess file back to .htaccess if you need it.
1444
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.
1445
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.
1446
Suggestions / Re: Translation
« on: July 17, 2014, 05:52:18 AM »
this will be added in later versions over 1.0++
1447
Other / Re: Park domain & A record?
« on: July 17, 2014, 05:51:23 AM »
you can manually add record in vhost file.
1448
Suggestions / Re: Repair database
« on: July 17, 2014, 05:50:47 AM »
nice suggestion, it will be added
1449
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.
1450
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)/
1451
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?
1452
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?
1453
Other / Re: Error in upload file
« on: July 14, 2014, 02:54:53 AM »
Deprecated: Function ereg() in newer version of php.
1454
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.
1455
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 ~]# passwdnow enter your password and root access is enabled, you can check this by using command "grep root /etc/shadow"
