[users@httpd] Disable custom modules for a specific directory in my web server

2013-02-14 Thread Chris Villone
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

Re: [users@httpd] Disable custom modules for a specific directory in my web server

2013-02-14 Thread Tom Evans
On Thu, Feb 14, 2013 at 5:40 PM, Chris Villone cvill...@yahoo.com 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

Re: [users@httpd] Disable custom modules for a specific directory in my web server

2013-02-14 Thread Pete Houston
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