Hi,

  I have an Apache HTTPD 2 running on my server, serving my
website on the port 80.  I have also a servlet container on that
machine, listening to the port 1234 (the real is different of
course.)  The interesting pages on this container are available
at http://www.mysite.com:1234/ctnr/app/index.html and so on (the
"index.html" part could change, but everything before always
remain the same.)

  Now, I have a domain name for that part, and I'd like to expose
this content for that domain name, through the port 80.  So kind
of redirecting URIs of the form http://www.newdomain.com/* (on
port 80) to http://www.mysite.com:1234/ctnr/app/*.

  Is it possible?  Which module should I look at?

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/


























---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to