>I'm setting up Tomcat, Apache and for developing/testing server pages 
>locally
>
>using: Mac OS X, Apache 1.3.19, Tomcat 3.2.3
>
>I'm getting the following errors when I boot up and try to start Apache 
>and Tomcat:
>
>sudo /usr/sbin/apachectl restart
>/usr/sbin/apachectl restart: httpd not running, trying to start

that means that the apache was not running. At boot you should have 
apachectl start, not restart ... 

>Processing config directory: /private/etc/httpd/users
>  Processing config file: /private/etc/httpd/users/FOO.conf
>dyld: /usr/sbin/httpd Undefined symbols:
>_jk_module

seems like the mod_jk module has not been build correctly.

>/usr/sbin/apachectl restart: httpd could not be started
>

Looking at the apache error log can give you more info.

                                      - Boris


>Can anyone tell me what I'm not configuring correctly - thanks alot!



Reply via email to