|
Home > Archive > Apache Server configuration support > November 2006 > Deleting all data on Apache server (cache)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Deleting all data on Apache server (cache)
|
|
| jamcy7@yahoo.com 2006-11-28, 7:34 am |
| Hi
I'm wondering if there is a way to delete all user inputted data that
is stored on an Apache server. For example, i have a form on my
server, which the user will complete and submit. Once the form has
been submitted the details will be forwarded to another server to be
stored in a db. The info should be deleted from the original server on
submit.
Any help is greatly appreciated!
Many any thanks in advance...
Julie
| |
| Davide Bianchi 2006-11-28, 7:34 am |
| On 2006-11-28, jamcy7@yahoo.com <jamcy7@yahoo.com> wrote:
> I'm wondering if there is a way to delete all user inputted data that
> is stored on an Apache server.
Unless specifically stated, Apache caches informations only in RAM, so
nothing is written on disk. Check if you are using mod_disk_cache or
mod_cache and eventually use the CacheDisable directive to not cache
the informations. See the documentation about mod_cache.
Davide
--
It might not be practical, it might not be a good idea, but it could
work. Sort of like Windows.
--berry
| |
| jamcy7@yahoo.com 2006-11-30, 7:29 am |
| thanks, ill give it a try
Davide Bianchi wrote:
> On 2006-11-28, jamcy7@yahoo.com <jamcy7@yahoo.com> wrote:
>
> Unless specifically stated, Apache caches informations only in RAM, so
> nothing is written on disk. Check if you are using mod_disk_cache or
> mod_cache and eventually use the CacheDisable directive to not cache
> the informations. See the documentation about mod_cache.
>
> Davide
>
> --
> It might not be practical, it might not be a good idea, but it could
> work. Sort of like Windows.
> --berry
|
|
|
|
|