![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
相关问题
设置用户网页空间(root登录),打入:http://localhost/~jone不显示index.html页.
1 我的机器新建jone用户.
2 站点主目录:/var/http/html
3 在主目录下建立public_html
4 建立/home/jone/jone_web文件夹
5 修改httpd.conf如下:
#UserDir disable
UserDir public_html
[root@localhost root]# ln -s /home/jone/jone_web /var/http/html/public_html
把jone_web目录连到站点主目录下.
[root@localhost jone]# chown jone.jone jone_web 将此目录拥有人与组改为jone
[root@localhost home]# chmod 711 jone 更改目录权限.
经过如上配置,显示如下错误:
Not Found
The requested URL /~jone/ was not found on this server.
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.40 Server at localhost Port 80
提问者:jone_linux 08-18 14:02
答复

