summaryrefslogtreecommitdiffstats
path: root/docs/error/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update multilang error documents to ap_exprStefan Fritsch2011-10-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1181238 13f79535-47bb-0310-9956-ffa450edef68
* Multi-language error pages:Takashi Sato2008-12-021-4/+1
| | | | | | | * Migrate current charsets to UTF-8. * Stop supporting charsets other than UTF-8. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722500 13f79535-47bb-0310-9956-ffa450edef68
* Remove the date from the multi-language error pagesJoshua Slive2007-07-311-3/+1
| | | | | | | | | because it is unlocalizable and generally useless. PR: 40432 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561464 13f79535-47bb-0310-9956-ffa450edef68
* title is already encoded.André Malo2004-04-191-2/+2
| | | | | | | PR: 28459 again git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103463 13f79535-47bb-0310-9956-ffa450edef68
* nobody seems to have objections...André Malo2002-11-273-31/+26
| | | | | | | | | | | | | | | | | * XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus. (see <http://www.w3.org/TR/xhtml-media-types/#summary>) * replaced the also bogus <dl> stuff by normal <p>s and added some CSS instead. (embedding CSS compatible to xml *and* html causes the very ugly hack, you can see in top.html, because in HTML <style> contains CDATA and in XHTML PCDATA, see also <http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>) * fixed some encoding issues. * removed the weird empty lines at the beginning of every document * added CONTENT_LANGUAGE parameter for pt-br git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97665 13f79535-47bb-0310-9956-ffa450edef68
* Added encoding="none" for the ssi-output of REDIRECT_ERROR_NOTES.Erik Abele2002-08-251-2/+2
| | | | | | | | This fixes the output of HTML-tags through the above env-var (e.g. <p> instead of &lt;p&gt;). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96524 13f79535-47bb-0310-9956-ffa450edef68
* Removed Content-type meta-tag. The headers nowErik Abele2002-08-241-1/+0
| | | | | | | get set individually by the type-maps. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96521 13f79535-47bb-0310-9956-ffa450edef68
* Included two new SSI-vars to correct the internationalizedErik Abele2002-08-241-3/+9
| | | | | | | | | error-response behaviours. CHARACTER_ENCODING, CONTENT_LANGUAGE. Submitted by: Hiroaki Kawai <hawk@bcl.t.u-tokyo.ac.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96519 13f79535-47bb-0310-9956-ffa450edef68
* Make internationalized error docs xhtml compliant.Joshua Slive2002-07-113-25/+34
| | | | | | | | Submitted by: Erik Abele <webmaster@codefaktor.de> Reviewed by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96016 13f79535-47bb-0310-9956-ffa450edef68
* Back-out recent changes to the internationalized error docs to remove theJoshua Slive2002-06-201-6/+0
| | | | | | | | | server string. Now that these error docs are no longer the default for install-and-forget-it users, having them display this useful information should no longer be a danger. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95820 13f79535-47bb-0310-9956-ffa450edef68
* Not to pick nits, but I think that the "add this back in" phrasing willRich Bowen2002-06-151-3/+6
| | | | | | | | | confuse people, and leave them unsure what they are actually supposed to do, in the unlikely event that they want to turn this back on. Made it a little clearer what they actually need to do. Tested. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95696 13f79535-47bb-0310-9956-ffa450edef68
* We not only want to avoid displaying it, we want to avoid sending itCliff Woolley2002-06-151-2/+3
| | | | | | | | | to the client entirely. We need a mod_include conditional for that. Submitted by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95694 13f79535-47bb-0310-9956-ffa450edef68
* Comment out the SERVER_STRING variable from our default error documents.Ryan Bloom2002-06-151-0/+3
| | | | | | | | | | | Some people do not like having this information in their error pages, and it makes sense to not do it by default. If users want this back, they can uncomment it. PR: 9319 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95692 13f79535-47bb-0310-9956-ffa450edef68
* I hope I don't get anybody upset here, but I'm going to go super-simpleJoshua Slive2001-08-213-19/+0
| | | | | | | | | | | on this for now. I removed all the fancy stuff. If someone wants to put it back in after we've thought a little about things like the location of the graphic file, I will have no objections. First, let's start with something simple that works. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90454 13f79535-47bb-0310-9956-ffa450edef68
* one too many deletesRoy T. Fielding2001-08-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90440 13f79535-47bb-0310-9956-ffa450edef68
* Do not send irrelevant bits by default.Roy T. Fielding2001-08-211-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90439 13f79535-47bb-0310-9956-ffa450edef68
* Do not send trash out on every single error message that has noRoy T. Fielding2001-08-211-6/+0
| | | | | | | relevance to the error and contradicts the HTTP standard. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90437 13f79535-47bb-0310-9956-ffa450edef68
* contact is now a typemap file.Joshua Slive2001-08-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90432 13f79535-47bb-0310-9956-ffa450edef68
* Combine top+header and bottom+footer to make things easier for me toJoshua Slive2001-08-214-46/+39
| | | | | | | understand (and a little quicker). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90431 13f79535-47bb-0310-9956-ffa450edef68
* Support files for multi language error documents and an example logo.Lars Eilebrecht2001-08-196-0/+65
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90348 13f79535-47bb-0310-9956-ffa450edef68