You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bill Stevens <bs...@2stevens.com> on 2001/08/20 20:29:57 UTC

Apache-Tomcat 3.2.3 problem (bstev2)

thanks for the quick reply!  Here's my output to check if Apache was
compiled with modules:

[localhost:~] FOO% httpd -l
Compiled-in modules:
    http_core.c
    mod_so.c
suexec: disabled; invalid wrapper /usr/sbin/suexec

looks OK right?

------------------------------------------------------------------------
On Monday, August 20, 2001, at 02:16 PM, mailtracker wrote:

Verify that your apache was built with modules enabled:

httpd -l

   should produce a list of *.c files, including http_core.c and mod_so.c