| One way is to have subdomains that only run WebGUI sites. You can use the same DocumentRoot, too.
OK, the real way is to adjust "passthruUrls" in your httpd.conf, and if you *have* to do it (for cgi-bin stuff, such as mailman), you may have to use <Location /cgi/bin>SetHandler None</Location>.
But to be "nicer", you have the option of setting a VirtualHost that is WebGUI specific (webgui.domain, www2.domain, etc.) and then your old stuff is still normally accessible, and your WebGUI new stuff doesn't kill your hundreds of pre-WebGUI sites you might have in development.
wg-fomATgwyDOTorg |