1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Webserver testpage</TITLE>
<META content="iso-8859-1" http-equiv="charset">
<META name="author" content="Christian Hofmann, SuSE Linux AG">
</HEAD>
<BODY BGCOLOR="#ffffff" LINK="#669900" ALINK="#669900" VLINK="#fb8000" text=black marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<TABLE border="0" width="760" cellpadding="0" cellspacing="0">
<TR>
<TD rowspan="4" bgcolor="#669900" width="50"> </TD>
<td valign=top height="70" width="29" bgcolor="#669900"> </td>
<td valign="middle" height="70" width="152" align="center" bgcolor="#669900"> </td>
<td valign=middle height="70" width="529" bgcolor="#669900">
<div align="center">
<font face="Courier New,Courier,mono" size="5" color="white"><B>+++ testinfo - webserver +++</b></font>
</div>
</td>
</tr>
<TR>
<td width="29" height="100" valign="middle" bgcolor="#669900"> </td>
<td width="152" height="100" align="center" valign="bottom"><IMG src="gif/penguin.gif" width=90 height=76 hspace=0 vspace=0 border=0 alt=" "></td>
<td width="529" height="100" valign="middle">
<div align="center">
<font face="Courier New,Courier,mono" size="3"><I>This is only a test page for the webserver!</I></font><br>
<font face="Courier New,Courier,mono" size="-1">SuSE is not responsible for the contents of this domain!</font>
</div>
</td>
</tr>
<tr>
<td valign=top align=left colspan="4">
<table border="0" cellpadding="0" cellspacing="0" width="710" vspace="0" hspace="0">
<TR>
<TD bgcolor="#669900" width="29" height="20"> </TD>
<TD width="152" height="20"> </TD>
<TD width="558" height="20" colspan="2"> </TD>
</tr>
<TR>
<TD height="50" align=left width="181" colspan="2"><IMG src="gif/sysinfo_en.png" width="181" height="50" border="0" alt="system information"></TD>
<TD width="529" colspan="2" rowspan="2" valign=top>
<FONT face="helvetica, arial, sans-serif">
<B>Operating system:</B> [ SuSE Linux 8.0 (i386)
]<BR>
<B>Host:</B> [ grisu.home.kneschke.de, Kernel: 2.4.18-4GB (i686)
]
</FONT>
</TD>
</TR>
<TR>
<TD bgcolor="#669900" width="29" height="40"> </TD>
<TD width="181" height="40"> </TD>
</TR>
<TR>
<TD height="50" align=left width="181" colspan="2"><IMG src="gif/version_en.png" width="181" height="50" border="0" alt="webserver and modules"></TD>
<TD width="529" colspan="2" rowspan="2" valign=top>
<FONT face="helvetica,arial,sans-serif">
<B>Webserver version:</B><br>
[ lighttpd/0.1.0 (Unix) ]<br><br>
<B>Installed modules:</B><br>
<I>[ PHP module is not installed ]</I><br>
<I>[ Apache perl module (mod_perl) is not installed ]</I><br>
<I>[ Apache DAV module (mod_dav) is not installed ]</I><br>
<I>[ Apache Python module (mod_python) is not installed ]</I><br>
</FONT>
</TD>
</TR>
<TR>
<TD bgcolor="#669900" width="29" height="100"> </TD>
<TD width="181" height="100"> </TD>
</TR>
<TR>
<TD colspan="2" height="50" align=left width="181"><IMG src="gif/docu_en.png" width="181" height="50" border="0" alt="documentation"></TD>
<TD width="529" colspan="2" rowspan="2" valign=top>
<FONT face="helvetica,arial,sans-serif">
<I>[ This host is not configured as server for the SuSE help system ]</I><br><br>
<I>[ Apache manual is not installed ]</I><br>
<BR>
<A HREF="http://www.suse.de/">[ The SuSE website ]</A><BR>
</FONT>
</TD>
</TR>
<TR>
<TD bgcolor="#669900" width="29" height="90"> </TD>
<TD width="181" height="90"> </TD>
</Table>
</td>
</tr>
<tr>
<td width=29 bgcolor="#669900"> </td>
<td valign=bottom align=right width="681" colspan="3"><A HREF="http://www.suse.de/en/"><IMG src="gif/powered_by_suse.gif" alt="powered by SuSE" width=100 height=40 hspace=5 vspace=5 border=0></A></td>
</tr>
</TABLE>
</BODY>
</HTML>
|