On Sat, Feb 18, 2006 at 02:26:48PM CST, S.A. Birl <[EMAIL PROTECTED]> wrote:
: 
: Is it possible to have Apache 2.0.53 to append HTML information to
: pages as they are being served out?  Similar to 'Header append', but
: for the body?
: 
: I looked at all of Add* modules on the website, and couldnt think of
: anything that matches.  Im not sure if mod_asis or mod_cern_meta would
: help.

Apache doesn't do this by itself.  There are several template-ish
solutions involving mod_rewrite.  There's also a 3rd-party module
called mod_layout that does the trick too.

        <http://tangent.org/index.pl?lastnode_id=478&node_id=362>

: Or does someone know of an easy way to append
:       <META NAME="robots" CONTENT="noarchive">
: to 100+ files?

You actually don't want to append.  That stuff needs to go in the
<TITLE> section, which is at the top of the file.


-- 
Eugene

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to