Michael Felt wrote:

> mich...@x054:[/data/prj/httpd-2.2.14]./httpd -t
> [Thu Oct 15 09:58:08 2009] [warn] module headers_module is already
> loaded, skipping
> Syntax error on line 69 of /usr/local/apache2/conf/httpd.conf:
> Invalid command 'AddHandler', perhaps misspelled or defined by a module
> not included in the server configuration
> =====================================================================
> What mod needs to be static so "things" like AddHandler function properly?

Look in the rpm spec file in build/rpm/httpd.spec.in, and find the
./configure line in there - use that as a starting point about the
options to use.

Obviously if any modules are left out, tweak accordingly.

The only module that needs to be compiled statically (and it's compiled
statically by default) is mod_so itself, the module that knows how load
dynamic modules.

Regards,
Graham
--

Reply via email to