I have in my htpd.conf:

<VirtualHost *:80>
ProxyPass /Context1 ajp://localhost:8008/Context1
ProxyPass /Context2 ajp://localhost:8008/Context2
</VirtualHost>

if I say:

JkMount /Context1 worker1
JkMount /Context2 worker2

Is this OK? This means /Context1 will be served my worker1 and /Context2 will 
be served my worker2? I can use JkMount together with ProxyPass as above?

Thank you in advance,
Milan




----- Original Message ----
From: Milan Tomic <[email protected]>
To: [email protected]
Sent: Thu, March 11, 2010 11:21:34 AM
Subject: [us...@httpd] Worker inside ProxyPass

Hi,

Some help needed here...

Is it possible somehow to specify which worker will be used by which context 
specified with ProxyPass directive?

Thank you in advance,
Milan



      

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]


      

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to