2011/1/19 Whut Jia <[email protected]>: > 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;
Not sure what you mean. If it's a single static image, convert it to a C byte array and send it with ap_rwrite().
