当前位置:网站首页>Apache configuration multiport
Apache configuration multiport
2022-04-22 21:48:00 【shaobohong】
1、 modify apache\conf\httpd.config file , increase Listen

2、 modify apache\conf\httpd.config file , increase ServerName

3、 modify apache\conf\httpd.config file , Turn on the virtual host

4、 modify apache\conf\extra\httpd-vhosts.config file , increase NameVirtualHost

5、 modify apache\conf\extra\httpd-vhosts.config file , Increase the configuration
<VirtualHost 【 The first 4 Not added NameVirtualHost】>
ServerName 【 The first 2 Added in step ServerName】
DocumentRoot " Code folder path "
<Directory " Code folder path ">
Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.php index.html index.shtml
AllowOverride All
Order Deny,Allow
Allow from all
</Directory>
</VirtualHost>

6、 Pay attention to opening the port at the firewall
版权声明
本文为[shaobohong]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204221708110908.html
边栏推荐
- Suggestions for improving C program 4: implementation of standard dispose mode in C
- Use the model of pytorch to predict
- 关于Libffi
- 未来源码 | 吴恩达教授重磅演讲:Tips for using a data-centric AI approach
- About Net core using actionfilter and automatic transaction of actionfilter
- Reflection: newinstance () gets the specific class object interface according to the package name and class name, and calls the method in the specified class
- Online yaml to XML tool
- paho.mqtt.c简单介绍
- C memory leak 1: class with dispose method
- Shandong University project training raspberry pie promotion plan phase II (IX) inheritance and innovation
猜你喜欢

1251 - client does not support authentication protocol error in MySQL running in Navicat for MySQL connection docker

Future source | Prof. Wu Enda Heavy Speech: Tips for Using a data Centric ai Approach

CSV column extract column extraction
go每日新闻(2021-03-28)——Golang 语言中的非类型安全指针

MySQL is still suitable for Silicon Valley courses (I)

简单介绍常用数据库引擎
![[IPTV] Huawei Yuehe ec6108v9a brush machine](/img/96/40eed4fddf627c3749d0f3bb3fc8f6.png)
[IPTV] Huawei Yuehe ec6108v9a brush machine

About Net core using actionfilter and automatic transaction of actionfilter

Embedded design and development project - digital tube static display program design
![[browser] the translation provided by Google browser is invalid](/img/12/b6213c9c8bf097d4260461535a1329.png)
[browser] the translation provided by Google browser is invalid
随机推荐
《C语言程序设计》(谭浩强第五版) 第9章 用户自己建立数据类型 习题解析与答案
How to run PHP files with Largon framework
How to realize guessing numbers games in C language
K8s deploy redis cluster
Browser HTTP cache related knowledge
收藏优秀博客文章
What is the most important part of computer hardware?
Alibaba cloud container & Service Grid product technology trends (202203)
解决Chrome跨域问题 - 跨域系列
CSV Column Extract列提取
input file修改样式
Noise problem at the end of alsa playback
Suggestion 5 for improving C program: assigning reference type to null and accelerating garbage collection
Analysis of tourism products: travel around
Embedded design and development project - digital tube static display program design
Shandong University project training raspberry pie promotion plan phase II (IX) inheritance and innovation
Expérience 3
Online yaml to XML tool
EMMC 擦除组的理解
About libffi