Author Login
Post Reply
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 <tomicmilan@(protected)>
To: users@(protected)
Sent: Thu, March 11, 2010 11:21:34 AM
Subject: [users@(protected)
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: users-unsubscribe@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(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: users-unsubscribe@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)