Which directive should we disable to obscure the fact that PHP is being used on our server?

Which directive should we disable to obscure the fact that PHP is being used on our server? Correct Answer expose_php

Using the expose_php directive we can prevent PHP version details from being appended on our web server signature. When expose_php is disabled, the server signature will look like: Apache/2.2.11 (Ubuntu) Server.

Related Questions

Which directive determines whether PHP scripts on the server can accept file uploads?
If you want to disable STP on a port connected to a server, which command would you use?
Say I want to change the extension of a PHP file, which of the following statements should I edit to change from .php to .html in the httpd.conf file?
Which one of the following statements should be used to disable just the fopen(), and file() functions?
Which one of the following statements should be used to disable the use of two classes administrator and janitor?