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
Kristofer
3 days ago
Don't forget to check the IP address!
upvoted 0 times
...
Edna
8 days ago
Yeah, the yum install command is essential.
upvoted 0 times
...
Ruthann
13 days ago
I think option A is the right answer.
upvoted 0 times
...
Kristofer
18 days ago
I’m worried about the virtual host configuration.
upvoted 0 times
...
Edna
23 days ago
I feel confident about the HTTPD setup.
upvoted 0 times
...
Ruthann
29 days ago
This question is tricky! I hope I remember the commands.
upvoted 0 times
...
Lorean
1 month ago
Nice, but make sure to check firewall settings too!
upvoted 0 times
...
Dominic
1 month ago
Wait, is the IP address really 192.168.0.254? That seems off for a public server.
upvoted 0 times
...
Krystina
1 month ago
Totally agree, wget is more straightforward for this task.
upvoted 0 times
...
Teddy
2 months ago
This looks good, but why use wget instead of curl?
upvoted 0 times
...
Ellsworth
2 months ago
Just a heads up, don't forget to start the httpd service after installation!
upvoted 0 times
...
Marylyn
2 months 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
2 months 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
2 months 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
3 months 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