thing, the regex *probably* works)
-Original Message-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
Sent: 06 March 2007 15:27
To: Tomcat Users List
Subject: Re: Named based virtual host redirection
On 3/6/07, Darren Kukulka <[EMAIL PROTECTED]> wrote:
This worked but I
[mailto:[EMAIL PROTECTED]
Sent: 06 March 2007 15:27
To: Tomcat Users List
Subject: Re: Named based virtual host redirection
On 3/6/07, Darren Kukulka <[EMAIL PROTECTED]> wrote:
> This worked but I want to hide the redirect URL,
and eliminate the doubled network traffic, I hope? :-
On 3/6/07, Darren Kukulka <[EMAIL PROTECTED]> wrote:
This worked but I want to hide the redirect URL,
and eliminate the doubled network traffic, I hope? :-)
Anyway,
DocumentRoot d:/apache2/htdocs
ServerName test.abc.co.uk
ProxyPass / http://fred.abc.co.uk/app1/
ProxyPassRev
Further to this I modified the httpd-vhosts.conf file, after discovering
that the main server will not serve the jkmount directives if virtual
hosts are active...hence the looping and no response...
NameVirtualHost 1.2.3.4:80
DocumentRoot d:/apache2/htdocs
ServerName fred.abc.co.uk
Jk