Can I don't use sub-request??
I want only a single picture to client;Just like the same as sending a text :
r->content_type="text/html";
ap_rputs("helloworld",r);
return OK;
Please help me !
Thanks,
ajxsAt 2011-01-19 20:22:52,"Ben Noordhuis" <[email protected]> wrote: >2011/1/19 Whut Jia <[email protected]>: >> I want to return a local jpeg-file to client when client request url is >> /image/metto .In handler module ,I should how to write?? > >ap_sub_req_lookup_uri() or ap_sub_req_lookup_file()?
