Well, I started to think to it from mdo_disk_cache, however I can try to
implement it partially.
In a sense mod_cache can have this new directive and it will be really
implemented just on mod_disk_cache at the first stage.
However, what are the steps I have to perform in order to do it?
Have I just to do it (reading the online help) or have I to cooperate with
someone letting others know what kind of architectural choices and data
structures I'm going to use? I.e. does it exist a coordination group that talks
about the new functionalities to add or everyone does it and give it to others?
Thank you.
Sergio
> Da: Ian Holsman <[EMAIL PROTECTED]>
> Data: Mon, 04 Jul 2005 08:29:30 +1000
> A: [email protected]
> Oggetto: Re: mod_cache new directive
>
> Sergio Leonardi wrote:
> > Hi all
> >
> > I'm a newbie and I'd like to plan to add to mod_cache a directive like this
> > one, if possible.
> >
> > What could be the correct procedure to do it? Am I sending the message to
> > the wrong place?
> >
>
> Hi Sergio.
>
> It sounds like a great idea.
>
> How do you plan on implementing such a beast?
>
> Last Time i checked (a while ago) mod_mem_cache was process-based memory
> (not shared). So I'm just a bit unsure how a single request is going to
> flag to the other processes that it needs to clear a regex pattern,
> or are you planning on implementing this just for disk-based cacheS?
>
>
> Regards
> Ian
>
> >
> >
> >
> >
> > CacheClear Directive
> >
> >
> > Description:
> > <http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Description>
> >
> > Clear the cache for the URI that matches the pattern
> >
> >
> > Syntax: <http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Syntax>
> >
> > CacheClear uri-pattern
> >
> >
> > Default: <http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Default>
> >
> > CacheClear /.*
> >
> >
> > <http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Context> Context:
> >
> > ??
> >
> >
> > Status: <http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Status>
> >
> > Experimental
> >
> >
> > Module: <http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Module>
> >
> > mod_cache
> >
> > More detail will be added here, when the function is implemented.
> >
> > CacheClear /daily_scripts/.*
> >
> >
> >
> >
> >
> >
> >
> >
>