Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 5018 invoked from network); 8 Jun 2010 20:59:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jun 2010 20:59:51 -0000 Received: (qmail 48207 invoked by uid 500); 8 Jun 2010 20:59:48 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 48155 invoked by uid 500); 8 Jun 2010 20:59:48 -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 48147 invoked by uid 99); 8 Jun 2010 20:59:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 20:59:48 +0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=FREEMAIL_FROM,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flclfan@gmail.com designates 209.85.213.173 as permitted sender) Received: from [209.85.213.173] (HELO mail-yx0-f173.google.com) (209.85.213.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 20:59:40 +0000 Received: by yxk8 with SMTP id 8so859928yxk.18 for ; Tue, 08 Jun 2010 13:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=dtWFl+TflDzww2cSddLFvc+5IRr/FthwamV0X/AA3O4=; b=EUqQ110JO/wZc1RaHHTJZ3xq5VMqevKlrz3rf011l7KZdSonSjFtUXogoHPyrNLoGg u2gfyuC4WR6DDfw41co3Mm9y0KDt77R7dUOXejhyYYncC2l2v6e2nle24spe7PcDzJxB q9RC8nGvFEITY8lXTYAOHPkMA0f5oCN9Gh4QI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=AIGZbd2Y5M0ixSyFOJ+CHoQAlw6hQh3dP5uNQDldyaiPSG9RapwokDDGCVfqDD33Ot JgrrH45S9YuF4GAtxJkwAqt3dodqB2XzBBElxH1pURT+WUDCOfxOpDyyrY4EPl7O6D46 GZ7n1Re0x0hrU3xDa7hsqfM9wHRAT0PuUFQtM= Received: by 10.150.61.2 with SMTP id j2mr807568yba.360.1276030759600; Tue, 08 Jun 2010 13:59:19 -0700 (PDT) Received: from [192.168.1.102] (97-126-96-237.tukw.qwest.net [97.126.96.237]) by mx.google.com with ESMTPS id f1sm27434551ibg.9.2010.06.08.13.59.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 08 Jun 2010 13:59:18 -0700 (PDT) From: Eli Loewen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 8 Jun 2010 13:59:15 -0700 Message-Id: To: users@httpd.apache.org Mime-Version: 1.0 (Apple Message framework v1078) X-Mailer: Apple Mail (2.1078) Subject: [users@httpd] Mod_substitute linebreaks? I'm looking for a way to add linebreaks to a substitution using = mod_substitute and I have no idea how to do it. For example I have the code: Substitute 's|REPLACE-THIS|
Stuff. New line. Etc.
|q' And I want to have a linebreak (the code following on a new line) = between "Stuff." and "New line." Anyone have any insight on how to do this? Thanks.= --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org