How would you instruct an Apache server to listen on port 81 instead of port 80?
What will be an ideal response?
In httpd.conf, change the directive
Listen 80
to
Listen 81
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT true regarding input masks?
A) An input mask provides the punctuation so you do not have to type it. B) An input mask defines a consistent template. C) Access has a wizard that creates automatic masks for Social Security numbers, zip codes, passwords, extensions, dates, and times. D) Input masks do not affect how data is stored.
Computer Science & Information Technology
Creating a keyframe for a property of an element automatically adds a _________ for that property to the Timeline
A. animation B. layer C. value D. transition
Computer Science & Information Technology