On Fri, May 28, 2004 at 05:44:19PM -0500, Gibson, Danny wrote: : Syntax error on line 654 of /opt/app/apache1.3.31/conf/httpd.conf: : Invalid command 'JkMount', perhaps mis-spelled or defined by a module not : included in the server configuration : ./apachectl start: httpd could not be started
This means the JK module didn't completely load. (Module-specific config directives are set by the module itself. Generally speaking, if you know you've spelled a directive properly but you get this error, that means the module hasn't loaded.) Check your httpd.conf syntax: I forget the exact directive, but you must specify *two* lines to load a module in Apache 1.x; just "LoadModule" isn't enough. Check other modules loaded in httpd.conf as a reference. You'll have a block of "LoadModule" and then another block of That Other Directive I Can't Remember. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]