Which directive would you remove from the VirtualHost container directive to start the Oracle HTTP Server?

You set the following directives in the httpd.conf file to set up a virtual host:
<VirtualHost 130.35.174.159>
ServerName www.host1.com
ServerAdmin [email protected]
StartServers 10
DocumentRoot /home/oracle/infra/doc
ErrorLog /home/oracle/infra/error

TransferLog /home/oracle/infra/log
</VirtualHost>
When you attempt to start the Oracle HTTP Server, it errors out displaying a syntax error in the
VirtualHost container directive. On investigation, you observe that you have set a directive that is
allowed to be used only in the server configuration context.
Which directive would you remove from the VirtualHost container directive to start the Oracle
HTTP Server?

You set the following directives in the httpd.conf file to set up a virtual host:
<VirtualHost 130.35.174.159>
ServerName www.host1.com
ServerAdmin [email protected]
StartServers 10
DocumentRoot /home/oracle/infra/doc
ErrorLog /home/oracle/infra/error

TransferLog /home/oracle/infra/log
</VirtualHost>
When you attempt to start the Oracle HTTP Server, it errors out displaying a syntax error in the
VirtualHost container directive. On investigation, you observe that you have set a directive that is
allowed to be used only in the server configuration context.
Which directive would you remove from the VirtualHost container directive to start the Oracle
HTTP Server?

A.
TransferLog

B.
ErrorLog

C.
StartServers

D.
DocumentRoot

E.
ServerAdmin



Leave a Reply 0

Your email address will not be published. Required fields are marked *