An administrator needs to add support for PERL to Apache for the company’s Website. The administrator wants to do this by adding perl_module to the Apache configuration. How can this be done?
A.
Run http -lm perl_module from the command line.
B.
Run httpd –module perl_module from the command line.
C.
Remove the # from #LoadModule perl_module libexec/httpd/libssl.so in httpd.conf file.
D.
Remove the # from #AddModule perl_module libexec/httpd/libssl.so in httpd.conf file.
I have the same idea. C