RedHat EX200 Exam - Topic 9 Question 129 Discussion
Configure a HTTP server, which can be accessed through http://station.domain40.example.com.Please download the released page from http://ip/dir/example.html.
A) Explanation:
# yum install -y httpd
# chkconfig httpd on
# cd /var/www/html
# wget http://ip/dir/example.html
# cp example.com index.html
# vim /etc/httpd/conf/httpd.conf
NameVirtualHost 192.168.0.254:80
<VirtualHost 192.168.0.254:80>
DocumentRoot /var/www/html/
ServerName station.domain40.example.com
</VirtualHost>
Kristofer
3 days agoEdna
8 days agoRuthann
13 days agoKristofer
18 days agoEdna
23 days agoRuthann
29 days agoLorean
1 month agoDominic
1 month agoKrystina
1 month agoTeddy
2 months agoEllsworth
2 months agoMarylyn
2 months agoMelissa
2 months agoLynelle
2 months agoDaren
3 months ago