This is a discussion on Deleting all data on Apache server (cache) within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi I'm wondering if there is a way to delete all user inputted data that is stored on an ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
thanks, ill give it a try
Davide Bianchi wrote: > 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 |