?
1. 修改httpd.conf文件中的参数设定(相当于web共享)
(sun) /etc/apache/httpd.conf
(hp) /opt/apache/httpd.conf
设置documenroot,alias和scriptalias
修改参数配置之后需要重起apache。
重起的文件名和路径:
(sun) /usr/apache/bin
(hp) /opt/apache/bin
apachectl.exe
? 关于link目录
(为了安全性,不允许其直接修改安装目录下的目录和文件)
ln –s a b
其中,a是源目录名,b为链接的目录名。
webclient链接的目录是在postinstall脚本中作的(hp和sun)。