我知道这是一个重复的问题,但我完全被阻止,不知道为apache服务器创建虚拟目录
我可以访问我的主页index.html
,但我无法访问该文件夹中的其他页面
page2.html
/var/www/html/
另外,我需要查看软件链接到桌面上另一个文件夹的文件夹Firmwares
。
我正在使用Fedora 14
以下是我的问题
1.如何在/var/www/html/
中启用对其他页面的访问?
2.我必须提供哪些特权文件夹以及httpd.conf中的哪些更改?
3.如何轻松添加虚拟目录?我每次都要编辑.conf文件吗?
(我可以编辑.conf文件一次,然后在同一个父文件夹中创建子目录而不用大惊小怪吗?)
目前的HTTPD.conf是 - http://pastebin.com/BBxaAhMk
目前的特权是 -
[root@wbserv ~]# ls -l /var/www/
total 24
drwxr-xr-x. 2 root root 4096 Jul 26 2010 cgi-bin
drwxr-xr-x. 3 root root 4096 Jan 25 17:23 error
drwxr-xr-x. 2 root root 4096 Feb 14 04:41 html
drwxr-xr-x. 3 root root 4096 Jan 25 17:26 icons
drwxr-xr-x. 14 root root 4096 Jan 25 17:27 manual
drwxr-xr-x. 2 webalizer root 4096 Feb 7 03:39 usage
[root@wbserv ~]# ls -l /var/www/html/
total 868
-rwxr-xr-x. 1 root root 52264 Feb 6 15:48 bkg.jpg
-rwxr-xr-x. 1 root root 462993 Feb 6 15:48 banner.png
-rwxr-xr-x. 1 root root 28785 Feb 6 15:48 title.png
lrwxrwxrwx. 1 root root 24 Feb 10 15:39 Firmwares -> /root/Desktop/Firmwares/
-rwxr-xr-x. 1 root root 6282 Feb 14 04:39 index.html
-rwxr-xr-x. 1 root root 9304 Feb 6 15:48 logo.png
-rwxr-xr-x. 1 root root 16877 Feb 6 15:48 sorttable.js
-rwxr-xr-x. 1 root root 1432 Feb 14 04:39 page2.html
-rwxr-xr-x. 1 root root 4303 Feb 6 15:48 style.css
[root@wbserv ~]# ls -l /root/Desktop/
total 16
drwx------. 4 root root 4096 Jan 31 15:28 Firmwares
drwx------. 10 root root 4096 Feb 14 04:36 Utilities