Changes between Initial Version and Version 1 of TewiDirectiveServerAdmin


Ignore:
Timestamp:
Sep 26, 2024, 6:20:54 AM (7 weeks ago)
Author:
Izuru Yakumo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TewiDirectiveServerAdmin

    v1 v1  
     1
     2== !ServerAdmin Directive
     3Email address that the server includes in error messages sent to the client.
     4
     5The `ServerAdmin` sets the contact address that the server includes in any error messages it returns to the client.
     6If the server doesn't recognize the supplied argument as an URL, it assumes, that it's an email-address and prepends it with mailto: in hyperlink targets.
     7However, it's recommended to actually use an email address, since there are a lot of CGI scripts that make that assumption.
     8If you want to use an URL, it should point to another server under your control.
     9Otherwise users may not be able to contact you in case of errors.
     10
     11It may be worth setting up a dedicated address for this, e.g.
     12
     13{{{
     14ServerAdmin admin@example.net
     15}}}
     16
     17as users do not always mention that they are talking about the server!