On Thu, Feb 23, 2012 at 1:35 AM, Rui Hu <[email protected]> wrote: > hi, > > I want to develop a module, which can implement simple function for each > root directory like 1) set error document, 2) set default page, 3) simple > url rewrite rules. > > In this function, I can design my own directive and rewrite rule > expressions. But I not sure if those functionalities can be implemented in > one module, should I also modified Apache core?
You don't want to depend on changes to the core in your module.
