On Sun, 16 Mar 2008 12:09:04 +0100
"Giovanni Gherdovich" <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I would like to know if it is possible to
> print the list of the modules I've installed on
> my apache 2.0 webserver, or if it is
> possible to recover it from the configuration files.
> 
> This should include static Apache modules and
> DSO modules.
> 
> Best regards,
> Giovanni Gherdovich
> 
> ---------------------------------------------------------------------
> 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]
> 

httpd -l (for static modules)
httpd -M (for shared/dynamic modules)

-- 
Nilesh G
India Technologies Administrator
www.itech7.com

---------------------------------------------------------------------
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]

Reply via email to