HI,
Okay I restarted and it now works - Thanks.

  I now have the apache part working but when I go to
https://placeanad.classifiedmarketplace.net:8080/AdWebster it doesn't work?
What else do I need to add?

Thanks,
Bobbie


-----Original Message-----
From: John Turner [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 11, 2003 10:53 AM
To: Tomcat Users List
Subject: Re: Tomat and ssl



"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]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to