I am wanting to make sure that the Apache server being used for the tests has the proper Apache modules loaded for the mod_perl module I am testing to work.
Specifically for the code that I am working on now, I want to make sure the autoindex shared module is available. I also want to make sure that the module is loaded into the server even if the main Apache server configuration doesn't have it loaded in. Is it possible to do this? Trevor