Hello all.

I've got a strange behaviour with mod_jk 1.2.15 (compiled from source on a sarge system with Apache 2.0 prefork).

I've got an ajax application ( http://llfr.info/tribune/ ) and the upgrade to mod_jk on my server make my firefox crash when I access to this page. It's working fine with mod_jk 1.2.6.

I'd like to gather information, but I don't really what. Do someone have any advise?

Another problem: I can't have the jkstatus worker working (I've always got an 500 error, and nothing in the log). I've set in one of the virtual host:
  JkMount /jkmanager/* jkstatus
  JkMount /jkmanager jkstatus

Finally, the last: mod_jk 1.2.15 can't write to the specified log file. Do anything prevent the module to write in an existant file?

Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.1.4 mod_jk/1.2.15 PHP/4.3.10-16
Tomcat 5.5.12

workers.properties =====================>:
# workers.properties -
# The workers that your plugins should create and work with
#
# Add 'inprocess' if you want JNI connector

worker.list=node1
worker.list=status

# , inprocess

#
#------ DEFAULT ajp13 WORKER DEFINITION ------------------------------
#---------------------------------------------------------------------
#

#
# Defining a worker named ajp13 and of type ajp13
# Note that the name and the type do not have to match.
#
worker.node1.port=8009
worker.node1.host=localhost
worker.node1.type=ajp13

worker.jkstatus.type=status
<=======================

jk.conf ==================>
JkWorkersFile /etc/apache2/workers.properties
JkLogFile     /var/log/apache2/mod_jk.log
JkLogLevel    error

#JkShmFile     /var/run/apache2/shm
<====================


Best regards.
Aurélien

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

Reply via email to