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: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to