Home > Backend Development > PHP Tutorial > 服务器禁用了chmod(),如何解决

服务器禁用了chmod(),如何解决

WBOY
Release: 2016-06-13 12:06:36
Original
2180 people have browsed it

服务器禁用了chmod(),怎么解决
服务器禁用了chmod()函数
上传文件连读的权限都没有
假设不改服务器配置,在程序里,有没有解决的办法
------解决思路----------------------
联系服务器管理员,给你的网站程序目录单独设置 相关权限
------解决思路----------------------
上传文件默认是apache的权限,一般为www-data是拥有者。
查看phpinfo(); 看看disable_functions是否有chmod,如果是就是被屏蔽了。
如果chmod不在disable_functions,则表示没有屏蔽,应该是可以使用的。
------解决思路----------------------
用 ftp 软件查看并修改 images 目录的权限

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template