1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

3 Commits

Author SHA1 Message Date
fbecdc0f1e PR62989: DOCTYPE tags in server-generated HTML.
Submitted By: Andra Farkas <deepbluemistake gmail.com>, Giovanni Bechis <giovanni paclan.it>




git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873397 13f79535-47bb-0310-9956-ffa450edef68
2020-01-31 02:38:05 +00:00
d92f319c40 I doubt adding a newline to the end of the file
is going to hurt anyone.

PR: 42615


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@546221 13f79535-47bb-0310-9956-ffa450edef68
2007-06-11 18:53:14 +00:00
f246d271e5 As the first stage of a simplification of the default config in 2.1 (only!), I'm
going to remove all the html files under httpd-2.1/docs/docroot/ and replace them
with an index.html file containing only <html><body><h1>It works!</h1></body></html>

I'm going to do this because:

1. The old welcome page is a constant source of confusion to random web surfers who
stumble on unconfigured apache installs.

2. New users, when finding on a docroot with dozens of files, are often confused
about where to put their own content.

3. The international welcome page is a large source of bug reports from people
wanting to tweak grammar or provide new translations.

4. This will allow us to simplify the default config by removing the config stuff
necessary to handle the typemap.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105393 13f79535-47bb-0310-9956-ffa450edef68
2004-10-06 17:08:49 +00:00