raksmart活动促销

分享

写回答

发帖

不可思议的bluehost文件数限制

BlueHost BlueHost 16763 人阅读 | 14 人回复

发表于 2009-4-14 11:11:45 | 显示全部楼层 |阅读模式

几天前收到bluehost写给我的信,信里说我的帐号里的文件数超标,官方限制在不得多于50,000个文件。自收到通知之日起15日后帐号会被暂停。我认真检查了我的两个站点,修改的程序的设置,不再缓存文件,删除了缓存文件。之后用FTP和SSH统计了一下文件数和文件夹数,约有1300个,又发信给BLUEHOST的abuse department。告诉他们我已经删除了很多文件,请求他们对我的帐号的文件数进行检查并告诉我结果。不可思议的事情发生了,他们回信中说我的文件数仍有18W之多,要求我继续不必要的文件:“When you review the files on your account, consider checking locations that are often neglected such as; your email folders, error logs, files that blogs/CMS applications cache, system/error logs, and files/installations that are no longer used.”
我认真检查了邮箱、错误日志等,确实没有拉圾文件,总文件数约有1300个。我的帐号里只有两个网站,一个网站只有100多个文件,另一个是使用wordpress的blog,难道我用FTP和SSH统计会出错吗?无奈之下,我删除的那个wordpress的blog,心想这下总该行了吧,用FTP和SSH统计后,只有202个文件和20个文件夹。再次发EMAIL给bluehost的abuse department。更加不可思议的事情再次发生:“I have just reviewed your account, you now have 187405 files.  It is necessary for you to reduce your number of files on your account.  You must reduce the number of files on your account to under 50,000 within 14 days from the time you received the 1st notice.”
盼望朋友们和版主们能帮忙分析我统计的文件数为何与bluehost统计的相差100倍之多,非常感谢
我在统计文件时所使用的ssh命令是:
find . -type f -print |wc -l
find ~/ -type f | wc -l

[ 本帖最后由 gaox2004 于 2009-4-14 11:27 AM 编辑 ]

回答|共 14 个

goldstein

发表于 2009-4-14 12:18:20 | 显示全部楼层

  1. find ./public_html -type f | wc -l
复制代码

gaox2004

发表于 2009-4-14 12:21:20 | 显示全部楼层

原帖由 goldstein 于 2009-4-14 12:18 PM 发表
find ./public_html -type f | wc -l

使用这个命令查到的文件数只有123个

goojii

发表于 2009-4-14 17:46:58 | 显示全部楼层

不用这么复杂,
给BLUEHOST写信,问他们怎么查,并告诉你相应的目录和文件数。
语气客气点就行,咱们是礼仪大邦!

我只奇怪:
BLUEHOST要求我不超过40万文件:
We don't allow you to have over 400,000 files on an account.  It doesn't matter what kind of files they are as long as they are used by the hosting account.  Please reduce your files to a maximum of 400,000 files.  Thank you for your cooperation in this matter.

xiaochou前2个星期买要求不超过10万个文件
BLUEHOST的客服主机的一些限制,如下。
8 simultaneous IMAP connections
500 emails to be sent per hour
40 simultaneous PHP connections
60 simultaneous MySQL connections
8 simultaneous FTP connections
450 simultaneous HTTP connections
20% of a 1x core CPU power
60 seconds of continuous CPU time
approximately 100,000 files total

怎么你就只有5万个文件啦?

ffnn

发表于 2009-4-14 19:52:19 | 显示全部楼层

有点客服说40万,有点客服说5万。

goojii

发表于 2009-4-15 12:56:43 | 显示全部楼层

Bluehost上,我原先有100万个文件,今年3月份通知我保持在40万以内,
我转移了,现在只剩下37万文件,3月23日Bluehost还来信说谢谢我的支持呢!
见:

You now have         373542 files.  Thank you for your cooperation in this matter.
Bluehost
Abuse Department/Level 2 Abuse
888-401-4678

不行就转移,给我40万个文件的容量根本没法用!
RAKSmart

xiaochou

发表于 2009-4-16 23:08:08 | 显示全部楼层

感觉限制挺严格的。不过速度稳定性还不错。

cdis

发表于 2009-4-17 00:40:12 | 显示全部楼层

我用
  1. du | wc -l
复制代码
查询

ffnn

发表于 2009-4-17 01:14:01 | 显示全部楼层

回复 6# 的帖子

那你一个文件夹里最多多少个文件???linux的吧,好像不限制每个文件夹里的文件数。

goojii

发表于 2009-4-17 08:58:43 | 显示全部楼层

不限制每个文件夹里的文件数,限制总文件数。
您需要登录后才可以回帖 登录 | 注册

本版积分规则