Matrix Bypass websites

We are running few websites on the same ip address, is there are way to bypass few of websites not to use matrix.

Yes, you can using Apache's Virtual Host system. If you enable NameVirtualHost in Apache's httpd.conf (or your distribution's equivalent) you can setup multiple virtual hosts on the same IP address. You can then just add the Matrix Aliases to the appropriate virtual hosts.


Check the Apache documentation for more details on this. I recommend setting up Matrix in the first Virtual Host configuration (which is also the default if there is no more specific configuration). That way, you only have to add additional virtual hosts for non-Matrix sites.

[quote]Yes, you can using Apache's Virtual Host system. If you enable NameVirtualHost in Apache's httpd.conf (or your distribution's equivalent) you can setup multiple virtual hosts on the same IP address. You can then just add the Matrix Aliases to the appropriate virtual hosts.


Check the Apache documentation for more details on this. I recommend setting up Matrix in the first Virtual Host configuration (which is also the default if there is no more specific configuration). That way, you only have to add additional virtual hosts for non-Matrix sites.[/quote]





Thanks a lot AVI… I will try implementing this