Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B7D3A200D1F for ; Fri, 13 Oct 2017 12:03:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B66331609E9; Fri, 13 Oct 2017 10:03:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 001F41609D1 for ; Fri, 13 Oct 2017 12:03:38 +0200 (CEST) Received: (qmail 93417 invoked by uid 500); 13 Oct 2017 10:03:37 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 93408 invoked by uid 99); 13 Oct 2017 10:03:37 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2017 10:03:37 +0000 Received: from [192.168.8.101] (87-49-146-160-mobile.dk.customer.tdc.net [87.49.146.160]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 5DA001A0185 for ; Fri, 13 Oct 2017 10:03:35 +0000 (UTC) To: users@httpd.apache.org References: From: Daniel Gruno Message-ID: <7faa8118-dceb-1508-b47c-e25c63250fc9@apache.org> Date: Fri, 13 Oct 2017 12:03:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [users@httpd] Where does ap_rprintf actually print out? archived-at: Fri, 13 Oct 2017 10:03:39 -0000 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-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org