"Ward W. Vuillemot" wrote:
> 
> [snip]
>
> But, apachectl configtest tells me
> Invalid command 'SetHandler', perhaps mis-spelled or defined by a module not
> included in the server configuration
> 
> Running httpd -l, returns
> Compiled-in modules:
>   http_core.c
>   mod_env.c
>   mod_log_config.c
>   mod_negotiation.c
>   mod_include.c
>   mod_autoindex.c
>   mod_dir.c
>   mod_cgi.c
>   mod_imap.c
>   mod_actions.c
>   mod_rewrite.c
>   mod_access.c
>   mod_auth.c
>   mod_so.c
>   mod_setenvif.c
>   mod_ssl.c
>   mod_perl.c
> 

Dear Ward,

make sure, you have AddModule directives for each compiled-in module
(except httpd_core) in your httpd.conf  - e.g.

AddModule mod_env.c
AddModule mod_log_config.c
 ...
AddModule mod_ssl.c
AddModule mod_perl.c

See

http://httpd.apache.org/docs/mod/core.html#addmodule


Ernest


-- 

*********************************************************************
* VIRTUALITAS Inc.               *                                  *
*                                *                                  *
* European Consultant Office     *      http://www.virtualitas.net  *
* Internationales Handelszentrum *   contact:Ernest Lergon          *
* Friedrichstraße 95             *    mailto:[EMAIL PROTECTED] *
* 10117 Berlin / Germany         *       ums:+49180528132130266     *
*********************************************************************
       PGP-Key http://www.virtualitas.net/Ernest_Lergon.asc

Reply via email to