You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by System <sy...@eluminoustechnologies.com> on 2003/04/17 18:46:39 UTC

[users@httpd] Tomcat Help...

Hello All,

I am usinf apache 1.3.27 with tomcat 4.1 installed on redhat linux 7.3
machine. Such errors are cont. fired in my error_log. Can anyone help me out
please.

[Thu Apr 17 16:43:44 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009
[Thu Apr 17 16:43:45 2003]  (debug) [jk_env.c (157)]: env:Create child env
0x9177568 0x91e3ed8
[Thu Apr 17 16:43:46 2003]  (debug) [jk_env.c (157)]: env:Create child env
0x9177568 0x91e3ed8
[Thu Apr 17 16:43:50 2003]  (debug) [jk_env.c (157)]: env:Create child env
0x9177568 0x91e3ed8
[Thu Apr 17 16:44:09 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009
[Thu Apr 17 16:44:19 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009
[Thu Apr 17 16:44:22 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009
[Thu Apr 17 16:44:23 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
uriMap /index.jsp ajp13:localhost:8009


Thank you,



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] SSL problem on 2.0.45

Posted by Dark Origin <da...@w00p.dk>.
Hey all,

I have struggled a bit with compilation of the newest apache2 (2.0.45)
and now I have it running. And working ;)

Though the SSL part of it wont work. It wont start up together with
the rest of my server.

These lines are what I have in my httpd.conf concerning ssl:
<IfModule mod_ssl.c>
    Include conf/ssl.conf
</IfModule>

And for my ssl.conf .. well, I striped it for personal info and
put it on the server ( http://w00p.dk/ssl.conf.tgz ) to save you the trouble of downloading an email
with an extra 4kb !

Any help will be appreciated, because this problem have been teasing
me for quite a while. And I am not feeling too well about keeping
users webmail on a non-ssl server..

/Jakob Rosenlund
webmaster at w00p.dk



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Tomcat Help...

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
On Thu, 17 Apr 2003, System wrote:

> Hello All,
>
> I am usinf apache 1.3.27 with tomcat 4.1 installed on redhat linux 7.3
> machine. Such errors are cont. fired in my error_log. Can anyone help me out
> please.
>
> [Thu Apr 17 16:43:44 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
> uriMap /index.jsp ajp13:localhost:8009
> [Thu Apr 17 16:43:45 2003]  (debug) [jk_env.c (157)]: env:Create child env
> 0x9177568 0x91e3ed8
> [Thu Apr 17 16:43:46 2003]  (debug) [jk_env.c (157)]: env:Create child env
> 0x9177568 0x91e3ed8
> [Thu Apr 17 16:43:50 2003]  (debug) [jk_env.c (157)]: env:Create child env
> 0x9177568 0x91e3ed8
> [Thu Apr 17 16:44:09 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
> uriMap /index.jsp ajp13:localhost:8009
> [Thu Apr 17 16:44:19 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
> uriMap /index.jsp ajp13:localhost:8009
> [Thu Apr 17 16:44:22 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
> uriMap /index.jsp ajp13:localhost:8009
> [Thu Apr 17 16:44:23 2003]  ( info) [mod_jk2.c (451)]: mod_jk.translate():
> uriMap /index.jsp ajp13:localhost:8009
>
>
Check JkLogLevel directive in httpd.conf or mod_jk.conf-auto, set it to
emerg.

JkLogLevel emerg

----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org