|
|

楼主 |
发表于 2006-2-3 08:59:14
|
显示全部楼层
[root@localhost ~]# cd /home/emacs
[root@localhost emacs]# ls -l
总用量 4
drwxr-xr-x 7 emacs coco 4096 12月 17 18:33 public_html
[root@localhost emacs]# chown emacs:apache public_html
[root@localhost emacs]# chmod 2750 public_html
[root@localhost emacs]# ls -l
总用量 4
drwxr-s--- 7 emacs apache 4096 12月 17 18:33 public_html
[root@localhost emacs]#
经过设置后,TELNET的问题解决了,但PHP程序还是要以读取,因为APACHE是以APACHE用户和组的身份来执行的,看来这个不好解决了 |
|