thanks, in the console browser? 2017-10-13 3:03 GMT-07:00 Daniel Gruno <[email protected]>:
> On 10/13/2017 11:53 AM, eeadev dev wrote: > > Writing an apache C module I tried this function: > > > > https://ci.apache.org/projects/httpd/trunk/doxygen/ > group__APACHE__CORE__PROTO.html#ga5e91eb6ca777c9a427b2e82bf1eeb81d > > > > but I dont know where it does print out. Does it in any specific file? > > > > I called it this way: > > > > ap_rprintf(r, "print out!"); > > and checked in the error.log nor in the access.log > > it prints a formatted string to the client (browser). > > See http://httpd.apache.org/docs/2.4/developer/modguide.html for a good > primer on getting started. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
