apache配置SSL以及同一站点多端口配置

admin6年前IT技术2907

 <VirtualHost *:443> 

 ServerName www.ilikegoodproducts.com
 DocumentRoot "C:\Users\Administrator\Desktop\000" 
 DirectoryIndex index.html index.php 
 SSLEngine On
 SSLCertificateChainFile   "C:\phpserver\Apache24\conf\ssl\***.crt"
 SSLCertificateFile  "C:\phpserver\Apache24\conf\ssl\***.crt"   
 SSLCertificateKeyFile   "C:\phpserver\Apache24\conf\ssl\***.key"  
<Directory "C:\Users\Administrator\Desktop\website\000"> 
  Options -Indexes +FollowSymlinks 
  AllowOverride All 
  Require all granted 
 </Directory>  
</VirtualHost>
多端口,设置多个VirtualHost
 <VirtualHost *:80> 
</VirtualHost>

 

相关文章

Docker安装

sudo yum install -y yum-utils二选一yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/li...

vb设置全屏与设置退出--快捷键

退出VB   unload meVB全屏:Form1.Left = 0Form1.Top = 0Form1.Width = Screen.WidthForm1.Height = S...

英文有哪些好用的输入法?

win10自带的输入法就挺好用的首先它是有候选词的,但好像默认是不开启的可以看出来它会根据前面的词和语法来显示候选词也会根据前文推荐下一个词推荐的词精准度还是比较高的,都是高频搭配打错字母了也不怕如果...

过滤emoji表情的正则表达式

\p{Cs}?imageView2/2/w/300/interlace/1/q/90^[\u4e00-\u9fa5]+$...

汇成机械行业企业网站系统v11.1

汇成机械行业企业网站系统v11.1˂a target="_blank" href="download/jixie/jixiehangye11.rar"˃官方下载汇成企业网站管理系统为中小企业免费建立属...

codex 用于amazon主图与详情A+设计得skill

通过聊天让codex安装 https://github.com/RongjieTang/rongjie-amazon-design上传一张主题与你喜欢得设计风格的A+详情页图片或者主图图片告...

发表评论    

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。