In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "the installation and basic configuration of httpd server". The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "the installation and basic configuration of httpd server".
Mainly understand the use of virtual directory
1, install
[root@station10 /] # yum install httpd*
[root@station10 /] # chkconfig httpd on
[@ more@]
2, start
[root@station10 /] # service httpd start
Starting httpd: [OK]
[root@station10 /] #
3. Verify the DocumentRoot directory:
DocumentRoot "/ var/www/html"
4, test
5, create a directory
[root@station10 /] # mkdir-p / var/www/virtual/www10.example.com/html
[root@station10 /] # cd / var/www/virtual/www10.example.com/html
[root@station10 html] # cat > index.html EOF
[root@station10 html] #
6. Modify the configuration file
NameVirtualHost 192.168.0.10:80
ServerName www10.example.com
ServerAdmin root@station10.example.com
DocumentRoot / var/www/virtual/www10.example.com/html
ErrorLog logs/www10.example.com-error_log
CustomLog logs/www10.example.com-access_log combined
Options Indexes Includes
7. Test whether the dns is normal.
[root@station10 html] # dig www10.example.com
; DiG 9.3.3rc2 www10.example.com
;; global options: printcmd
;; Got answer:
;;-> > HEADER
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.