Logoj0ke.net Open Build Service > Projects > home:jg:http-itk > httpd-itk > index.html
Sign Up | Log In

File index.html of Package httpd-itk

 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
    <head>
5
        <title>Test Page for the Apache HTTP Server on Fedora</title>
6
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
7
        <style type="text/css">
8
            /*<![CDATA[*/
9
            body {
10
                background-color: #fff;
11
                color: #000;
12
                font-size: 0.9em;
13
                font-family: sans-serif,helvetica;
14
                margin: 0;
15
                padding: 0;
16
            }
17
            :link {
18
                color: #c00;
19
            }
20
            :visited {
21
                color: #c00;
22
            }
23
            a:hover {
24
                color: #f50;
25
            }
26
            h1 {
27
                text-align: center;
28
                margin: 0;
29
                padding: 0.6em 2em 0.4em;
30
                background-color: #22437f;
31
                color: #fff;
32
                font-weight: normal;
33
                font-size: 1.75em;
34
                border-bottom: 2px solid #000;
35
            }
36
            h1 strong {
37
                font-weight: bold;
38
            }
39
            h2 {
40
                font-size: 1.1em;
41
                font-weight: bold;
42
            }
43
            hr {
44
                display: none;
45
            }
46
            .content {
47
                padding: 1em 5em;
48
            }
49
            .content-columns {
50
                /* Setting relative positioning allows for 
51
                absolute positioning for sub-classes */
52
                position: relative;
53
                padding-top: 1em;
54
            }
55
            .content-column-left {
56
                /* Value for IE/Win; will be overwritten for other browsers */
57
                width: 47%;
58
                padding-right: 3%;
59
                float: left;
60
                padding-bottom: 2em;
61
            }
62
            .content-column-left hr {
63
                display: none;
64
            }
65
            .content-column-right {
66
                /* Values for IE/Win; will be overwritten for other browsers */
67
                width: 47%;
68
                padding-left: 3%;
69
                float: left;
70
                padding-bottom: 2em;
71
            }
72
            .content-columns>.content-column-left, .content-columns>.content-column-right {
73
                /* Non-IE/Win */
74
            }
75
            img {
76
                border: 2px solid #fff;
77
                padding: 2px;
78
                margin: 2px;
79
            }
80
            a:hover img {
81
                border: 2px solid #f50;
82
            }
83
            /*]]>*/
84
        </style>
85
    </head>
86
87
    <body>
88
        <h1>Fedora <strong>Test Page</strong></h1>
89
90
        <div class="content">
91
            <div class="content-middle">
92
                <p>This page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page, it means that the web server installed at this site is working properly, but has not yet been configured.</p>
93
            </div>
94
            <hr />
95
96
            <div class="content-columns">
97
                <div class="content-column-left">
98
                    <h2>If you are a member of the general public:</h2>
99
100
                    <p>The fact that you are seeing this page indicates that the website you just visited is either experiencing problems, or is undergoing routine maintenance.</p>
101
102
                    <p>If you would like to let the administrators of this website know that you've seen this page instead of the page you expected, you should send them e-mail. In general, mail sent to the name "webmaster" and directed to the website's domain should reach the appropriate person.</p>
103
104
                    <p>For example, if you experienced problems while visiting www.example.com, you should send e-mail to "webmaster@example.com".</p>
105
106
                    <p>Fedora is a distribution of Linux, a popular computer operating system. It is commonly used by hosting companies because it is free, and includes free web server software. Many times, they do not set up their web server correctly, and it displays this "test page" instead of the expected website. 
107
108
                    <p>Accordingly, please keep these facts in mind:
109
                    <li>Neither the Fedora Project or Red Hat has any affiliation with any website or content hosted from this server (unless otherwise explicitly stated).</li>
110
                    <li>Neither the Fedora Project or Red Hat has "hacked" this webserver, this test page is an included component of Apache's httpd webserver software.</li>
111
112
                    <p>For more information about Fedora, please visit the <a href="http://fedoraproject.org/">Fedora Project website</a>.</p>
113
                    <hr />
114
                </div>
115
116
                <div class="content-column-right">
117
                    <h2>If you are the website administrator:</h2>
118
119
                    <p>You may now add content to the directory <tt>/var/www/html/</tt>. Note that until you do so, people visiting your website will see this page, and not your content. To prevent this page from ever being used, follow the instructions in the file <tt>/etc/httpd/conf.d/welcome.conf</tt>.</p>
120
121
                    <div class="logos">
122
                        <p>You are free to use the images below on Apache and Fedora powered HTTP servers. Thanks for using Apache and Fedora!</p>
123
124
                        <p><a href="http://httpd.apache.org/"><img src="/icons/apache_pb2.gif" alt="[ Powered by Apache ]"/></a> <a href="http://fedoraproject.org/"><img src="/icons/poweredby.png" alt="[ Powered by Fedora ]" width="88" height="31" /></a></p>
125
                    </div>
126
                </div>
127
            </div>
128
        </div>
129
    </body>
130
</html>
131