Brad Murphy wrote: > Andy Lubel <andy.lubel <at> gtsi.com> writes: > >> >> Why not front-end everything through mod_proxy using apache? >> We have similar need with php and java and I have found this is the best way > to lasso all the applications into one namespace. >> HTH, >> Andy Lubel > > > Thanks for the reply Andy. I agree it would be a great way to handle > different > technologies. Unfortunately I don't have enough pull to get mod_proxy > installed > and working in this fashion on the server, however it's been noted as a > feature > that will hopefully be added in the future. >
We did use apache as a front end and mod_rewrite together with mod_proxy as the dispatcher. That means every request is handled by the apache and we decide there which request will be handled by the apache web server and which one will be past to lenya. Jann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
