Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

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>

RedHat EX200 Exam - Topic 9 Question 129 Discussion

Actual exam question for RedHat's EX200 exam
Question #: 129
Topic #: 9
[All EX200 Questions]

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.

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters
Marylyn
2 hours ago
I remember the steps for editing the httpd.conf file, but I’m not sure if I should use the IP address or the domain name in the NameVirtualHost directive.
upvoted 0 times
...
Melissa
5 days ago
I feel confident about the yum install command, but I’m a bit confused about the chkconfig part. Does it really need to be enabled for the server to start on boot?
upvoted 0 times
...
Lynelle
10 days ago
I think we did a similar question where we had to configure a web server, but I can't recall if we used wget for downloading files.
upvoted 0 times
...
Daren
16 days ago
I remember we practiced setting up a virtual host, but I'm not entirely sure about the exact syntax for the ServerName directive.
upvoted 0 times
...

Save Cancel