nerdexam
LPI

202-450 · Question #73

Given this excerpt from an Apache configuration file, which of the numbered lines has INCORRECT syntax? 1: <VirtualHost *:80> 2: ServerAdmin [email protected] 3: DocumentRoot…

The correct answer is E. None. The configuration is valid. You've hit your weekly limit · resets 5am (America/New_York)

HTTP Services

Question

Given this excerpt from an Apache configuration file, which of the numbered lines has INCORRECT syntax? 1: <VirtualHost *:80> 2: ServerAdmin [email protected] 3: DocumentRoot /home/http/admin 4: ServerName admin.server.example.org 5: DirectoryIndex index.php default.php 6: ErrorLog logs/admin.server.example.org-error_log 7: CustomLog logs/admin.server.example.org-access_log common 8: </VirtualHost>

Options

  • A1
  • B1 and 4
  • C1, 4 and 7
  • D1 and 5
  • ENone. The configuration is valid

How the community answered

(56 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    2% (1)
  • D
    9% (5)
  • E
    84% (47)

Explanation

You've hit your weekly limit · resets 5am (America/New_York)

Topics

#Apache#VirtualHost#httpd.conf syntax#configuration analysis

Community Discussion

No community discussion yet for this question.

Full 202-450 Practice