[Joomla]Internal Server Error--文件夹权限

早上从同事那里得知了wget命令,随机在两台服务器上试了一下,果然很爽达到了340m/s ,传输了一个200多兆的文件,基本是瞬间完成。

在ssh下使用wget 使用For exmaple.

[code]

wget http://www.gobigv.com/xxx.zip

[code]

配置好了Joomla网站访问administrator, 发现提示Internal Server Error, 以为是数据库的问题,随即重新配置了数据库。发现问题还在

随即通过flashfxp查看administrator文件夹权限为777,  应该是unzip时候默认生成的权限,改为755后,问题解决。

为什么777和755会有这种差别?

从Joomla docs看到

Depending on the security configuration of your Web server the recommended default permissions of 755 for directories and 644 for files should be reasonably secure.

推荐在服务器上使用对文件夹 755, 文件644的权限。

777的权限文件夹服务器报错,这个报错在哪里配置的? 是 apache默认的配置吗?