blob: c5f1284b396f07d85c2983b2514d46745a0f4136 (
plain)
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
|
<?xml version='1.0' encoding='utf-8'?><section xmlns="http://docbook.org/ns/docbook" xmlns:ns5="http://www.w3.org/1998/Math/MathML" xmlns:ns4="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:ns2="http://www.w3.org/1999/xlink" xmlns:ns="http://docbook.org/ns/docbook" xml:id="drakwizard_apache2" version="5.0" xml:lang="it">
<info>
<title xml:id="drakwizard_apache2-ti1">Configura il server web</title><subtitle>drakwizard apache2</subtitle>
</info>
<mediaobject>
<imageobject>
<imagedata xml:id="drakwizard_apache2-im1" revision="1" align="center" format="PNG" fileref="drakwizard_apache2.png"/>
</imageobject>
</mediaobject>
<para>This tool<footnote><para>You can start this tool from the command line, by typing <emphasis
role="bold">drakwizard apache2</emphasis> as root.</para></footnote> can help you to set up a web
server.
</para>
<section>
<title>Cos'è un server web?</title>
<para>
Web server is the software that helps to deliver web content that can be
accessed through the Internet. (From Wikipedia)
</para>
</section>
<section>
<title>Impostando un web server con drakwizard apache2</title>
<para>
Welcome to the web server wizard.
</para>
<procedure>
<step>
<title>Introduzione</title>
<mediaobject>
<imageobject>
<imagedata xml:id="drakwizard_apache2-im2" revision="1" align="center" format="PNG" fileref="drakwizard-web-step1.png"/>
</imageobject>
</mediaobject>
<para>
La prima pagina è solo un'introduzione, premi <guibutton>Avanti</guibutton>.
</para>
</step>
<step>
<title>Selecting Server Exposer: Local Net and/or World</title>
<mediaobject>
<imageobject>
<imagedata xml:id="drakwizard_apache2-im3" revision="1" align="center" format="PNG" fileref="drakwizard-web-step2.png"/>
</imageobject>
</mediaobject>
<para>
Exposing the web server to the Internet has it's risks. Be ready for bad
things.
</para>
</step>
<step>
<title>Server User Module</title>
<mediaobject>
<imageobject>
<imagedata xml:id="drakwizard_apache2-im4" revision="1" align="center" format="PNG" fileref="drakwizard-web-step3.png"/>
</imageobject>
</mediaobject>
<para>
Permetti agli utenti di creare i propri siti.
</para>
</step>
<step>
<title>User web directory name</title>
<mediaobject>
<imageobject>
<imagedata xml:id="drakwizard_apache2-im5" revision="1" align="center" format="PNG" fileref="drakwizard-web-step4.png"/>
</imageobject>
</mediaobject>
<para>
The user needs to create and populate this directory, then the server will
display it.
</para>
</step>
<step>
<title>Server Document Root</title>
<mediaobject>
<imageobject>
<imagedata xml:id="drakwizard_apache2-im6" revision="1" align="center" format="PNG" fileref="drakwizard-web-step5.png"/>
</imageobject>
</mediaobject>
<para>
Allows you to configure the path to the web servers default documents.
</para>
</step>
<step>
<title>Sommario</title>
<mediaobject>
<imageobject>
<imagedata xml:id="drakwizard_apache2-im7" revision="1" align="center" format="PNG" fileref="drakwizard-web-step6.png"/>
</imageobject>
</mediaobject>
<para>
Take a second to check these options, then click
<guibutton>Next</guibutton>.
</para>
</step>
<step>
<title>Finisci</title>
<mediaobject>
<imageobject>
<imagedata xml:id="drakwizard_apache2-im8" revision="1" align="center" format="PNG" fileref="drakwizard-web-step7.png"/>
</imageobject>
</mediaobject>
<para>
You're done! Click <guibutton>Finish</guibutton>.
</para>
</step>
</procedure>
</section>
</section>
|