Make Apache Ignore Domains on the Same Server (Ubuntu 9.10). How?

Posted by vladikoff on Server Fault See other posts from Server Fault or by vladikoff
Published on 2010-05-02T16:04:59Z Indexed on 2010/05/02 16:08 UTC
Read the original article Hit count: 349

Hello, I'm running Apache on Ubuntu 9.10.

I want Apache to ignore certain domains on my server, and let other HTTP servers make full use of them.

I've used mod_proxy and other Apache modules to configure the proxy/redirect to certain ports but sometimes that's too much work or doesn't work properly.

Example:

Server 00.00.000.000

domain1.com:80 - Apache

domain2.com:80 - Apache

domain3.com:80 - Webrick

domain4.com:80 - Jetty

Is this possible?

© Server Fault or respective owner

Related posts about apache

Related posts about server