Linux操作系统下Apache配置虚拟主机+SSL
2008-06-13 12:13:27 来源:WEB开发网核心提示: 1.下载httpd软件,编译Apache: ./configure --enable-ssl(使之支持SSL) make make install 2.httpd.conf中把#Include conf/exta..vhosts.conf前的#去掉 在vhosts.conf中配置: DocumentRoot:usr/
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配置即可。
- ››linux下两台服务器文件实时同步方案设计和实现
- ››Linux文件描述符中的close on exec标志位
- ››Linux下管道使用的一些限制
- ››Linux 误删/usr/bin 解决方法
- ››linux 添加新用户并赋予sudo执行权限
- ››linux常用软件安装方法
- ››Linux的分区已经被你从Windows中删除,系统启动后...
- ››linux enable命令大全
- ››Linux实现基于Loopback的NVI(NAT Virtual Interfa...
- ››Linux远程访问windows时,出现"连接被对端重...
- ››linux中使用head命令和tail命令查看文件中的指定行...
- ››linux swap 分区调控(swap分区 lvm管理)
更多精彩
赞助商链接