1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-04 21:42:15 +03:00

16 Commits

Author SHA1 Message Date
André Malo
f5fde2ae1a nobody seems to have objections...
* 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
2002-11-27 06:02:33 +00:00
Erik Abele
7b48ee1840 Added encoding="none" for the ssi-output of REDIRECT_ERROR_NOTES.
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
2002-08-24 22:25:16 +00:00
Erik Abele
f4e143058b Removed Content-type meta-tag. The headers now
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
2002-08-24 17:56:39 +00:00
Erik Abele
b750a2a14b Included two new SSI-vars to correct the internationalized
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
2002-08-24 16:45:42 +00:00
Joshua Slive
185ece96dd Make internationalized error docs xhtml compliant.
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
2002-07-11 19:07:03 +00:00
Joshua Slive
319d32f15d Back-out recent changes to the internationalized error docs to remove the
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
2002-06-20 03:51:46 +00:00
Rich Bowen
16a1b7494e Not to pick nits, but I think that the "add this back in" phrasing will
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
2002-06-15 11:43:11 +00:00
Cliff Woolley
c284a3346e We not only want to avoid displaying it, we want to avoid sending it
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
2002-06-15 08:02:38 +00:00
Ryan Bloom
54eae88ad7 Comment out the SERVER_STRING variable from our default error documents.
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
2002-06-15 07:01:25 +00:00
Joshua Slive
4a1d53806f I hope I don't get anybody upset here, but I'm going to go super-simple
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
2001-08-21 01:31:23 +00:00
Roy T. Fielding
d987592755 one too many deletes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90440 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 23:12:01 +00:00
Roy T. Fielding
3180951d1e Do not send irrelevant bits by default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90439 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 23:10:25 +00:00
Roy T. Fielding
b014797da1 Do not send trash out on every single error message that has no
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
2001-08-20 23:02:47 +00:00
Joshua Slive
2ba6dcc881 contact is now a typemap file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90432 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 22:06:03 +00:00
Joshua Slive
4a0785d7d7 Combine top+header and bottom+footer to make things easier for me to
understand (and a little quicker).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90431 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 22:04:59 +00:00
Lars Eilebrecht
6437284ff9 Support files for multi language error documents and an example logo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90348 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 01:01:52 +00:00