You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Marcus Leon <Ma...@baltimore.com> on 2002/07/24 22:29:59 UTC

Does Apache2 no longer require the AddModule statement?

1) Does Apache 2 no longer require the AddModule statement in the httpd.conf
file?

I can only get our module to load by just using the LoadModule statement.
Apache 2 won't start when I use AddModule in addition to LoadModule, as done
in Apache 1.x.

2) If Apache 2 does no longer require the AddModule statement, why does apxs
still add it to httpd.conf?

Is this a bug?

~Thanks!


-----------------------------------------------------------------------------------------------------------------
The information contained in this message is confidential and is intended
for the addressee(s) only.  If you have received this message in error or
there are any problems please notify the originator immediately.  The 
unauthorised use, disclosure, copying or alteration of this message is 
strictly forbidden. Baltimore Technologies plc will not be liable for
direct, special, indirect or consequential damages arising from alteration of the
contents of this message by a third party or as a result of any virus being 
passed on.
 
This footnote confirms that this email message has been swept for Content Security threats, including
computer viruses.

http://www.baltimore.com

 
This footnote confirms that this email message has been swept by 
Baltimore MIMEsweeper for Content Security threats, including
computer viruses.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Does Apache2 no longer require the AddModule statement?

Posted by Joshua Slive <jo...@slive.ca>.
On Wed, 24 Jul 2002, Marcus Leon wrote:

> 1) Does Apache 2 no longer require the AddModule statement in the httpd.conf
> file?

Correct.  AddModule and ClearModuleList are no longer necessary or
supported because module ordering is handled internally.

> 2) If Apache 2 does no longer require the AddModule statement, why does apxs
> still add it to httpd.conf?
>
> Is this a bug?

If apxs adds AddModule, that would be a bug.

Joshua.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org