]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - doc/Server-configuration.html
Merge pull request #540 from ArthurHoaro/doc/update20160414
[github/shaarli/Shaarli.git] / doc / Server-configuration.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="generator" content="pandoc">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
7 <title>Shaarli – Server configuration</title>
8 <style type="text/css">code{white-space: pre;}</style>
9 <style type="text/css">
10 div.sourceCode { overflow-x: auto; }
11 table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
12 margin: 0; padding: 0; vertical-align: baseline; border: none; }
13 table.sourceCode { width: 100%; line-height: 100%; }
14 td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; }
15 td.sourceCode { padding-left: 5px; }
16 code > span.kw { color: #007020; font-weight: bold; } /* Keyword */
17 code > span.dt { color: #902000; } /* DataType */
18 code > span.dv { color: #40a070; } /* DecVal */
19 code > span.bn { color: #40a070; } /* BaseN */
20 code > span.fl { color: #40a070; } /* Float */
21 code > span.ch { color: #4070a0; } /* Char */
22 code > span.st { color: #4070a0; } /* String */
23 code > span.co { color: #60a0b0; font-style: italic; } /* Comment */
24 code > span.ot { color: #007020; } /* Other */
25 code > span.al { color: #ff0000; font-weight: bold; } /* Alert */
26 code > span.fu { color: #06287e; } /* Function */
27 code > span.er { color: #ff0000; font-weight: bold; } /* Error */
28 code > span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
29 code > span.cn { color: #880000; } /* Constant */
30 code > span.sc { color: #4070a0; } /* SpecialChar */
31 code > span.vs { color: #4070a0; } /* VerbatimString */
32 code > span.ss { color: #bb6688; } /* SpecialString */
33 code > span.im { } /* Import */
34 code > span.va { color: #19177c; } /* Variable */
35 code > span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
36 code > span.op { color: #666666; } /* Operator */
37 code > span.bu { } /* BuiltIn */
38 code > span.ex { } /* Extension */
39 code > span.pp { color: #bc7a00; } /* Preprocessor */
40 code > span.at { color: #7d9029; } /* Attribute */
41 code > span.do { color: #ba2121; font-style: italic; } /* Documentation */
42 code > span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
43 code > span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
44 code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
45 </style>
46 <link rel="stylesheet" href="github-markdown.css">
47 <!--[if lt IE 9]>
48 <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
49 <![endif]-->
50 </head>
51 <body>
52 <div id="local-sidebar">
53 <ul>
54 <li><a href="Home.html">Home</a></li>
55 <li>Installation
56 <ul>
57 <li><a href="Download.html">Download</a></li>
58 <li><a href="Server-requirements.html">Server requirements</a></li>
59 <li><a href="Server-configuration.html">Server configuration</a></li>
60 <li><a href="Server-security.html">Server security</a></li>
61 <li><a href="Shaarli-installation.html">Shaarli installation</a></li>
62 <li><a href="Shaarli-configuration.html">Shaarli configuration</a></li>
63 <li><a href="Plugin-installation-&amp;-configuration.html">Plugin installation &amp; configuration</a></li>
64 </ul></li>
65 <li><a href="Docker.html">Docker</a></li>
66 <li><a href="Plugin-list.html">Plugin list</a></li>
67 <li><a href="Usage.html">Usage</a>
68 <ul>
69 <li><a href="Sharing-button.html">Sharing button</a> (bookmarklet)</li>
70 <li><a href="Browsing-and-Searching.html">Browsing and Searching</a></li>
71 <li><a href="Firefox-share.html">Firefox share</a></li>
72 <li><a href="RSS-feeds.html">RSS feeds</a></li>
73 </ul></li>
74 <li>How To
75 <ul>
76 <li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
77 <li><a href="Upgrade-from-original-sebsauvage/Shaarli.html">Upgrade from original sebsauvage/Shaarli</a></li>
78 <li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
79 <li><a href="Create-and-serve-multiple-Shaarlis-(farm).html">Create and serve multiple Shaarlis (farm)</a></li>
80 <li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
81 <li><a href="Datastore-hacks.html">Datastore hacks</a></li>
82 </ul></li>
83 <li><a href="Troubleshooting.html">Troubleshooting</a></li>
84 <li><a href="Development.html">Development</a>
85 <ul>
86 <li><a href="GnuPG-signature.html">GnuPG signature</a></li>
87 <li><a href="Coding-guidelines.html">Coding guidelines</a></li>
88 <li><a href="Directory-structure.html">Directory structure</a></li>
89 <li><a href="3rd-party-libraries.html">3rd party libraries</a></li>
90 <li><a href="Plugin-System.html">Plugin System</a></li>
91 <li><a href="Release-Shaarli.html">Release Shaarli</a></li>
92 <li><a href="Security.html">Security</a></li>
93 <li><a href="Static-analysis.html">Static analysis</a></li>
94 <li><a href="Theming.html">Theming</a></li>
95 <li><a href="Unit-tests.html">Unit tests</a></li>
96 </ul></li>
97 <li>About
98 <ul>
99 <li><a href="FAQ.html">FAQ</a></li>
100 <li><a href="Community-&amp;-Related-software.html">Community &amp; Related software</a></li>
101 <li><a href="TODO.html">TODO</a></li>
102 </ul></li>
103 </ul>
104 </div>
105 <h1 id="server-configuration">Server configuration</h1>
106 <p><em>Example virtual host configurations for popular web servers</em></p>
107 <ul>
108 <li><a href="#apache">Apache</a><a href=".html"></a></li>
109 <li><a href="#nginx">Nginx</a><a href=".html"></a></li>
110 </ul>
111 <h2 id="prerequisites">Prerequisites</h2>
112 <h3 id="shaarli">Shaarli</h3>
113 <ul>
114 <li>Shaarli is installed in a directory readable/writeable by the user</li>
115 <li>the correct read/write permissions have been granted to the web server <em>user and/or group</em></li>
116 <li>for HTTPS / SSL:</li>
117 <li>a key pair (public, private) and a certificate have been generated</li>
118 <li>the appropriate server SSL extension is installed and active</li>
119 </ul>
120 <h3 id="https-tls-and-self-signed-certificates">HTTPS, TLS and self-signed certificates</h3>
121 <p>Related guides:</p>
122 <ul>
123 <li><a href="http://www.xenocafe.com/tutorials/linux/centos/openssl/self_signed_certificates/index.php">How to Create Self-Signed SSL Certificates with OpenSSL</a><a href=".html"></a></li>
124 <li><a href="https://workaround.org/certificate-authority">How do I create my own Certificate Authority?</a><a href=".html"></a></li>
125 <li>Generate a self-signed certificate (will trigger browser warnings) with apache2: <code>make-ssl-cert generate-default-snakeoil --force-overwrite</code> will create <code>/etc/ssl/certs/ssl-cert-snakeoil.pem</code> and <code>/etc/ssl/private/ssl-cert-snakeoil.key</code></li>
126 </ul>
127 <h3 id="proxies">Proxies</h3>
128 <p>If Shaarli is served behind a proxy (i.e. there is a proxy server between clients and the web server hosting Shaarli), please refer to the proxy server documentation for proper configuration. In particular, you have to ensure that the following server variables are properly set:</p>
129 <ul>
130 <li><code>X-Forwarded-Proto</code>;</li>
131 <li><code>X-Forwarded-Host</code>;</li>
132 <li><code>X-Forwarded-For</code>.</li>
133 </ul>
134 <p>See also <a href="https://github.com/shaarli/Shaarli/issues?utf8=%E2%9C%93&amp;q=label%3Aproxy+">proxy-related</a> issues.<a href=".html"></a></p>
135 <h2 id="apache">Apache</h2>
136 <h3 id="minimal">Minimal</h3>
137 <div class="sourceCode"><pre class="sourceCode apache"><code class="sourceCode apache"><span class="fu">&lt;VirtualHost</span><span class="ot"> *:80</span><span class="fu">&gt;</span>
138 ServerName<span class="st"> shaarli.my-domain.org</span>
139 DocumentRoot<span class="st"> /absolute/path/to/shaarli/</span>
140 <span class="fu">&lt;/VirtualHost&gt;</span></code></pre></div>
141 <h3 id="debug---log-all-the-things">Debug - Log all the things!</h3>
142 <p>This configuration will log both Apache and PHP errors, which may prove useful to identify server configuration errors.</p>
143 <p>See:</p>
144 <ul>
145 <li><a href="http://stackoverflow.com/q/176">Apache/PHP - error log per VirtualHost</a> (StackOverflow)<a href=".html"></a></li>
146 <li><a href="https://ma.ttias.be/php-php_value-vs-php_admin_value-and-the-use-of-php_flag-explained/">PHP: php_value vs php_admin_value and the use of php_flag explained</a><a href=".html"></a></li>
147 </ul>
148 <div class="sourceCode"><pre class="sourceCode apache"><code class="sourceCode apache"><span class="fu">&lt;VirtualHost</span><span class="ot"> *:80</span><span class="fu">&gt;</span>
149 ServerName<span class="st"> shaarli.my-domain.org</span>
150 DocumentRoot<span class="st"> /absolute/path/to/shaarli/</span>
151
152 <span class="ot">LogLevel</span><span class="ch"> </span><span class="kw">warn</span>
153 ErrorLog<span class="st"> /var/log/apache2/shaarli-error.log</span>
154 CustomLog<span class="st"> /var/log/apache2/shaarli-access.log combined</span>
155
156 php_flag log_errors on
157 php_flag display_errors on
158 php_value error_reporting 2147483647
159 php_value error_log /var/log/apache2/shaarli-php-error.log
160 <span class="fu">&lt;/VirtualHost&gt;</span></code></pre></div>
161 <h3 id="standard---keep-access-and-error-logs">Standard - Keep access and error logs</h3>
162 <div class="sourceCode"><pre class="sourceCode apache"><code class="sourceCode apache"><span class="fu">&lt;VirtualHost</span><span class="ot"> *:80</span><span class="fu">&gt;</span>
163 ServerName<span class="st"> shaarli.my-domain.org</span>
164 DocumentRoot<span class="st"> /absolute/path/to/shaarli/</span>
165
166 <span class="ot">LogLevel</span><span class="ch"> </span><span class="kw">warn</span>
167 ErrorLog<span class="st"> /var/log/apache2/shaarli-error.log</span>
168 CustomLog<span class="st"> /var/log/apache2/shaarli-access.log combined</span>
169 <span class="fu">&lt;/VirtualHost&gt;</span></code></pre></div>
170 <h3 id="paranoid---redirect-http-80-to-https-443">Paranoid - Redirect HTTP (:80) to HTTPS (:443)</h3>
171 <p>See <a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Apache">Server-side TLS</a> (Mozilla).<a href=".html"></a></p>
172 <div class="sourceCode"><pre class="sourceCode apache"><code class="sourceCode apache"><span class="fu">&lt;VirtualHost</span><span class="ot"> *:443</span><span class="fu">&gt;</span>
173 ServerName<span class="st"> shaarli.my-domain.org</span>
174 DocumentRoot<span class="st"> /absolute/path/to/shaarli/</span>
175
176 <span class="ot">SSLEngine</span><span class="ch"> </span><span class="kw">on</span>
177 SSLCertificateFile<span class="st"> /absolute/path/to/the/website/certificate.pem</span>
178 SSLCertificateKeyFile<span class="st"> /absolute/path/to/the/website/key.key</span>
179
180 <span class="fu">&lt;Directory</span><span class="ot"> /absolute/path/to/shaarli/</span><span class="fu">&gt;</span>
181 <span class="ot">AllowOverride</span><span class="ch"> </span><span class="kw">All</span>
182 <span class="ot">Options</span><span class="ch"> </span><span class="kw">Indexes</span><span class="ch"> </span><span class="kw">FollowSymLinks</span><span class="ch"> </span><span class="kw">MultiViews</span>
183 <span class="ot">Order</span><span class="ch"> </span><span class="kw">allow,deny</span>
184 allow<span class="st"> from all</span>
185 <span class="fu">&lt;/Directory&gt;</span>
186
187 <span class="ot">LogLevel</span><span class="ch"> </span><span class="kw">warn</span>
188 ErrorLog<span class="st"> /var/log/apache2/shaarli-error.log</span>
189 CustomLog<span class="st"> /var/log/apache2/shaarli-access.log combined</span>
190 <span class="fu">&lt;/VirtualHost&gt;</span>
191 <span class="fu">&lt;VirtualHost</span><span class="ot"> *:80</span><span class="fu">&gt;</span>
192 ServerName<span class="st"> shaarli.my-domain.org</span>
193 Redirect<span class="st"> 301 / https://shaarli.my-domain.org</span>
194
195 <span class="ot">LogLevel</span><span class="ch"> </span><span class="kw">warn</span>
196 ErrorLog<span class="st"> /var/log/apache2/shaarli-error.log</span>
197 CustomLog<span class="st"> /var/log/apache2/shaarli-access.log combined</span>
198 <span class="fu">&lt;/VirtualHost&gt;</span></code></pre></div>
199 <h2 id="lighthttpd">LightHttpd</h2>
200 <h2 id="nginx">Nginx</h2>
201 <h3 id="foreword">Foreword</h3>
202 <p>Nginx does not natively interpret PHP scripts; to this effect, we will run a <a href="https://en.wikipedia.org/wiki/FastCGI">FastCGI</a> service, to which Nginx's FastCGI module will proxy all requests to PHP resources.<a href=".html"></a></p>
203 <p>Required packages:</p>
204 <ul>
205 <li><a href="http://nginx.org">nginx</a><a href=".html"></a></li>
206 <li><a href="http://php-fpm.org">php-fpm</a> - PHP FastCGI Process Manager<a href=".html"></a></li>
207 </ul>
208 <p>Official documentation:</p>
209 <ul>
210 <li><a href="http://nginx.org/en/docs/beginners_guide.html">Beginner's guide</a><a href=".html"></a></li>
211 <li><a href="http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html">ngx_http_fastcgi_module</a><a href=".html"></a></li>
212 <li><a href="http://wiki.nginx.org/Pitfalls">Pitfalls</a><a href=".html"></a></li>
213 </ul>
214 <p>Community resources:</p>
215 <ul>
216 <li><a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Nginx">Server-side TLS (Nginx)</a> (Mozilla)<a href=".html"></a></li>
217 <li><a href="http://kbeezie.com/nginx-configuration-examples/">PHP configuration examples</a> (Karl Blessing)<a href=".html"></a></li>
218 </ul>
219 <h3 id="common-setup">Common setup</h3>
220 <p>Once Nginx and PHP-FPM are installed, we need to ensure:</p>
221 <ul>
222 <li>Nginx and PHP-FPM are running using the <em>same user and group</em></li>
223 <li>both these user and group have
224 <ul>
225 <li><code>read</code> permissions for Shaarli resources</li>
226 <li><code>execute</code> permissions for Shaarli directories <em>AND</em> their parent directories</li>
227 </ul></li>
228 </ul>
229 <p>On a production server:</p>
230 <ul>
231 <li><code>user:group</code> will likely be <code>http:http</code>, <code>www:www</code> or <code>www-data:www-data</code></li>
232 <li>files will be located under <code>/var/www</code>, <code>/var/http</code> or <code>/usr/share/nginx</code></li>
233 </ul>
234 <p>On a development server:</p>
235 <ul>
236 <li>files may be located in a user's home directory</li>
237 <li>in this case, make sure both Nginx and PHP-FPM are running as the local user/group!</li>
238 </ul>
239 <p>For all following examples, a development configuration will be used:</p>
240 <ul>
241 <li><code>user:group = john:users</code>,</li>
242 </ul>
243 <p>which corresponds to the following service configuration:</p>
244 <div class="sourceCode"><pre class="sourceCode ini"><code class="sourceCode ini"><span class="co">; /etc/php/php-fpm.conf</span>
245 <span class="dt">user </span><span class="ot">=</span><span class="st"> john</span>
246 <span class="dt">group </span><span class="ot">=</span><span class="st"> users</span>
247
248 <span class="kw">[...][]</span><span class="dt">(.html)</span>
249 <span class="dt">listen.owner </span><span class="ot">=</span><span class="st"> john</span>
250 <span class="dt">listen.group </span><span class="ot">=</span><span class="st"> users</span></code></pre></div>
251 <pre class="nginx"><code># /etc/nginx/nginx.conf
252 user john users;
253
254 http {
255 [...][](.html)
256 }</code></pre>
257 <h3 id="minimal-1">Minimal</h3>
258 <p><em>WARNING: Use for development only!</em></p>
259 <pre class="nginx"><code>user john users;
260 worker_processes 1;
261 events {
262 worker_connections 1024;
263 }
264
265 http {
266 include mime.types;
267 default_type application/octet-stream;
268 keepalive_timeout 20;
269
270 index index.html index.php;
271
272 server {
273 listen 80;
274 server_name localhost;
275 root /home/john/web;
276
277 access_log /var/log/nginx/access.log;
278 error_log /var/log/nginx/error.log;
279
280 location /shaarli/ {
281 access_log /var/log/nginx/shaarli.access.log;
282 error_log /var/log/nginx/shaarli.error.log;
283 }
284
285 location ~ (index)\.php$ {
286 fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
287 fastcgi_index index.php;
288 include fastcgi.conf;
289 }
290 }
291 }</code></pre>
292 <h3 id="modular">Modular</h3>
293 <p>The previous setup is sufficient for development purposes, but has several major caveats:</p>
294 <ul>
295 <li>every content that does not match the PHP rule will be sent to client browsers:
296 <ul>
297 <li>dotfiles - in our case, <code>.htaccess</code></li>
298 <li>temporary files, e.g. Vim or Emacs files: <code>index.php~</code></li>
299 </ul></li>
300 <li>asset / static resource caching is not optimized</li>
301 <li>if serving several PHP sites, there will be a lot of duplication: <code>location /shaarli/</code>, <code>location /mysite/</code>, etc.</li>
302 </ul>
303 <p>To solve this, we will split Nginx configuration in several parts, that will be included when needed:</p>
304 <pre class="nginx"><code># /etc/nginx/deny.conf
305 location ~ /\. {
306 # deny access to dotfiles
307 access_log off;
308 log_not_found off;
309 deny all;
310 }
311
312 location ~ ~$ {
313 # deny access to temp editor files, e.g. &quot;script.php~&quot;
314 access_log off;
315 log_not_found off;
316 deny all;
317 }</code></pre>
318 <pre class="nginx"><code># /etc/nginx/php.conf
319 location ~ (index)\.php$ {
320 # filter and proxy PHP requests to PHP-FPM
321 fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
322 fastcgi_index index.php;
323 include fastcgi.conf;
324 }
325
326 location ~ \.php$ {
327 # deny access to all other PHP scripts
328 deny all;
329 }</code></pre>
330 <pre class="nginx"><code># /etc/nginx/static_assets.conf
331 location ~* \.(?:ico|css|js|gif|jpe?g|png)$ {
332 expires max;
333 add_header Pragma public;
334 add_header Cache-Control &quot;public, must-revalidate, proxy-revalidate&quot;;
335 }</code></pre>
336 <pre class="nginx"><code># /etc/nginx/nginx.conf
337 [...][](.html)
338
339 http {
340 [...][](.html)
341
342 root /home/john/web;
343 access_log /var/log/nginx/access.log;
344 error_log /var/log/nginx/error.log;
345
346 server {
347 # virtual host for a first domain
348 listen 80;
349 server_name my.first.domain.org;
350
351 location /shaarli/ {
352 access_log /var/log/nginx/shaarli.access.log;
353 error_log /var/log/nginx/shaarli.error.log;
354 }
355
356 include deny.conf;
357 include static_assets.conf;
358 include php.conf;
359 }
360
361 server {
362 # virtual host for a second domain
363 listen 80;
364 server_name second.domain.com;
365
366 location /minigal/ {
367 access_log /var/log/nginx/minigal.access.log;
368 error_log /var/log/nginx/minigal.error.log;
369 }
370
371 include deny.conf;
372 include static_assets.conf;
373 include php.conf;
374 }
375 }</code></pre>
376 <h3 id="redirect-http-to-https">Redirect HTTP to HTTPS</h3>
377 <p>Assuming you have generated a (self-signed) key and certificate, and they are located under <code>/home/john/ssl/localhost.{key,crt}</code>, it is pretty straightforward to set an HTTP (:80) to HTTPS (:443) redirection to force SSL/TLS usage.</p>
378 <pre class="nginx"><code># /etc/nginx/nginx.conf
379 [...][](.html)
380
381 http {
382 [...][](.html)
383
384 index index.html index.php;
385
386 root /home/john/web;
387 access_log /var/log/nginx/access.log;
388 error_log /var/log/nginx/error.log;
389
390 server {
391 listen 80;
392 server_name localhost;
393
394 return 301 https://localhost$request_uri;
395 }
396
397 server {
398 listen 443 ssl;
399 server_name localhost;
400
401 ssl_certificate /home/john/ssl/localhost.crt;
402 ssl_certificate_key /home/john/ssl/localhost.key;
403
404 location /shaarli/ {
405 access_log /var/log/nginx/shaarli.access.log;
406 error_log /var/log/nginx/shaarli.error.log;
407 }
408
409 include deny.conf;
410 include static_assets.conf;
411 include php.conf;
412 }
413 }</code></pre>
414 <h2 id="restricting-search-engines-and-web-crawler-traffic">Restricting search engines and web crawler traffic</h2>
415 <p>Creating a <code>robots.txt</code> witht he following contents at the root of your Shaarli installation will prevent &quot;honest&quot; web crawlers from indexing each and every link and Daily page from a Shaarli instance, thus getting rid of a certain amount of unsollicited network traffic.</p>
416 <pre><code>User-agent: *
417 Disallow: /</code></pre>
418 <p>See: <a href="http://www.robotstxt.org/" class="uri">http://www.robotstxt.org/</a>, <a href="http://www.robotstxt.org/robotstxt.html" class="uri">http://www.robotstxt.org/robotstxt.html</a>, <a href="http://www.robotstxt.org/meta.html" class="uri">http://www.robotstxt.org/meta.html</a></p>
419 </body>
420 </html>