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.
46
Information / Moving data from on account to another ?
« on: April 28, 2015, 03:29:28 PM »
I'm been really stupid here, I've made a typo in a domain name when setting up an account. I've edited the vhosts file to fix that but how do I edit the domain name in the user account - it's not editable.
Normally I would just delete the account but I've already setup 3 databases and moved 35gb of data to it. In fact I've just wasted hours trying to fix problem that turned out not to be problems associated to moving the site when it was this typo :-) I thought everything was fine because the site has other domains I used to move first then checked the DNS was working.
Normally I would just delete the account but I've already setup 3 databases and moved 35gb of data to it. In fact I've just wasted hours trying to fix problem that turned out not to be problems associated to moving the site when it was this typo :-) I thought everything was fine because the site has other domains I used to move first then checked the DNS was working.
47
Information / Re: Add domain
« on: April 28, 2015, 03:04:15 PM »
So run me thougth how you do that please ?
When adding a domain it asks where you want the data put and give the edit box /public_html
Do you edit that and add to it /public_html/newsite ?
Suppose you do, just seem strange to me as I'm used to each site having their own /public_html
When adding a domain it asks where you want the data put and give the edit box /public_html
Do you edit that and add to it /public_html/newsite ?
Suppose you do, just seem strange to me as I'm used to each site having their own /public_html
48
Addons / Re: Zip in file Manager
« on: April 27, 2015, 12:26:48 PM »
I second the zip feature, perhaps CWP could hand off to more featured open source FTP application. I wouldn't trust any web based ftp service by a 3rd party for my ftp data.
49
Information / Re: Add domain
« on: April 27, 2015, 12:17:56 PM »
I think what he means is why can't one user account have 2 or more seperate websites each having their own domain. I don't know if this is possible, all I see in an account is to add addon domains. I've looked to do this and always end up just adding another user account. This means if I have ten websites on my server I have ten accounts. It's an issue I can put up with, but I suspect I'm doing something wrong as I've only being using CWP for a short time.
50
Installation / A big thanks to CWP Support Team
« on: April 27, 2015, 12:09:47 PM »
I hope it's OK to post this in here, I couldn't see "A BIG THANKS" section :-)
I've just had the suport team install CWP on my new dedicated server. I want to tell you this is a service well worth it's price, I also signed up to the $10 a month support package and I can recommend these people too highly.
I've just had the suport team install CWP on my new dedicated server. I want to tell you this is a service well worth it's price, I also signed up to the $10 a month support package and I can recommend these people too highly.
51
Information / Re: fix file size upload on web ftp
« on: March 02, 2015, 11:31:47 PM »
The are a few reasons why a file won't upload via FTP when using the default package.
Look in there and increase if needed. For example I could upload files more then 1mb, I also hit the disc quota too. Just add a string of 00000s to the setting.
Look in there and increase if needed. For example I could upload files more then 1mb, I also hit the disc quota too. Just add a string of 00000s to the setting.
52
How to / Re: how to create new user account on CentOS Web Panel
« on: March 02, 2015, 11:54:40 AM »how to create new user account on CentOS Web Panel [CWP]
1. Login to your CWP.root (Admin Area)
2. Click on User Accounts
3. Click on New Account (Create a New Account)
4. Fill new account form (Domain,Username, Password, Package, Email address, Backup)
Account Creation Will do the following
- Create New Account with shell disabled
- Add Configuration for a domain in apache config file (suPHP,suExec, Domain path)
- Create public_html folder (used for uploading public scripts)
- install default template (index.html file)
- restart/reload apache configuration
- Create and reload DNS zone for a domain
Now you can upload your files using ftp login details of the account.
suPHP requires following permissions
Folders: 755
Files: 644
Can you give more details on setting up domains. So I have a server setup on domain1.com - how do I upload a website to this domain ? When creating a user I can not set the domain in that form to domanin1.com it give an error.
Yet if I use another domain - domain2.com - the data upload to that domain goes to domain1.com. And it seem both domain point to the same place.