hostmonster主机关于更新ip地址的通知

最近看到很多人收到hostmonster主机商的一封奇怪的邮件,邮件内容如下所述

Upcoming Changes to Your Dedicated IP Address

HostMonster.Com customer,

HostMonster.Com is making a minor change to accounts with a
dedicated IP address. This change will affect all customers making
outbound connections from their account.

Previously outbound connections came from the shared IP address of
the server (74.220.215.64). This IP was provided for whitelisting
to other HostMonster.Com accounts, third party hosting
companies and credit card processing services.

Beginning Feburary 22th, 2011 at 2 PM MST, all outbound connections
will come from your account’s dedicated IP address (67.222.49.156).
Please provide this IP to any services that require whitelisted IP
addresses.

…………………………….

大致的意思就是说以前的外部连接ip地址由74.220.215.64变动到现在的67.222.49.156了,

这只是一封告诉我们ip发生了变化,我们不需要进行任何的操作。所以希望有收到这样邮件的的人不要紧张。

hostmonster主机最新的文件数限制

以前hostmonster对文件数限制是5万就会发邮件给你让你删除掉多余的文件,现在hostmonster对文件数的限制是这样的,当你的空间账号中文件数超过5万就会收到hostmonster的邮件,告诉你超过5万就不提供自动备份功能了,然后告诉你你需要自己备份网站,如果你想要自动备份功能那么你就需要首先删除空间中的文件数为5万一下,然后在联系hostmonster客服,告诉他们你已经减少文件数到5万一下了即可。那么现在文件数多少会被暂停账户呢?现在他们对文件数超过20万就会被暂停账户了,暂停空间后会发一份通知邮件,然后你需要减少文件数到17万一下,然后联系客服开通即可。文件数的统计我们可以在cpanel面板中参考file count的显示。

hostmonster主机 gzip 网页压缩

论坛上有关于hostmonster主机空间的gzip网页压缩,是否关闭问题?下面我就这一问题来给大家介绍一下,其实hostmonster支持网页的gzip压缩的,

具体邮件是这样的

Our servers have a proprietary setup for offering compression on data being served. When the CPU is not being utilized 100% for tasks that involve serving content, the server will enable compression of pages on the fly. When the CPU is being taxed more than usual, the server will disable compression to spare the CPU. There is nothing you need to do to enable this, it is the default setup for our servers and is the only way that we ever utilize/allow the mod_deflate module

大意:hostmonster在后台有自己的 mod_deflate 压缩设置,无需用户干预。当 CPU 的负载不过高时,会自动启动压缩;CPU 负载过高时会禁用压缩腾出资源让给处理。大致就是这个样子的。

hostmonster主机如何设定默认首页

下面来给大家讲解一下hostmonster主机如何设置默认的首页优先级问题,问题是这样的默认的优先级是

default.html是hostmonster自己的主页,我想让index.php做为我的首页可以怎么也跳转不到哪里,我该如何设置。

对这样的问题,我们的解决方法可以设置.htaccess这个配置文件来实现,具体设置很简单就是在.htaccess下面放入下面的代码

DirectoryIndex index.php default.html index.html index.php

也就是说你想把那个作为首页,就把那个方在第一的位置即可。