Re: Disable custom modules for a specific directory in my web server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Chris,

Not sure how well it would work for your particular situation, given the
embedded nature, but one approach to this may be to run 2 completely
separate apache instances.

This is often done on servers to distinguish between lightweight and
heavy content: eg. have one stripped down apache for serving images and
static HTML and another one for heavy dynamic content such as mod_perl.

The main downside is that you would need to bind them to either separate
IP addresses or separate ports. eg. have your heavy server bound to
127.0.0.1:80 and the lighter, faster one to 127.0.0.1:81. You can even
proxy from the lighter to the heavier if it all needs to appear as
a single IP/port combo from the outside. They could have completely
different configurations or share as much or as little as required.

HTH,

Pete
-- 
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107

Attachment: pgpgKA4HbMaUQ.pgp
Description: PGP signature


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux