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 apac
On Thu, Feb 14, 2013 at 5:40 PM, Chris Villone wrote:
> Hi all,
>
> I have an apache server running on an embedded device that serves webpages to
> clients using a bunch of custom modules.
>
> I'm now trying to load some webpages from the device using
> http://127.0.0.1/foo/blah.html
>
> These p
Hi all,
I have an apache server running on an embedded device that serves webpages to
clients using a bunch of custom modules.
I'm now trying to load some webpages from the device using
http://127.0.0.1/foo/blah.html
These pages don't need any of the custom modules since they don't use any