Does Apache take notice of case? I always use JKMount instead of JkMount (capital K). Could be your gremlin...
Dave > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 3:00 PM > To: [EMAIL PROTECTED] > Subject: Tomat and ssl > > > Greetings, > I've added the mod_jk to my apache httpd.conf file and I've > placed the info from > John Turner's How TO > This is what my virtual host container but I'm getting an > error when I try to > restart apache > > Any ideas? > > > <VirtualHost *:443> > DocumentRoot /usr/local/jakarta-tomcat-4.1.27/webapps > ServerName placeanad.classifiedmarketplace.net > ErrorLog logs/placeanadclassi.com-error_log > CustomLog logs/placeanadclassi.com-access_log common > SSLEnable > SSLCertificateFile /usr/local/apache/conf/ssl.crt/server1.crt > SSLCertificateKeyFile /usr/local/apache/conf/ssl.crt/server1.key > JkMount /* ajp13 > JkMount /*.jsp ajp13 > JkMount /servelet/* ajp13 > </VirtualHost> > > > -bash-2.05b# cd ../bin205C written > -bash-2.05b# ./apachectl configtest > Syntax error on line 1002 of /usr/local/apache/conf/httpd.conf: > Invalid command 'JkMount', perhaps mis-spelled or defined by > a module not > included in the server configuration > > > Bobbie Atristain > Internet Systems Administrator > Media General, INC. > 804.649.6156 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
