Alan Knowles wrote: > If not does anybody know of any way that each virtual host could be run > chroot in any other way.... Not natively, as you point out Apache (or any network server for that matter) cannot be concurrently listening to one ip/port. One way to approach the problem is have a front-end proxy running, mapping virtualhosts to internal-ip separate apache setups. Apache with mod_rewrite (and possibly mod_proxy) will probably do the trick. You will, however, be required to keep the config of the front-end and the back-end servers in sync. Although with some config-filemod_perl trickery you could easily pull this out of a database, ldap server, text file, or whatnot. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
