真是奇怪的事情正在发生.
httpd.conf 说apache作为apache用户运行.
httpd.conf
我已经知道了文件apache:apache.
apache:apache
该文件仍然不可写.
我已经设置了(整个webroot作为最后的手段)的权限777,文件仍然不可写...
777
路径是正确的,因为file_exists()是true不过is_writeable是false.
file_exists()
true
is_writeable
false
有任何想法吗?
php apache filesystems
apache ×1
filesystems ×1
php ×1