Multi-Version Multi-Site very handy for backporting code fixes, these steps will allow you to switch with relative ease between multiple versions of WebGUI.
One WebGUI Multiple Sites Typically, each website has its own WebGUI database, but there are some instances where it is advantageous to have ONE webgui database to serve up all your domains. This means that additional sites will be added via the asset manager to your "master site", but accessed through a different domain or subdomain. Here's how:
Running separate instance of apache with WRE Let's define what we're going to accomplish. This will all be done on a working instance of WebGUI using the WRE ( try it on a dev server first so you're not breaking your live site while you play ). For this example I am using CentOS 5 with WRE 0.7.2 and WebGUI 7.3.22 already installed, up and running. Here are our goals: 1. Install the apache, php, and php-mysql packages using yum. 2. Configure this instance of apache to listen on port 82. 3. Configure mod_proxy apache in the WRE to send all of the traffic for a new domain (vhost) to our OS based apache, transparently to the end-user.