1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
<html xmlns="http://www.w3.org/1999/xhtml">
4
<head xmlns="http://www.w3.org/1999/xhtml">
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
<title xmlns="">Capitolo 10. Server web</title>
7
<link rel="stylesheet" href="../../libs/ubuntu-book.css" type="text/css" />
8
<style xmlns="" type="text/css">
9
#content { background-image: url('images/draft.png');
10
background-repeat: repeat-y;
11
background-position: top center;
12
/* The following properties make the watermark "fixed" on the page. */
13
/* I think that's just a bit too distracting for the reader... */
14
/* background-attachment: fixed; */
15
/* background-position: center center; */
17
<link rel="home" href="index.html" title="Guida a Ubuntu Server" />
18
<link rel="up" href="index.html" title="Guida a Ubuntu Server" />
19
<link rel="prev" href="munin.html" title="Munin" />
20
<link rel="next" href="httpd.html" title="HTTPD - Server web Apache2" />
21
<link rel="copyright" href="legal.html" title="Riconoscimenti e licenza" />
23
<link href="http://help.ubuntu-it.org/favicon.ico" rel="shortcut icon" />
25
<div id="page-border-left-repeat">
26
<div id="page-border-right-repeat">
27
<script type="text/javascript">
28
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
29
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
31
<script type="text/javascript">
33
var pageTracker = _gat._getTracker("UA-8147493-2");
34
pageTracker._trackPageview();
35
} catch(err) {}</script>
36
<div id="page-border-top-repeat">
38
<div id="header-navigation">
41
<a href="http://www.ubuntu-it.org">Web</a>
44
<a href="http://wiki.ubuntu-it.org">Documentazione</a>
47
<a href="http://forum.ubuntu-it.org">Forum</a>
50
<a href="http://planet.ubuntu-it.org">Planet</a>
54
<form action="http://help.ubuntu-it.org/10.10/ubuntu/search.php" id="cse-search-box">
56
<input type="text" name="s" size="28" title="search" />
57
<input type="submit" value="Cerca" title="search" />
64
<div class="pagelocation"><a href="http://help.ubuntu-it.org/">Documentazione di Ubuntu</a> > <a href="http://help.ubuntu-it.org/ubuntu1010.html">Ubuntu 10.10</a> > <span class="breadcrumb-link"><a href="index.html">Guida a Ubuntu Server</a></span> > <span class="breadcrumb-node">Server web</span></div>
65
<div xmlns="http://www.w3.org/1999/xhtml" class="chapter" title="Capitolo 10. Server web">
66
<div class="titlepage">
69
<h2 class="title"><a id="web-servers"></a>Capitolo 10. Server web</h2>
80
<a href="httpd.html">HTTPD - Server web Apache2</a>
87
<a href="httpd.html#http-installation">Installazione</a>
92
<a href="httpd.html#http-configuration">Configurazione</a>
97
<a href="httpd.html#https-configuration">Configurazione HTTPS</a>
102
<a href="httpd.html#http-references">Riferimenti</a>
109
<a href="php5.html">PHP5 - Linguaggio di scripting</a>
116
<a href="php5.html#php5-installation">Installazione</a>
121
<a href="php5.html#php5-configuration">Configurazione</a>
126
<a href="php5.html#php5-testing">Test</a>
131
<a href="php5.html#php5-references">Riferimenti</a>
138
<a href="squid.html">Squid - Server proxy</a>
145
<a href="squid.html#squid-installation">Installazione</a>
150
<a href="squid.html#squid-configuration">Configurazione</a>
155
<a href="squid.html#squid-references">Riferimenti</a>
162
<a href="ruby-on-rails.html">Ruby on Rails</a>
169
<a href="ruby-on-rails.html#ruby-on-rails-installation">Installazione</a>
174
<a href="ruby-on-rails.html#ruby-on-rails-configuration">Configurazione</a>
179
<a href="ruby-on-rails.html#ruby-on-rails-references">Riferimenti</a>
186
<a href="tomcat.html">Apache Tomcat</a>
193
<a href="tomcat.html#tomcat-installation">Installazione globale</a>
198
<a href="tomcat.html#tomcat-configuration">Configurazione</a>
203
<a href="tomcat.html#tomcat-webapps">Usare le applicazioni web standard di Tomcat</a>
208
<a href="tomcat.html#tomcat-user">Usare istanze private</a>
213
<a href="tomcat.html#tomcat-references">Riferimenti</a>
220
<p>Un server web è un programma interattivo che accetta richieste HTTP da client, noti come browser web, e invia loro risposte HTTP insieme ad altri dati opzionali, di solito pagine web come documenti HTML e oggetti collegati (immagini, ecc.).</p>
222
<div xmlns="http://www.w3.org/1999/xhtml" class="navfooter">
224
<table width="100%" summary="Navigation footer">
226
<td width="40%" align="left"><a accesskey="p" href="munin.html"><img src="../../libs/navig/prev.png" alt="Indietro" /></a> </td>
227
<td width="20%" align="center"> </td>
228
<td width="40%" align="right"> <a accesskey="n" href="httpd.html"><img src="../../libs/navig/next.png" alt="Avanti" /></a></td>
231
<td width="40%" align="left" valign="top">Munin </td>
232
<td width="20%" align="center">
233
<a accesskey="h" href="index.html">
234
<img src="../../libs/navig/home.png" alt="Partenza" />
237
<td width="40%" align="right" valign="top"> HTTPD - Server web Apache2</td>
243
<div id="page-border-bottom-repeat">
246
Ubuntu e Canonical sono marchi registrati da Canonical Ltd.
250
<div id="page-border-right-top"></div>
251
<div id="page-border-right-bottom"></div>
253
<div id="page-border-left-top"></div>
254
<div id="page-border-left-bottom"></div>