Re: [EMAIL PROTECTED] what modules have been loaded ?

2008-05-22 Thread Arnab Ganguly
Try ./httpd -l.Where is the httpd is the Apache binary.It will show you the modules compiled into the server not the modules that are going to be dynamically loaded using LoadModules. Thanks -A On Thu, May 22, 2008 at 12:43 AM, dave selby [EMAIL PROTECTED] wrote: Hi all, Is there a way to get

[EMAIL PROTECTED] what modules have been loaded ?

2008-05-21 Thread dave selby
Hi all, Is there a way to get apache2 to tell you what modules have been successfully loaded ? Cheers Dave -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html

Re: [EMAIL PROTECTED] what modules have been loaded ?

2008-05-21 Thread Craig Huffstetler
Greetings Dave, I think you will find this post helpful: http://www.ducea.com/2006/05/30/managing-apache2-modules-the-debian-way/ But I think the direct answer to your question is: apache2 -l If you are looking to list the installed modules; however, I think you may be looking to enable modules

Re: [EMAIL PROTECTED] what modules have been loaded ?

2008-05-21 Thread dave selby
2008/5/21 Craig Huffstetler [EMAIL PROTECTED]: Greetings Dave, I think you will find this post helpful: http://www.ducea.com/2006/05/30/managing-apache2-modules-the-debian-way/ But I think the direct answer to your question is: apache2 -l If you are looking to list the installed modules;