list of apache modules ?

list of apache modules ?

am 03.12.2009 14:48:50 von vishesh kumar

--0016e68dbbe6503eb30479d3400b
Content-Type: text/plain; charset=ISO-8859-1

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

--0016e68dbbe6503eb30479d3400b
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Dear all
=A0
I am using RHEL 5.2 and newbie in apache, as a prelimina=
ry step i executed following command to list apache modules

root# ht=
tpd -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



r>

--0016e68dbbe6503eb30479d3400b--

Re: list of apache modules ?

am 03.12.2009 15:07:09 von Tom Evans

On Thu, Dec 3, 2009 at 1:48 PM, vishesh kumar wr=
ote:
> Dear all
>
> I am using RHEL 5.2 and newbie in apache, as a preliminary step i execute=
d
> 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 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: list of apache modules ?

am 03.12.2009 15:07:43 von Peter Schober

* vishesh kumar [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 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: list of apache modules ?

am 03.12.2009 15:10:52 von Sascha Kersken

Hi,

> 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

You can use

# httpd -t -D DUMP_MODULES
or its short form
# httpd -M

for a list of all active (i.e. compiled-in and shared) modules.


Cheers
Sascha

--
Softwareentwickler
Fachbuchautor -- u.a. "IT-Handbuch für Fachinformatiker",
http://www.galileocomputing.de/2138

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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: list of apache modules ?

am 03.12.2009 17:46:08 von vishesh kumar

Thanks all of for quick reply.

On 12/3/09, Sascha Kersken wrote:
> Hi,
>
>> 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
>
> You can use
>
> # httpd -t -D DUMP_MODULES
> or its short form
> # httpd -M
>
> for a list of all active (i.e. compiled-in and shared) modules.
>
>
> Cheers
> Sascha
>
> --
> Softwareentwickler
> Fachbuchautor -- u.a. "IT-Handbuch für Fachinformatiker",
> http://www.galileocomputing.de/2138
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project=
..
> See 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
>
>

--=20
Sent from my mobile device

http://linuxinterviews.blogspot.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See 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