"servelet" should be "servlet", I think, unless you also have it as "servelet" elsewhere in your config.
The error message you're getting is the same one we discussed last week: are you sure you are loading mod_jk.so?
Are your mod_jk directives like "LaodModule" and "JkWorkersFile" etc. in httpd.conf ABOVE your SSL virtual host block? Apache works top down through httpd.conf.
John
[EMAIL PROTECTED] wrote:
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]
