On Thu, Dec 3, 2009 at 1:48 PM, vishesh kumar <[email protected]> wrote: > Dear all > > I am using RHEL 5.2 and newbie in apache, as a preliminary step i executed > following command to list apache modules > > root# httpd -l > > It showed me following output, > > core.c > prefork.c > http_core.c > mod_so.c > > I eager to know , there are only 4 apache module present in my > httpd server, so i am doing something wrong. > > > Thanks >
httpd -l lists compiled in modules. mod_so allows loading of non compiled in modules. All other available modules would be in $PREFIX/libexec/apache22. Cheers Tom --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
