Make Apache Ignore Domains on the Same Server (Ubuntu 9.10). How?
- by vladikoff
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?