You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Martin Kraemer <Ma...@mch.sni.de> on 1997/11/07 21:39:52 UTC

[PATCH] Take2: "Signing" server generated pages

On Thu, Nov 06, 1997 at 04:36:47PM -0500, Jim Jagielski wrote:
> Available:
>     * Martin's(?) [PATCH] "Signing" server generated pages
> 	/* NOTE: could someone repost? */
> 	Status: Martin +1 (concept?)
Redone:
* does NOT sign if:
    a) README file present (for mod_autoindex)
    b) ErrorDocument is defined (http_protocol)
  DOES sign:
    a) ftp_proxy listings
    b) mod_autoindex listings (in absence of README)
    c) server generated error messages (unless ErrorDocument defined)
    d) mod_info listings
    e) mod_status listings (unless short output requested)
Additional change:
For mod_info and mod_autoindex, the server name and port appear in the
<TITLE> for the request.

The "Signature" is usually a <HR>, followed by
  <ADDRESS>@@SERVER_BASEVERSION@@ at <A HREF="mailto:@@ServerAdmin@@">@@ServerName@@</A> Port @@Port@@</ADDRESS>
where the @@xxx@@ are replaced by their respective values.

    Martin
-- 
| S I E M E N S |  <Ma...@mch.sni.de>  |      Siemens Nixdorf
| ------------- |   Voice: +49-89-636-46021     |  Informationssysteme AG
| N I X D O R F |   FAX:   +49-89-636-44994     |   81730 Munich, Germany
~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request