You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Catalin <ca...@cyber.ro> on 2002/09/12 00:35:06 UTC

mod_jk2 virtual host

hello,

is there any way to configure mod_jk2 to run OK with apache virtualhost ?
i want to map an URI just for a virtual host not for all the hosts (as it is
now).

an workers2.properties example would be even better !

ok
10x in advance for any help !

Catalin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: mod_jk2 virtual host

Posted by Catalin <ca...@cyber.ro>.
does this thing works
on apache1.3 as well ?

and we're talking about mod_jk2 here right ?

Catalin

----- Original Message -----
From: Galbayar
To: Tomcat Users List
Sent: Thursday, September 12, 2002 3:13 AM
Subject: RE: mod_jk2 virtual host


Add to the httpd.conf
<VirtualHost *>
    DocumentRoot /usr/local/tomcat/webapps/app
    ServerName www.yourdomain.com
    ServerAlias yourdomain.con
#DirectoryIndex index.jsp
ServerAdmin admin
    ErrorLog logs/smartmessage-error_log
CustomLog logs/smartmessage-access_log common
</VirtualHost>
JkMount www.yourdomain.com

-----Original Message-----
From: Catalin [mailto:catalin@cyber.ro]
Sent: Thursday, September 12, 2002 7:35 AM
To: tomcat-user@jakarta.apache.org
Subject: mod_jk2 virtual host


hello,

is there any way to configure mod_jk2 to run OK with apache virtualhost ?
i want to map an URI just for a virtual host not for all the hosts (as it is
now).

an workers2.properties example would be even better !

ok
10x in advance for any help !

Catalin


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail: mailto:tomcat-user-help@jakarta.apache.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: mod_jk2 virtual host

Posted by Galbayar <ga...@mobinet.mn>.
Add to the httpd.conf
<VirtualHost *>
    DocumentRoot /usr/local/tomcat/webapps/app
    ServerName www.yourdomain.com
    ServerAlias yourdomain.con
	#DirectoryIndex index.jsp
	ServerAdmin admin
    	ErrorLog logs/smartmessage-error_log
	CustomLog logs/smartmessage-access_log common
</VirtualHost>
JkMount www.yourdomain.com

-----Original Message-----
From: Catalin [mailto:catalin@cyber.ro]
Sent: Thursday, September 12, 2002 7:35 AM
To: tomcat-user@jakarta.apache.org
Subject: mod_jk2 virtual host


hello,

is there any way to configure mod_jk2 to run OK with apache virtualhost ?
i want to map an URI just for a virtual host not for all the hosts (as it is
now).

an workers2.properties example would be even better !

ok
10x in advance for any help !

Catalin


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>