* vishesh kumar <linuxtovish...@gmail.com> [2009-12-03 14:49]:
> 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.

$ man httpd | fgrep -A2 ' -l '
       -l     Output a list of modules compiled into the server. This will not
              list dynamically loaded modules included  using  the  LoadModule
              directive.

cheers,
-peter

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to