I have a mod_jk.conf I include in my apache.conf

If it looks like this:
<IfModule !mod_jk.c>
LoadModule jk_module /usr/local/apache2/modules/mod_jk.so
</IfModule>

JkWorkersFile "/usr/local/tomcat/conf/jk/workers.properties"
JkLogFile "/usr/local/tomcat/logs/mod_jk.log"

JkLogLevel warn

... I have no problem with ssl. If I add just:
<VirtualHost d1.selectacast.net>
ServerName d1.selectacast.net
</VirtualHost>

...then all ssl calls fail, and I get this in my apache log:

[Wed Dec 18 15:17:56 2002] [notice] Apache/2.0.43 (Unix) mod_ssl/2.0.43 OpenSSL/0.9.6 mod_jk/1.2.2 configured -- resuming normal operations
[Wed Dec 18 15:18:06 2002] [error] [client 64.7.9.58] Invalid method in request
[Wed Dec 18 15:21:32 2002] [error] [client 64.7.9.58] Invalid method in request �F
[Wed Dec 18 15:21:35 2002] [error] [client 64.7.9.58] Invalid method in request �F

so what am I doing wrong?


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

Reply via email to