Hi
> <VirtualHost ip_addr:80>
> DocumentRoot "/www/htdocs/some_dir/"
> ServerName www.apache.foo.com
> ServerAlias apache.foo.com
> JkMount /webapp/* jsp
> </VirtualHost>
I'm affraid it doesn't work :(
Maybe it is important information - apache.foo.com and tomcat.foo.com
are separate machines.
I tried to connect to apache via telnet - there are results:
Trying IP...
Connected to apache.foo.com.
Escape character is '^]'.
GET /webapp/ HTTP/1.1
Host: apache.foo.com
HTTP/1.1 302 Moved Temporarily
Date: Thu, 10 Apr 2003 14:22:42 GMT
Server: Apache
X-Cocoon-Version: 2.0.3
Location: http://apache.foo.com/krzyzowki/content/docs/main/index.html
Transfer-Encoding: chunked
Content-Type: httpd/unix-directory
Krzysztof
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|