On Nov 6, 2007 1:41 PM, Gary Sewell <[EMAIL PROTECTED]> wrote:
> The discrepancies I mentioned in the size of each of our apache instances is
> something I don't think I personally be able to get to the bottom of, I have
> attempted Apache::Status, this gives out our loaded modules etc but not
> specific sizes, so its hard to find what I taking up the 200mb. Lets put
> that to the side.

If you want more info on 64-bit effects, you can find some here:
http://www.perlmonks.org/?node_id=522703

You may also find that much of your 100MB is shared between processes
by copy-on-write.  Read the mod_perl docs for more on this.

> Is our php server acting similar to a reverse-proxy

No, not unless it has mod_proxy compiled in and set to act as a
reverse proxy.  You should either do that, or get a different proxy
server like the ones suggested on this thread.

- Perrin

Reply via email to