apache1.39的,使用namevirtualhost配置了两个站点,运行cgi程序,主文档目录用的是/home/username ,配置成功了,用了n天,昨天不知道只是动了某个username下的几个文件的权限(其他也没动什么啊),现在两个站点都 一直出现没访问权限的错误,访问其apache安装成功时的默认页面也变成这错误了,晕啊,心力憔悴.... Forbidden you don't have permission to access / on this server. ----------------------------------------...
i have done: sgs#share -F nfs -o rw /test (here,when i type dfshares,show me: RESOURCE sgs:/test SERVER sgs ACCESS - TRANSPORT - the same time,sgs and renee all have rpcbind service) sgs#/etc/init.d/nfs.server start or sgs#/usr/lib/nfs/mountd sgs#/usr/lib/nfs/nfsd -a -16 (now,mountd and nfsd are running ,i know by type ps -ef|grep mountd/nfsd) then renee#mount -F nfs sgs:/test /uptest why renee s...
今天配置1台服务器 老是出现 you don't have permission to access / on this server.
在apache 的原来的目录 DocumentRoot "/var/www/html" 就没有问题。改成 DocumentRoot "/home/me/web" 就老是 you don't have permission to access / on this server. 。