how to check which apache modules are currently loaded
Tapas Mishra
mightydreams at gmail.com
Wed Feb 2 11:41:17 UTC 2011
On Wed, Feb 2, 2011 at 4:38 PM, Hal Burgiss <hal at burgiss.net> wrote:
> On Tue, Feb 1, 2011 at 3:02 PM, nitin chandra <nitinchandra1 at gmail.com>
> wrote:
>>
>> Hi Tapas,
>>
>> If not in default install
>>
>> ./opt/apache2/bin/apachectl -l
>>
>
>
> The default install has apache2ctl. That command seems to only list the
> compiled in modules (at least the default installed version), not the ones
> loaded dynamically like status, rewrite, etc.
I checked apache2ctl but the output of apache2ctl -S is just
apache2ctl -S
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:80 is a NameVirtualHost
default server someurl.in (/etc/apache2/sites-enabled/000-default:1)
port 80 namevhost someurl.in (/etc/apache2/sites-enabled/000-default:1)
port 80 namevhost site4.someurl.in
(/etc/apache2/sites-enabled/site4.someurl.in:3)
port 80 namevhost someurl.in (/etc/apache2/sites-enabled/someurl.in:1)
port 80 namevhost site3.someurl.in
(/etc/apache2/sites-enabled/site3.someurl.in:3)
port 80 namevhost site2.someurl.in
(/etc/apache2/sites-enabled/site2.someurl.in:3)
port 80 namevhost site1.someurl.in
(/etc/apache2/sites-enabled/site1.someurl.in:2)
Syntax OK
>These are located in
> /etc/apache2/mods-enabled, if that helps any.
yes this I got.
--
More information about the ubuntu-users
mailing list