Apache » Historique » Version 39
Patrice Nadeau, 2017-06-03 14:40
1 | 3 | Patrice Nadeau | h1. Apache |
---|---|---|---|
2 | 1 | Patrice Nadeau | |
3 | Serveur de page Web |
||
4 | |||
5 | 21 | Patrice Nadeau | > Version 2.4 |
6 | |||
7 | 1 | Patrice Nadeau | --- |
8 | |||
9 | {{toc}} |
||
10 | |||
11 | 3 | Patrice Nadeau | h2. Installation |
12 | 1 | Patrice Nadeau | |
13 | <pre><code class="bash"> |
||
14 | 29 | Patrice Nadeau | # Installation |
15 | 31 | Patrice Nadeau | zypper install apache2 |
16 | 29 | Patrice Nadeau | # Activation au démarrage |
17 | 5 | Patrice Nadeau | systemctl enable apache2.service |
18 | 1 | Patrice Nadeau | # Démarrer Apache : |
19 | 26 | Patrice Nadeau | systemctl start apache2.service |
20 | 1 | Patrice Nadeau | </code></pre> |
21 | |||
22 | Ouvrir dans le pare-feu : |
||
23 | <pre><code class="bash"> |
||
24 | yast firewall services add service=service:apache2 zone=EXT |
||
25 | </code></pre> |
||
26 | |||
27 | L’emplacement des fichier du serveur est _/srv/www/htdocs_. |
||
28 | |||
29 | h2. Modules supplémentaires |
||
30 | 32 | Patrice Nadeau | > La configuration d'Apache doit être relue lors de l'activation d'un module |
31 | 1 | Patrice Nadeau | |
32 | 33 | Patrice Nadeau | La liste des modules actifs peut être listé avec |
33 | 32 | Patrice Nadeau | <pre><code class="bash"> |
34 | a2enmod -l |
||
35 | </code></pre> |
||
36 | |||
37 | h3. Version |
||
38 | 31 | Patrice Nadeau | |
39 | Inclut dans Apache |
||
40 | 1 | Patrice Nadeau | <pre><code class="bash"> |
41 | a2enmod mod_version |
||
42 | 31 | Patrice Nadeau | </code></pre> |
43 | |||
44 | h3. PHP |
||
45 | |||
46 | Support pour PHP |
||
47 | <pre><code class="bash"> |
||
48 | zypper install apache2-mod_php5 |
||
49 | 1 | Patrice Nadeau | a2enmod mod_php5 |
50 | 33 | Patrice Nadeau | </code></pre> |
51 | |||
52 | h3. Proxy |
||
53 | |||
54 | 35 | Patrice Nadeau | Redirection de serveur |
55 | 33 | Patrice Nadeau | <pre><code class="bash"> |
56 | a2enmod proxy |
||
57 | a2enmod proxy_http |
||
58 | 30 | Patrice Nadeau | </code></pre> |
59 | |||
60 | 36 | Patrice Nadeau | h2. HTTPS |
61 | |||
62 | > Self-certificate |
||
63 | |||
64 | 39 | Patrice Nadeau | h3. SSL |
65 | |||
66 | 36 | Patrice Nadeau | Générer les clés |
67 | <pre><code class="bash"> |
||
68 | openssl req -new > new.ssl.csr |
||
69 | openssl rsa -in privkey.pem -out new.cert.key |
||
70 | openssl x509 -in new.ssl.csr -out new.cert.cert -req -signkey new.cert.key -days 365 |
||
71 | cp new.cert.cert /etc/ssl/certs/server.crt |
||
72 | cp new.cert.key /etc/ssl/private/server.key |
||
73 | 39 | Patrice Nadeau | </code></pre> |
74 | |||
75 | h3. Apache |
||
76 | |||
77 | Vérifier qu'Apache supporte SSL |
||
78 | <pre><code class="bash"> |
||
79 | a2enmod -l |
||
80 | </code></pre> |
||
81 | |||
82 | Si le module *ssl* n’apparaît pas, l'activer |
||
83 | <pre><code class="bash"> |
||
84 | a2enmod ssl |
||
85 | 36 | Patrice Nadeau | </code></pre> |
86 | |||
87 | 37 | Patrice Nadeau | Modifier le fichier _/etc/apache2/default-server.conf_ |
88 | 36 | Patrice Nadeau | <pre><code class="php"> |
89 | Listen 443 |
||
90 | <VirtualHost *:443> |
||
91 | SSLEngine on |
||
92 | SSLCertificateFile /etc/ssl/certs/server.crt |
||
93 | SSLCertificateKeyFile /etc/ssl/private/server.key |
||
94 | </VirtualHost> |
||
95 | </code></pre> |
||
96 | |||
97 | 38 | Patrice Nadeau | Relire la configuration d'Apache |
98 | <pre><code class="bash"> |
||
99 | systemctl reload apache2.service |
||
100 | </code></pre> |
||
101 | |||
102 | 3 | Patrice Nadeau | h2. Serveurs virtuels |
103 | 1 | Patrice Nadeau | |
104 | 19 | Patrice Nadeau | Apache permet de rediriger les demandes d’accès vers |
105 | * différents répertoires sur le même serveur |
||
106 | * différents port |
||
107 | * un autre serveur |
||
108 | |||
109 | 17 | Patrice Nadeau | Très utile pour rediriger les requêtes à partir d'internet avec un seule adresse IP publique (NAT(Network Address Translation)). |
110 | |||
111 | |||
112 | 18 | Patrice Nadeau | Si le fichier _/etc/apache2/vhosts.d/vhost.conf_ n'existe pas, le créer à partir du gabarit de base |
113 | 17 | Patrice Nadeau | <pre><code class="bash"> |
114 | cd /etc/apache2/vhosts.d/ |
||
115 | cp vhost.template vhost.conf |
||
116 | </code></pre> |
||
117 | |||
118 | 8 | Patrice Nadeau | h3. Redirection vers un dossier différent. |
119 | 6 | Patrice Nadeau | |
120 | 16 | Patrice Nadeau | Ex. : On veux diriger _helpdesk.domain.tld_ vers le dossier _/srv/www/htdocs/helpdesk_ et _wiki.domain.tld_ vers le dossier _/srv/www/htdocs/wiki_ |
121 | 15 | Patrice Nadeau | <pre><code class="php"> |
122 | <VirtualHost *:80> |
||
123 | 16 | Patrice Nadeau | ServerName helpdesk.domain.tld |
124 | DocumentRoot /srv/www/htdocs/hepdesk |
||
125 | 15 | Patrice Nadeau | ServerAdmin admin@domain.tld |
126 | 16 | Patrice Nadeau | <Directory "/srv/www/htdocs/helpdesk"> |
127 | 25 | Patrice Nadeau | #Order allow,deny #Since Apache 2.4 |
128 | 22 | Patrice Nadeau | Require all granted |
129 | 15 | Patrice Nadeau | </Directory> |
130 | </VirtualHost> |
||
131 | |||
132 | <VirtualHost *:80> |
||
133 | ServerName wiki.domain.tld |
||
134 | DocumentRoot /srv/www/htdocs/wiki |
||
135 | ServerAdmin admin@domain.tld |
||
136 | <Directory "/srv/www/htdocs/wiki"> |
||
137 | 25 | Patrice Nadeau | #Order allow,deny # since Apache 2.4 |
138 | 22 | Patrice Nadeau | Require all granted |
139 | 1 | Patrice Nadeau | </Directory> |
140 | </VirtualHost> |
||
141 | </code></pre> |
||
142 | |||
143 | Modifier les items suivants : |
||
144 | * *ServerAdmin* : L'adresse de courriel de l'administrateur |
||
145 | 4 | Patrice Nadeau | * *ServerName* : Le FQDN(Fully Qualified Domain Name) du serveur |
146 | 1 | Patrice Nadeau | * *DocumentRoot* : L'emplacement des fichiers du site web |
147 | 7 | Patrice Nadeau | |
148 | h3. Redirection vers un serveur différent |
||
149 | |||
150 | 34 | Patrice Nadeau | > Les modules _proxy_ et _proxy_http_ doivent déjà être actifs |
151 | 11 | Patrice Nadeau | |
152 | 12 | Patrice Nadeau | Modifier le fichier _/etc/apache2/vhosts.d/vhost.conf_ |
153 | 13 | Patrice Nadeau | Ex. : On veux rediriger le service _service_ vers le serveur _server1_ |
154 | 14 | Patrice Nadeau | <pre><code class="php"> |
155 | 12 | Patrice Nadeau | <VirtualHost *:80> |
156 | ServerName service.domaine.com |
||
157 | 28 | Patrice Nadeau | ProxyPreserveHost On |
158 | 12 | Patrice Nadeau | ProxyPass / http://serveur1.domaine.com/ |
159 | ProxyPassReverse / http://serveur1.domaine.com/ |
||
160 | 13 | Patrice Nadeau | ServerAdmin admin@domaine.com |
161 | 12 | Patrice Nadeau | </VirtualHost> |
162 | 11 | Patrice Nadeau | |
163 | 12 | Patrice Nadeau | </code></pre> |
164 | 11 | Patrice Nadeau | |
165 | 7 | Patrice Nadeau | h3. Activation des changements |
166 | 1 | Patrice Nadeau | |
167 | Relire la configuration d'Apache |
||
168 | <pre><code class="bash"> |
||
169 | 27 | Patrice Nadeau | systemctl reload apache2.service |
170 | 1 | Patrice Nadeau | </code></pre> |
171 | |||
172 | Commandes |
||
173 | 10 | Patrice Nadeau | * _apache2ctl -S_ : liste les serveurs virtuels |