You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Strickland, Lawrence P" <St...@uihc.uiowa.edu> on 2004/09/03 15:03:45 UTC

[users@httpd] How do I know all my modules are loaded from httpd.conf?

How do I know all my modules are loaded from httpd.conf?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] How do I know all my modules are loaded from httpd.conf?

Posted by Robert Andersson <ro...@profundis.nu>.
Strickland, Lawrence P wrote:
> How do I know all my modules are loaded from httpd.conf?

Why would a module not be loaded?

Assuming Apache 2, if Apache starts up without errors, all compiled in
modules (visible through httpd -l) and those with a LoadModule directive
will have been loaded. If they are correctly configured is different beast.

Regards,
Robert Andersson


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org