日期:2009/06/19 17:55:25来源: 绿色资源网整理
1.下载httpd软件,编译Apache:
。/configure ——enable-ssl(使之支持SSL)
make
make install
2.httpd.conf中把#Include conf/exta……vhosts.conf前的#去掉
在vhosts.conf中配置:
DocumentRoot:usr/local/w1
ServerName:www.shnu1.cn
order deny,allow
allow from all
(添加访问网页的权限)
3.windows的system32下的hosts文件中添加:
10.10.134.26 www.w1.com
10.10.134.26 www.w2.com
4. 在w1和w2文件夹下分别创建w1.htm和w2.htm
5. 重启Apache:usr/local/apache2/bin/apachecl1 restart
6.IE地址栏分别输入w1.com和w2.com,测试w1.htm和w2.htm
7.生成证书
cd /usr/local/apache2/conf
openssl req -new -x509 -nodes -out server.crt -keyout server.key
httpd.conf中打开httpd-ssl.conf配置即可。
相关文章
相关下载
limbo镜像linux文件 系统其它556.15Mv1.0
详情SwingInspector for Linux 编程工具6.72Mv1.0
详情智能陈桥五笔 for Linux 汉字输入1.82Mv1.0
详情rdesktop(Linux远程桌面管理) 远程监控378KBv1.0
详情stupid-ftpd(嵌入式linux平台ftp服务端软件) FTP 工具34KBv1.0
详情制作linux启动u盘(rufus) U盘工具599KBv1.0
详情网友评论