Examveda
Examveda

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

A. show_php

B. expose_php

C. print_php

D. info_php

Answer: Option B

Solution(By Examveda Team)

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.

This Question Belongs to PHP >> Website Security

Join The Discussion

Related Questions on Website Security