[virtual host - jkmount]Infra structure refactoring

[virtual host - jkmount]Infra structure refactoring

am 02.10.2009 19:42:37 von Andre Rodrigues

Hi, I need to modify apache config to accomplish the following charact=
eristcis: 1- Have one domain with digital certificate. 2- Transfo=
rm the production domains into applications below the domain. =0AI=B4v=
e set up a virtualhost to accomplish the task 1, it works ok. But I=B4m stu=
ck in refactoring the existing configuration below. Original vhost.co=
nf with many VirtualHost entries: ServerName =
app1=0A.....=0AJkMount /app dmb=0A.....=0A
=0A st *:80> ServerName app2=0A.....=0AJkMount /app dmb2=0A.....=0A alHost> End of vhost.conf As we can see dmb and dmb2 point to dif=
ferent tomcat instances that can be running at the same time. =0AI=B4v=
e created two virtualhost entries to handle the first task: st *:80> ServerName portaldmb Redirect / https://portaldmb.ab/=0A=
=0A =0A ServerName portaldmb.ab=
JkMount /app dmb
How can I configure the las=
t VirtualHost to keep the two JkMounts?=0AOR=0ADo I=B4m using the worng con=
fig to solve the problem? =0A Thanks,=0AAndré =0A

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org