> Hi
>   I am new to mod_perl and  i am  developing some samples
using
> mod_perl .
> While  developing sample , i do not want to restart the
server
> frequently with respect to my changes.
>
> So i used the    $r->header_out("Pragma", "no-cache");
statement  not
> to cache the results. i seems to be not working for me .
>
> Any suggestions and how to include the directives in the
server side
> not to cache  the results.
>
> Thanks in advance
>
> With Regards
> K.Murugan


Hi

$r->header_out is related to the generated response not to the
modules used by mod_perl to generate a response

you should read the paragraph of the modperl guide related to
re -reading configuration files without restarting the server

http://thingy.kcilink.com/modperlguide/porting/Reloading_Config
uration_Files.html

and the whole chapter cgi to mod-perl porting guidelines

http://thingy.kcilink.com/modperlguide/porting/index.html


pascal





>

Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 
€/mn) ; tél : 08 92 68 13 50 (0,34€/mn)"



Reply via email to