Well Supported VPS Required

Nov 3, 2007

I moved a web site i developed from shared hosting at fasthosts due to performance issues and beacause I needed a more flexible platform.

I decided to go with webfusion as i'd seen them in the press everywhere.

Everything was working fine and performance was good - however the emails sent from the site (worked fine on shared hosting)- using php mail bounced. was getting ...

<sal@goldplateuk.com>:
213.171.216.118 does not like recipient.
Remote host said: 550 <anonymous@lvps212-241-216-214.vps.webfusion.co.uk>:
Sender address rejected: Domain not found
Giving up on 213.171.216.118.

However - sending to a hotmail address would work.

I referred to support - first line said they'd have to talk to second line support and get back to me.

Eventually - they called back and basically said everything looks ok on the server - they don't know why it's happening - do some analysis of your own - go on google.

Generally support isn't too hot - 2 days for a reply on a ticket. To cut a long story short -

does anyone know of a VPS host who would know what was wrong and would be able to help someone who is new to the VPS scene as i need to move host fast as the customer wants this resolved asap.
£25/month top budget.

View 3 Replies


ADVERTISEMENT

Best Supported Windows Host

Mar 15, 2008

Why don't they put their contact address, phone numbers etc. in their website.

I was almost like email/msn contact the reliablesite guys. but then hold it back. It's like you know less about them.

Why the softsyshosting hostings are *** cheap. they must be loaded.

What do you people think about these hosts and also
************
crystaltech

Anyone hosting with above 4 hosts, or any other suggestions..

I need .NET 3.5 to 2.0, SQL 2005, PHP/MYSQL.
do not limit number of databases or database space, I can keep both web+database space within the hosting space.
about 1GB space and some generous bandwidth.
do not need email as I took it from Google.
Unlimited domain or atleast 4-5 domain hosting
Unlimited subdomain.
Could pay around $5-7/mo
Tho I never sold a hosting but would be nice if the reselling option just on the list..

I really didn't wanted to change the current host, been with them for 4 years!!! but they are oldies, and paying about $75 a year for a mere 200 MB space.. its a win 2000 server; and separate cost for sql 2000.

Guess what, I need reliable peoples, and a Great customer service.

talked to IXwebhosting. boooo. Even it was a sales chat. you got to wait a long time to see what's the next text could ever pop up. I didn't like that.

View 14 Replies View Related

FFMPEG Supported Shared Hosting

Sep 6, 2008

Did you know any shared hosting that supports FFMPEG?

If they are not supported can I install it manually in shared hosting?

View 6 Replies View Related

File Systems Supported On CentOS?

Oct 31, 2008

Does CentOS support following File Systems?XFS, IBM JFS, NTFS

View 2 Replies View Related

Configure Ad Supported Hosting With Cpanel-whm

May 20, 2008

I want to configure ad-supported web hosting same as Godaddy is giving free web hosting with every domain.I want to automatically set a permanent banner ad on customers every web page when a new account is created.

Platform Linux Cpanel whm

View 5 Replies View Related

Is Pageant (Agent Forwarding) For Putty Supported On Linux?

Oct 28, 2007

I've setup my ssh to login with keys and passphrase. I would like to do away with passphrases by using agent forwarding. Putty uses Pageant to store private keys, bu from all the tutorials I can find, it's a windows based feature (to add private keys). I've also tried to use ssh-add (a different agent), but it has trouble recognizing my private key passphrase (made with putty). I know the private key is working because I'm able to use use ssh without a password, just the phrase.

What's the best way to do this? Is there a putty pageant command line that I don't know about?

View 2 Replies View Related

Plesk 11.x / Windows :: Error - Discard Mode Not Supported

Jan 30, 2014

I'm trying to add a new subscription and I get the error

Error: Discard mode not supported

I've tried adding a test domain to other clients even my main admin and I still get this error. Panel version 11.5.30 Update #31, last updated at Jan 30, 2014 04:02 AM

I believe that is the only thing that changed between my last domain creation and today's attempt. Anyway to rollback ? Or anyway to get more information on this error ?

I'm running on Plesk's auto-update and I have it set to "Late adopter release"....

View 9 Replies View Related

Plesk 12.x / Linux :: Backup Restore Error - Python Is Not Supported

Aug 19, 2014

I cant restore my back up. Get following warnings:

Warning:

php_version 5.3 is not supported. It will be replaced with php_version 5.4 for the following service plans: Unlimited, Admin Simple, Default Domain, Default Simple, Web Presence Builder, SiteBuilder

Warning:

python is not supported. It will be disabled for the following objects: Service plan 'Unlimited', Service plan 'Admin Simple', Service plan 'Default Domain', Service plan 'Default Simple'

Warning:

The component fail2ban is not installed. It will be disabled for the following objects: Server settings

Warning:

php_version 5.3 is not supported. It will be replaced with php_version 5.4 for the following websites: swen.flugzeugbilder.orgClick to expand...

View 3 Replies View Related

Plesk Automation :: Linux Platform Installed On Remote Host Is Not Supported

Feb 16, 2015

I tried adding an apache service node to PPA Admin Node.

I referred to the specs at [URL] ....

Specifications of the Apache server node are:

RHEL 6.4 64bit
RAM 3GB
CPU 2.5GHz
Free Space 18GB
Ports Opened:
80, 443: HTTP, HTTPS
8352-8999: Communication between a service node and PPA panels
22: Communication through SSH
20, 21: FTP connections

But when I tried adding it as a service node, PPA says The Linux platform installed on the remote host 'xx.xx.xx.xx' is not supported. Please, check the list of supported platforms.

View 1 Replies View Related

Plesk 12.x / Linux :: CentOS 7 - Hard Disk Quota Is Not Supported Due To Configuration Of Server File System

Feb 25, 2015

I have a new CentOS 7, with Plesk 12, CentOS 7 by default has XFS filesystem.

I try migrate sites from another Plesk Server but Plesk agent say: "hard disk quota is not supported due to configuration of server file system" (my CentOS 7)

My CentOS7:

CentOS Linux 7.0.1406 64 bits
Plesk 12.0.36

My fstab

[root@ns ~]$ cat /etc/fstab
/dev/mapper/centos-root / xfs defaults,usrquota,grpquota 1 1
UUID=ba391bd5-786c-4ae7-8bbd-f36f831ae6eb /boot xfs defaults 1 2
/dev/mapper/centos-swap swap swap defaults 0 0

I added "usrquota,grpquota", then mount -o remount / ; but when I try quotacheck -fmv / I gest this:

[root@ns ~]$ quotacheck -fmv /
quotacheck: Skipping /dev/mapper/centos-root [/]
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.

but quotaon command works:

[root@ns ~]$ quotaon /
quotaon: Enforcing group quota already on /dev/mapper/centos-root
quotaon: Enforcing user quota already on /dev/mapper/centos-root

The problem here is why Plesk does not recognize quotas as enabled on CentOS 7??

If I try this command it seems good:

[root@ns ~]$ /usr/local/psa/admin/sbin/usermng --isquotable
0

Also I do this:

- Disabled Selinux
- Check all packages as quota, etc.

I have been using some reference: [URL] ....

View 11 Replies View Related

Is Python Required

Dec 26, 2008

I have Python on my server and it is using the most CPU and Memory on my server than any other process. I don't believe any of my clients use it so I am planning to delete it.

I am just wondering, does CentOS 5.2 (With cPanel) require Python, or is it not required so I can delete it without any problems caused?

View 14 Replies View Related

How To Get Rid Of Authorization Required

Jan 25, 2007

I have folders / files on my website that I want people to be able to access, but when I try to access them via a browser I get a login prompt, "Your not welcomed here", and a 401 Authorization Required page. How can I make it (using SSH or FTP) so that these files are viewable from the browser? My server is running Fedora.

View 7 Replies View Related

Mailserver / Admin Required

Aug 1, 2008

I'm having some serious issues.. I moved to a new dedicated server company and found out that the IP block I was on was blacklisted with 5 anti-spam lists.

However, the company is great and they have managed to get the IP block out of every single black list.

However, I am still having issues. My server does not seem to be listed on any blacklists but emails sent out to various places, get bounced back with the following types of errors.

Any suggestions or advice? Any server administrators who think they can fix this? Please PM me with your quote.

Code:
SMTP error from remote mail server after initial connection:
host umip1.um.edu.my [202.185.111.224]: 554 umip1.um.edu.my

Code:
SMTP error from remote mail server after initial connection:
host mailfilter.hi-light.com.tw [210.71.187.212]:
554-IP650-02.hibox.hinet.net
554 Your access to this mail system has been rejected due to the
sending MTA's poor reputation.

Code:
SMTP error from remote mail server after initial connection:
host gateway.kaf.com.my [203.109.48.229]: 554-gateway.kaf.com.my
554 Connections from your server *ip removed* are being refused due to poor reputation.

View 5 Replies View Related

Mod_rewrite - Restart Required

Apr 11, 2008

i have a bunch of rewrite rules that work fine on my dev server but when i upload to production server they dont work. is a restart of apache required?

im on a dedicated box so this shouldnt be a problem, but how do people on shared accounts do this then?

View 1 Replies View Related

Curses RPM For CENTOS4.4 Required

Jul 11, 2007

I am using CentOS release 4.4 (Final) with Plesk 8 Hosting Control Panel. I want to install MTOP for MySQL monitoring which requires Curses.

[root@cll mtop-0.6.6]# perl Makefile.PL
Warning: prerequisite Curses 0 not found.
Writing Makefile for mtop

I need Curses rpm for CentOS 4.4, please give me that rpm so I can proceed next.

I also need Term::ReadKey 2.1 rpm for CENTOS4.4

View 2 Replies View Related

RegEx Required For WordPress URL Redirection

Nov 5, 2009

With new installation of WordPress, I started Permalinks as "/%year%/%monthnum%/%day%/%postname%/", but now I've decided to change it to "/%postname%/"

Existing URLs
Code:
[url]
New URLs
Code:
[url]

but I don't want to break existing URL, so I decided to have a new rule defined to do this, here is how my .htaccess currently look...

Code:
RewriteEngine On
RewriteBase /

RewriteRule ^([0-9])/([0-9])/([0-9])/([0-9a-zA-Z-]+/)$ /$4 [R]

#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

View 1 Replies View Related

Rack Space Required In GlobalSwitch 1 Or 2

Jul 27, 2009

We are an established owner of three data centres outside of London. We are looking at either a half or full lockable rack in either Global Switch 1 or 2 (ideally with 24/7 managed hands) in order to terminate a backhaul circuit there.

We are also interested in a similar arrangement in TH-E.

We only require around 2 amps as the space will only house an edge router and switch for inter/cross connects.

View 9 Replies View Related

Good Dedicated Server Required

Oct 24, 2008

Due to problems with our current hosting company we are desperate to move our site to a dedicated server.

I am a UK based company with a .co.uk website.

Can anyone recommend a company?

How long does the change over take?

How much down time can I expect during the change over period?

View 11 Replies View Related

Low Cost VPS Engine Required - Hypervm Or Other

Jun 13, 2008

I require a VPS system for my main dedicated (Softlayer, 4GB ram - to become 8gb ram after implementation, Dual Xeon 4 CPU).

I need to decide whether to use HyperVM (Lxlabs) or some other sort of system (Not Viruozzo had a bad experience with them a few months ago). I want something good and easy setup and efficient. I don't require EYE-CANDY.

I need to know what you recommend and what is easy to setup. I could also pay a third party organization for setting it up (if they have the knack for it and experience).

I would like to know everyone's experience (hosts and users) on what they like or prefer (except Virtuozzo/Parallel which I wont even consider anymore).

Also my main server has CPanel with around 100 web sites already on. Can I install hypervm or such on the existing server or do I need a fresh server for the same. The VPS accounts based on hypervm or such will end up having cpanel vps licensing anyhow since I am pro-CPanel (anti Parallel) (No plesk)

View 2 Replies View Related

Best Email Hosting (no Web Or Other Required) Provider

Jul 25, 2008

Wondering anyone can share experience of best email hosting provider?

current our website sends around 500 email per day (user rego, password, invoice etc) and we use google apps, but it is very unreliable and often blocked by hotmail.

our requirements will be
- high throughput for smtp outgoing
- US based, ideally TX based
- support alias

we do NOT need thousands account, around 15 will be enough,

View 3 Replies View Related

Hosting Required To Support Php 5.2* + And PDO_MYSQL

Aug 4, 2007

My current host has just shafted me by discontinuing PDO_MYSQL support on my setup without warning (my sites now don't work and they won't do anything to rectify it).

I found another host and asked sales about the PHP version and whether PDO_MYSQL was available and was given mis-information, so I'm now cancelling the service I signed up for this morning.

I need:

PDO_MYSQL (most people only support PDO with sqllite!).
PHP 5.2*+
Ability to install pear modules.

View 5 Replies View Related

Windows Host Required For Developer

Oct 30, 2007

Ive been searching around recently for a webhost to setup my online development area. The following are my requirements, so if you could point me in the right direction i would be extremly grateful!

Windows Hosting (durr! at least 2 gig space/50 gig bw).
ASP.NET 2.0 & AJAX 1.0 (3.5 would be even better, but i can wait until it comes out of BETA).
SQL 2000/2005 (I will need upto 10 databases, but none of these stupid 100mb database limits. I would prefer if space as taken out of my web space.
ISAPI_REWRITE module (i like to make pretty urls!).

I would prefer UK based servers, but i'll make do with US.

View 11 Replies View Related

Auth_imap: Required IMAP Extension Not Found.

Jul 2, 2008

I am having a hard time tracking this down. Its a Cpanel/WHM server; 64 bit; Centos 5.2 server

In easyapache i have selected imap to be compiled in...

Problem:

When logging into Horde it get the following

A fatal error has occurred
Auth_imap: Required IMAP extension not found.
Details have been logged for the administrator.

php -m | grep imap

Shows nothing loaded. I am completely stumped with this, can anyone help ?

Also its not just Horde, but any PHP code using imap, its almost as if its not compiled in at all.

View 2 Replies View Related

Is 1 Hour Downtime Required For Installing Firewall?

Aug 4, 2008

Is 1 hour network reconfiguration downtime unavoidable with every Hosting Provider?


Today I got explanation from RackSpace why they needed to bring my server down for an hour when they install Hardware firewall (see below).


Could you comment if it's really necessary have 1 hour downtime in that case?

Here's how I see appropriate maintenance:
- Install and plug Firewall's power and external network cable without touching production server (no downtime yet).
- Connect test machine behind firewall and test if firewall works properly (no downtime yet).
- Switch network cable so it connects Production server to Hardware Firewall (20 seconds downtime).

Why couldn't the maintenance be done that way?



Anyway, here's response from RackSpace:
=======
I have answered questions 1-3 below and will be passing this ticket over to our network technicians in order to get questions 4-6 answered for you.

1) Why installing hardware firewall brought my server down by almost an hour? When working this type of maintenance to add firewall:

1. Mark ticket In Progress
2. Grab parts for maintenance
3. Put Public comment in ticket we are starting maintenance.
4. Log into server(at console or remotely).
5. Verify if other users are logged in.
5a. If users are logged in, we send them a message stating server is shutting down in X minutes.
5b. If no users are logged in, go to next step.
6. Shut server down.
7. Open the server.
8. Remove back plate from an open PCI slot.
9. Install PIX 501 card into PCI slot.
10. Screw PIX 501 power supply card in place.
11. Find open Powersupply connection and connect it to back of PIX 501 power card, since this will provide power for firewall.
12. Put side panel back on whitebox.
13. Install the firewall below the rack. We have to mount it to the rack the whitebox sits on. These are racked underneath the rack for each whitebox server. We use zip ties to hold it to the rack in place.
14. Put server back on rack.
15. Plug in power and network connections.
16. Connect console to server and verify server boots up fine.
17. Log in at console and verify it can ping NAT Gateway IP(192.168.100.1)
18. Verify if server can pint out to google or some other site

19. If we are unable to ping out or ping gateway IP, we will have to double check network connections and work with NetSec to resolve issues. This could be port speed issue since the PIX 501 firewalls require the port speed to be at 10Mb.

20. If server is pinging out fine, DCOPS will come back into DCOPS room and verify we can get to server remotely.
21. If server is not remotely accessible, we will have to go back to console and see if they are running any firewall software that is preventing access or if port RDP is using is changed.
21. Change status of server to online complete.
22. Send Public comment stating server is back online.
23. Close ticket.
24. Route Contract Received ticket for firewall over to Network Security to have them online firewall.

Downtime was necessary to install PIX 501 power card since the firewall gets power through this card.

2) How 1 hour downtime goes together with "Zero downtime" RackSpace slogan? Zero downtime means that your network will be up 100% of the time. However when upgrading your configuration (adding a firewall) there needs to be a certain amount of downtime in order to add this firewall to your configuration. Whenever a hardware upgrade is made there will be hardware downtime involved. The amount of time will vary depending on the hardware upgrade.

3) Why the length of downtime was communicated to me only at the beginning of downtime, and not some time prior to that? As we spoke about over the phone today I apologized for XXX not conveying the amount of downtime you will have during this maintenance. I have already spoken with him about this and moving forward if there are any maintenances that need to take place on your account your new Account Manager YYY and XXX will make sure and go into exact detail about the amount of downtime you should expect. Consider this mis-communication taken care of from now on.
=======


Is it really necessary to shut down production server just to plug Hardware Firewall power?

View 14 Replies View Related

Ruby Rails Gives Error : Mysql Required

Apr 5, 2008

We have installed ruby on rails on our server.
root@Server [~]# gem list |grep mysql
mysql (2.7, 2.6)

But when we try to connect it still says "mysql required".

View 1 Replies View Related

Dedicated Server Required In Western Europe

Jun 3, 2008

Does anyone have any recommendations for a company that could provide a reasonably priced, reliable, unmanaged server for me somewhere in western europe?

I'll need a reasonable amount of bandwidth, so this is a consideration.

I'm based in the UK, but willing to look at other, more digitally enlightened countries nearby (Norway, Finland, France, Germany, etc) to get a better price since servers are very expensive here.

The server be hosting a big AJAX application so latency is a consideration also.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved