Mladen Turk wrote:
Mladen Turk wrote:

NormW wrote:

Greetings All,
Just built the latest Mod_Jk from CVS with Apache2.1 on Win for NetWare, and with only the three 'mandatory' settings for worker1 of type, host and port, all I'm getting is "Internal Server Error", and the Jk logs do not show good signs of matching URL's to the worker1...



You have a syntax error in the workers.properties.

Just post those three lines :)


Or perhaps you don't have a fourth line ? workers.list=worker1

Without that it will not work.

Look at:
http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html
(Section: Defining Workers)

Mladen.

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


.

Greetings,

The lines in question:

        JkWorkerProperty worker.list=worker1,worker2

# Worker1

        JkWorkerProperty worker.worker1.type=ajp13
        JkWorkerProperty worker.worker1.host=localhost
        JkWorkerProperty worker.worker1.port=9009

At the present time there are two workers [ajp13] defined but all URL's are aimed at worker1. If there is a bug in these then the parsing is not picking it up...

Q. If the JkWorkersFile Directive is not used, is the module creating a default worker, or looking for a workers.properties file on its own initiative? I would hope to see Mod_Jk fail at start if a Jk URL directive is encountered when no workers have been defined. That's why my first .conf JK directives are to create the workers.

Norm

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



Reply via email to