Show Posts

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.


Messages - driftwood

Pages: 1 2 [3] 4
31
Updates / Update VPS processors / memory ?
« on: May 31, 2016, 11:01:07 AM »
I'm getting warning that one of my users are using excessive processes. If I buy extra processors or memory from my server host would I need to reinstall CWP ?

32
E-Mail / Re: External email server
« on: May 30, 2016, 08:30:16 PM »
This is something done on your domain host or nameserver host.

For example I use Fastmail.fm - all my domains point to their NS servers and I point the WEB service to my server only.

So when email is sent the sender server looks up the dns and finds the MX record at fastmail.fm. My email clients connect to there to collect their email. This means I can stop all the email services on my server.

33
How to / Re: Messed up big time, need a fix
« on: May 17, 2016, 09:35:09 AM »
Well that's annoying.

After no response from my host I decided to move all the sites to my other server. I shut down this server to stop all the spam email filling the mailqueue. I've now done that so I restarted the server and incredibly I can log into to CWP now. The are 298,722 emails in the mailqueue :-)

If you are using wordpress I suggest you do a search for these files

60dir.php s151.02kb
mail.php 11.36kb
mysql.php 28.11kb
dir24.php 11.19kb
list.php

These are also a valid filenames so view the contents before delete. Most the time they get in the /images of any subdir or the /uploads




34
How would this world is the user has more then one website ?

35
How to / Re: Messed up big time, need a fix
« on: May 11, 2016, 03:35:37 PM »
I have a VPN but currently login to the terminal from anywhere. I've actually decided to move the websites to my other server and cancel that hosting. I know it was my fault but expected a lot more interest from the support staff there. Doing nothing is worse then just saying we can't help.

36
How to / Re: Messed up big time, need a fix
« on: May 11, 2016, 08:12:25 AM »
No, I think ssh is not running.

37
How to / Re: Messed up big time, need a fix
« on: May 10, 2016, 04:44:44 PM »
My host is dragging their feet on this so no it looks like I'm going to have trash the server and do re-install. Luckily I can acess simple Ftp and mysqladmin to do the exports of the sites.

38
Postfix / Re: Let's build New Postfix Email Server
« on: May 09, 2016, 04:48:04 PM »
How about an option to kill all emails produced from a given domain. I have 8 websites on my server but only ever send email outside the server from one domain. Just a bit extra spam protection that might save your server being banned.

39
Postfix / Re: Mail queue filling by the second
« on: May 09, 2016, 04:41:41 PM »
I have this exact problem only on both my servers. I suspect it's an exploit of Wordpress.

Did you manage to nail it down? I've found most of it but still got 200 emails being created an hour.  I just can't track down where these are coming from now.

40
How to / Messed up big time, need a fix
« on: May 09, 2016, 02:43:30 PM »
While trying to find and fix an exploit I've managed to really mess up my access to my server. I stopped all the services except web & mysql and for some reason I managed to reboot my VPS in that state. Now I can not log in via CWP or via terminal.

I'm left with only the main domain site working and all the other sites inaccessible. Can anyone help ? I've sent a support request in as I'm willing to pay but I've not heard anything yet.

BWT - I noticed the auto Wordpress updates where sending me false reports that my WP installations had been updated to the latest version. I noticed this as suddenly I started getting failed emails that were in fact spam being sent out from my server.

41
Other / Adding harddrive space
« on: November 10, 2015, 06:37:23 PM »
My server has 3 drives, when I had CWP setup I had one drive for the data and another for the backups. The 3rd drive, I don't think, was used but it does show up on CWP. I wondering now how easy it would be to expand the data drive to take advantage of the 1TB on this free drive ?

I don't have a clue really about how to do this, I wonder if this is something that CWP could do for me and if it's within the support package I have ?

42
Installation / Re: Paid Installation Issue
« on: June 10, 2015, 08:32:25 PM »
Strange ! support have been great for me. Above and behond in fact.

43
Suggestions / goaccess - Fast web log analyzer
« on: May 05, 2015, 07:25:19 PM »
I suggest this is added to the CWP bundle - http://goaccess.io - goaccess - Fast web log analyzer and interactive viewer.

44
Installation / Re: A big thanks to CWP Support Team
« on: May 03, 2015, 01:28:44 PM »
Worked fine for me ...........twice. They installed in on two servers, one VPS and on dedicated on a monthly support contract.

Yes the are things some might want that are missing from CWP but the things needed are there and other things you can add or configure. If you like cpanel pay for it but CWP is a clear alternative and will only get better.

45
How to / How To Parked Domains - multi domains to one domain
« on: May 01, 2015, 02:55:05 PM »
Picked this little trick up while looking to redirect some domains. You could do this in the htaccess file but if like me that doesn't work <long story> you might need this because CWP does not currently do parked domains.

For a site that has changed it's domain or has multi domains pointed to it.Lets say your main domain is MYDOMAIN.COM but you used to use one called MYOLDDOMAIN.COM. You don't want to loose the visitors who still go to the old domain name and you still own it or the domain is just another version eg. mydomain.com, mydomain.co.uk, mydomain.eu etc etc

Edit the vhosts file found under Apache Settings. Look for the Host section of MYOLDDOMAIN.COM and add in the line RedirectPermanent / http://newdomain.com/

EXAMPLE

# vhost_start olddomain.com
<VirtualHost ***.***.89.41:80>
ServerName olddomain.com
ServerAlias www.olddomain.com
RedirectPermanent / http://newdomain.com/

Pages: 1 2 [3] 4