>What you want is:

 >JkMount /share2/* worker1

>or maybe:

 >JkMount /share2/* balancer

>workers.properties defines the workers (target host/port, connection
>options, etc.) and the JkMount directives in httpd.conf map URL
>patterns to those workers.

So JkMount /* proxied everything and we only need https://share2.xxxx.xxx 
proxied to https://share2.xxxx.xxx/share. So now i have a "new" 
workers.properties:

worker.list=worker1
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009

and the vhost:

JkMount /share2/* worker1 but this gives a 404 *sigh*:

In the workers.properties, worker.worker1.host, does that need to be share2? 
Error log:

[Fri Jan 23 10:35:31.426108 2015] [core:info] [pid 4622] [client 
192.168.123.165:50481] AH00128: File does not exist: /srv/www/htdocs/share/

That appears to using the default_server.conf of apache since the doc root is 
/opt/alfresco/tomcat/webapps/share. Does the doc root in the vhost need to be 
set to /opt/alfresco/tomcat/webapps/share?

Added: so the doc root on the vhost is set to /opt/alfresco/tomcat/webapps and 
then thos error (the working configuration does not have a doc root set on the 
vhost but that one is using mod_proxy and not mod_jk):

[Fri Jan 23 10:43:30.135139 2015] [authz_core:error] [pid 4914] [client 
192.168.123.165:50532] AH01630: client denied by server configuration: 
/opt/alfresco/tomcat/webapps/share/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to