当前位置:网站首页>Experiment with a web server that configures its own content
Experiment with a web server that configures its own content
2022-07-07 12:25:00 【Miracle_ ze】
Experiment with your own configuration web The server
Experiment with your own configuration web The server
1. Step requirements
Step requirements :
1、 Configure the software warehouse and install the software
2、 Modify the configuration file
3、 Stop firewall
4、 Customize the page and start the service
5、 adopt Windows Browser access to the system
2. Configure the software warehouse and install the software
In the terminal /etc/yum.repos.d Create a warehouse under the directory of base.repo
The instructions are as follows
1. Jump to the current position
cd /etc/yum.repos.d
2. Create repository

touch base.repo
3. Edit the contents of the warehouse file
vim base.repo
Type in
[baseos]
name=baseos
baseurl=/mnt/BaseOS
gpgcheck=0
[appstream]
name=appstream
baseurl=/mnt/AppStream
gpgcheck=0
4. Install the software
1. mount
mount /dev/sr0 /mnt
2. Install the software
dnf install httpd -y
When finished, the last line shows complete, The installation is successful
Be careful :
2. Modify the configuration file
1. Successfully installed httpd Post configuration file content
vim /etc/httpd/conf/httpd.conf
Enter the last line mode after entering , Input set nu: According to the line Numbers
Around the 98 That's ok find #ServerName www.example.com:80
Place the cursor on 98 That's ok , stay vim Input in the general mode of yy: Copy the line where the cursor is , And then you type in p: Paste to the next line under the cursor —— This is to prevent forgetting that the original website cannot be modified
Per row # Notation , Only by removing it can it take effect
For its website www.example.com It is amended as follows 0.0.0.0
0.0.0.0 Represents any address
98 #ServerName www.example.com:80
99 ServerName 0.0.0.0:80
2. Configure files , Then install vim
dnf install vim -y
Enter again after completion to view
vim /etc/httpd/conf/httpd.conf
3. Turn off firewall
1. Turn off firewall
systemctl stop firewalld
4. Customize the page and start the service
1. Turn on httpd service
systemctl start httpd
2. Page content input
echo welcome > /var/www/html/index.html
5. adopt Windows Browser access to the system
1. Browser input virtual machine ip Address

tip
Prerequisite :
1、 The warehouse has been created in your system , Only with a warehouse can you download and install packages , So that your system can download packages, you can refer to the following Article reference article link :https://www.cnblogs.com/galsnag/p/13896354.htm
2、 Your system has IP Can pass dhclient obtain ; ifconfig Inquire about
3、 Your system has been installed Vim ; If it doesn't pass yum install vim -y download , perhaps dnf install vim -y
4. vim Inside # The latter means to comment out ;web The default port number of 80
边栏推荐
- Common locking table processing methods in Oracle
- Tutorial on the principle and application of database system (008) -- exercises on database related concepts
- Fleet tutorial 15 introduction to GridView Basics (tutorial includes source code)
- EPP+DIS学习之路(2)——Blink!闪烁!
- Typescript interface inheritance
- Several methods of checking JS to judge empty objects
- 【玩转 RT-Thread】 RT-Thread Studio —— 按键控制电机正反转、蜂鸣器
- [filter tracking] strapdown inertial navigation pure inertial navigation solution matlab implementation
- 百度数字人度晓晓在线回应网友喊话 应战上海高考英语作文
- About web content security policy directive some test cases specified through meta elements
猜你喜欢

UP Meta—Web3.0世界创新型元宇宙金融协议

Several methods of checking JS to judge empty objects

SQL lab 26~31 summary (subsequent continuous update) (including parameter pollution explanation)

《看完就懂系列》天哪!搞懂节流与防抖竟简单如斯~

Tutorial on principles and applications of database system (010) -- exercises of conceptual model and data model

Rationaldmis2022 array workpiece measurement

NPC Jincang was invited to participate in the "aerospace 706" I have an appointment with aerospace computer "national Partner Conference
![110. Network security penetration test - [privilege promotion 8] - [windows sqlserver xp_cmdshell stored procedure authorization]](/img/62/1ec8885aaa2d4dca0e764b73a1e2df.png)
110. Network security penetration test - [privilege promotion 8] - [windows sqlserver xp_cmdshell stored procedure authorization]

<No. 8> 1816. Truncate sentences (simple)

【玩转 RT-Thread】 RT-Thread Studio —— 按键控制电机正反转、蜂鸣器
随机推荐
Completion report of communication software development and Application
Flet tutorial 17 basic introduction to card components (tutorial includes source code)
Tutorial on principles and applications of database system (009) -- conceptual model and data model
【玩转 RT-Thread】 RT-Thread Studio —— 按键控制电机正反转、蜂鸣器
SQL head injection -- injection principle and essence
Sonar:cognitive complexity
SQL Lab (36~40) includes stack injection, MySQL_ real_ escape_ The difference between string and addslashes (continuous update after)
Superscalar processor design yaoyongbin Chapter 10 instruction submission excerpt
问题:先后键入字符串和字符,结果发生冲突
HCIA复习整理
Review and arrangement of HCIA
Completion report of communication software development and Application
小红书微服务框架及治理等云原生业务架构演进案例
When OSPF specifies that the connection type is P2P, it enables devices on both ends that are not in the same subnet to Ping each other
MATLAB实现Huffman编码译码含GUI界面
Present pod information to the container through environment variables
SQL Lab (41~45) (continuous update later)
Problem: the string and characters are typed successively, and the results conflict
30. Feed shot named entity recognition with self describing networks reading notes
Idea 2021 Chinese garbled code