Server-configuration.html 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  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. <!--[if lt IE 9]>
  10. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  11. <![endif]-->
  12. <style type="text/css">
  13. table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
  14. margin: 0; padding: 0; vertical-align: baseline; border: none; }
  15. table.sourceCode { width: 100%; line-height: 100%; }
  16. td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; }
  17. td.sourceCode { padding-left: 5px; }
  18. code > span.kw { color: #007020; font-weight: bold; }
  19. code > span.dt { color: #902000; }
  20. code > span.dv { color: #40a070; }
  21. code > span.bn { color: #40a070; }
  22. code > span.fl { color: #40a070; }
  23. code > span.ch { color: #4070a0; }
  24. code > span.st { color: #4070a0; }
  25. code > span.co { color: #60a0b0; font-style: italic; }
  26. code > span.ot { color: #007020; }
  27. code > span.al { color: #ff0000; font-weight: bold; }
  28. code > span.fu { color: #06287e; }
  29. code > span.er { color: #ff0000; font-weight: bold; }
  30. </style>
  31. <link rel="stylesheet" href="github-markdown.css">
  32. </head>
  33. <body>
  34. <div id="local-sidebar">
  35. <ul>
  36. <li><a href="Home.html">Home</a></li>
  37. <li>Installation
  38. <ul>
  39. <li><a href="Download.html">Download</a></li>
  40. <li><a href="Server-requirements.html">Server requirements</a></li>
  41. <li><a href="Server-configuration.html">Server configuration</a></li>
  42. <li><a href="Shaarli-configuration.html">Shaarli configuration</a></li>
  43. </ul></li>
  44. <li><a href="Usage.html">Usage</a>
  45. <ul>
  46. <li><a href="Sharing-button.html">Sharing button</a> (bookmarklet)</li>
  47. <li><a href="Firefox-share.html">Firefox share</a></li>
  48. <li><a href="RSS-feeds.html">RSS feeds</a></li>
  49. </ul></li>
  50. <li>How To
  51. <ul>
  52. <li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
  53. <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>
  54. <li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
  55. <li><a href="Datastore-hacks.html">Datastore hacks</a></li>
  56. </ul></li>
  57. <li><a href="Troubleshooting.html">Troubleshooting</a></li>
  58. <li><a href="Development.html">Development</a>
  59. <ul>
  60. <li><a href="GnuPG-signature.html">GnuPG signature</a></li>
  61. <li><a href="Coding-guidelines.html">Coding guidelines</a></li>
  62. <li><a href="Directory-structure.html">Directory structure</a></li>
  63. <li><a href="3rd-party-libraries.html">3rd party libraries</a></li>
  64. <li><a href="Plugin-System.html">Plugin System</a></li>
  65. <li><a href="Security.html">Security</a></li>
  66. <li><a href="Static-analysis.html">Static analysis</a></li>
  67. <li><a href="Theming.html">Theming</a></li>
  68. <li><a href="Unit-tests.html">Unit tests</a></li>
  69. </ul></li>
  70. <li>About
  71. <ul>
  72. <li><a href="FAQ.html">FAQ</a></li>
  73. <li><a href="Community-&amp;-Related-software.html">Community &amp; Related software</a></li>
  74. <li><a href="TODO.html">TODO</a></li>
  75. </ul></li>
  76. </ul>
  77. </div>
  78. <h1 id="server-configuration">Server configuration</h1>
  79. <p><em>Example virtual host configurations for popular web servers</em></p>
  80. <ul>
  81. <li><a href="#apache">Apache</a><a href=".html"></a></li>
  82. <li><a href="#lighthttpd">LightHttpd</a> (empty)<a href=".html"></a></li>
  83. <li><a href="#nginx">Nginx</a><a href=".html"></a></li>
  84. </ul>
  85. <h2 id="prerequisites">Prerequisites</h2>
  86. <ul>
  87. <li>Shaarli is installed in a directory readable/writeable by the user</li>
  88. <li>the correct read/write permissions have been granted to the web server <em>user and/or group</em></li>
  89. <li>for HTTPS / SSL:</li>
  90. <li>a key pair (public, private) and a certificate have been generated</li>
  91. <li>the appropriate server SSL extension is installed and active</li>
  92. </ul>
  93. <p>Related guides:</p>
  94. <ul>
  95. <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>
  96. <li><a href="https://workaround.org/certificate-authority">How do I create my own Certificate Authority?</a><a href=".html"></a></li>
  97. </ul>
  98. <h2 id="apache">Apache</h2>
  99. <h3 id="minimal">Minimal</h3>
  100. <pre class="sourceCode apache"><code class="sourceCode apache"><span class="fu">&lt;VirtualHost</span><span class="ot"> *:80</span><span class="fu">&gt;</span>
  101. ServerName<span class="st"> shaarli.my-domain.org</span>
  102. DocumentRoot<span class="st"> /absolute/path/to/shaarli/</span>
  103. <span class="fu">&lt;/VirtualHost&gt;</span></code></pre>
  104. <h3 id="debug---log-all-the-things">Debug - Log all the things!</h3>
  105. <p>This configuration will log both Apache and PHP errors, which may prove useful to identify server configuration errors.</p>
  106. <p>See:</p>
  107. <ul>
  108. <li><a href="http://stackoverflow.com/q/176">Apache/PHP - error log per VirtualHost</a> (StackOverflow)<a href=".html"></a></li>
  109. <li><a href="PHP:%20php_value%20vs%20php_admin_value%20and%20the%20use%20of%20php_flag%20explained">PHP: php_value vs php_admin_value and the use of php_flag explained</a><a href=".html"></a></li>
  110. </ul>
  111. <pre class="sourceCode apache"><code class="sourceCode apache"><span class="fu">&lt;VirtualHost</span><span class="ot"> *:80</span><span class="fu">&gt;</span>
  112. ServerName<span class="st"> shaarli.my-domain.org</span>
  113. DocumentRoot<span class="st"> /absolute/path/to/shaarli/</span>
  114. <span class="ot">LogLevel</span><span class="ch"> </span><span class="kw">warn</span>
  115. ErrorLog<span class="st"> /var/log/apache2/shaarli-error.log</span>
  116. CustomLog<span class="st"> /var/log/apache2/shaarli-access.log combined</span>
  117. php_flag log_errors on
  118. php_flag display_errors on
  119. php_value error_reporting 2147483647
  120. php_value error_log /var/log/apache2/shaarli-php-error.log
  121. <span class="fu">&lt;/VirtualHost&gt;</span></code></pre>
  122. <h3 id="standard---keep-access-and-error-logs">Standard - Keep access and error logs</h3>
  123. <pre class="sourceCode apache"><code class="sourceCode apache"><span class="fu">&lt;VirtualHost</span><span class="ot"> *:80</span><span class="fu">&gt;</span>
  124. ServerName<span class="st"> shaarli.my-domain.org</span>
  125. DocumentRoot<span class="st"> /absolute/path/to/shaarli/</span>
  126. <span class="ot">LogLevel</span><span class="ch"> </span><span class="kw">warn</span>
  127. ErrorLog<span class="st"> /var/log/apache2/shaarli-error.log</span>
  128. CustomLog<span class="st"> /var/log/apache2/shaarli-access.log combined</span>
  129. <span class="fu">&lt;/VirtualHost&gt;</span></code></pre>
  130. <h3 id="paranoid---redirect-http-80-to-https-443">Paranoid - Redirect HTTP (:80) to HTTPS (:443)</h3>
  131. <p>See <a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Apache">Server-side TLS</a> (Mozilla).<a href=".html"></a></p>
  132. <pre class="sourceCode apache"><code class="sourceCode apache"><span class="fu">&lt;VirtualHost</span><span class="ot"> *:443</span><span class="fu">&gt;</span>
  133. ServerName<span class="st"> shaarli.my-domain.org</span>
  134. DocumentRoot<span class="st"> /absolute/path/to/shaarli/</span>
  135. <span class="ot">SSLEngine</span><span class="ch"> </span><span class="kw">on</span>
  136. SSLCertificateFile<span class="st"> /absolute/path/to/the/website/certificate.crt</span>
  137. SSLCertificateKeyFile<span class="st"> /absolute/path/to/the/website/key.key</span>
  138. <span class="fu">&lt;Directory</span><span class="ot"> /absolute/path/to/shaarli/</span><span class="fu">&gt;</span>
  139. <span class="ot">AllowOverride</span><span class="ch"> </span><span class="kw">All</span>
  140. <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>
  141. <span class="ot">Order</span><span class="ch"> </span><span class="kw">allow,deny</span>
  142. allow<span class="st"> from all</span>
  143. <span class="fu">&lt;/Directory&gt;</span>
  144. <span class="ot">LogLevel</span><span class="ch"> </span><span class="kw">warn</span>
  145. ErrorLog<span class="st"> /var/log/apache2/shaarli-error.log</span>
  146. CustomLog<span class="st"> /var/log/apache2/shaarli-access.log combined</span>
  147. <span class="fu">&lt;/VirtualHost&gt;</span>
  148. <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. Redirect<span class="st"> 301 / https://shaarli.my-domain.org</span>
  151. <span class="ot">LogLevel</span><span class="ch"> </span><span class="kw">warn</span>
  152. ErrorLog<span class="st"> /var/log/apache2/shaarli-error.log</span>
  153. CustomLog<span class="st"> /var/log/apache2/shaarli-access.log combined</span>
  154. <span class="fu">&lt;/VirtualHost&gt;</span></code></pre>
  155. <h2 id="lighthttpd">LightHttpd</h2>
  156. <h2 id="nginx">Nginx</h2>
  157. <h3 id="foreword">Foreword</h3>
  158. <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>
  159. <p>Required packages:</p>
  160. <ul>
  161. <li><a href="http://nginx.org">nginx</a><a href=".html"></a></li>
  162. <li><a href="http://php-fpm.org">php-fpm</a> - PHP FastCGI Process Manager<a href=".html"></a></li>
  163. </ul>
  164. <p>Official documentation:</p>
  165. <ul>
  166. <li><a href="http://nginx.org/en/docs/beginners_guide.html">Beginner's guide</a><a href=".html"></a></li>
  167. <li><a href="http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html">ngx_http_fastcgi_module</a><a href=".html"></a></li>
  168. <li><a href="http://wiki.nginx.org/Pitfalls">Pitfalls</a><a href=".html"></a></li>
  169. </ul>
  170. <p>Community resources:</p>
  171. <ul>
  172. <li><a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Nginx">Server-side TLS (Nginx)</a> (Mozilla)<a href=".html"></a></li>
  173. <li><a href="http://kbeezie.com/nginx-configuration-examples/">PHP configuration examples</a> (Karl Blessing)<a href=".html"></a></li>
  174. </ul>
  175. <h3 id="common-setup">Common setup</h3>
  176. <p>Once Nginx and PHP-FPM are installed, we need to ensure:</p>
  177. <ul>
  178. <li>Nginx and PHP-FPM are running using the <em>same user and group</em></li>
  179. <li>both these user and group have
  180. <ul>
  181. <li><code>read</code> permissions for Shaarli resources</li>
  182. <li><code>execute</code> permissions for Shaarli directories <em>AND</em> their parent directories</li>
  183. </ul></li>
  184. </ul>
  185. <p>On a production server:</p>
  186. <ul>
  187. <li><code>user:group</code> will likely be <code>http:http</code>, <code>www:www</code> or <code>www-data:www-data</code></li>
  188. <li>files will be located under <code>/var/www</code>, <code>/var/http</code> or <code>/usr/share/nginx</code></li>
  189. </ul>
  190. <p>On a development server:</p>
  191. <ul>
  192. <li>files may be located in a user's home directory</li>
  193. <li>in this case, make sure both Nginx and PHP-FPM are running as the local user/group!</li>
  194. </ul>
  195. <p>For all following examples, a development configuration will be used:</p>
  196. <ul>
  197. <li><code>user:group = john:users</code>,</li>
  198. </ul>
  199. <p>which corresponds to the following service configuration:</p>
  200. <pre class="sourceCode ini"><code class="sourceCode ini"><span class="co">; /etc/php/php-fpm.conf</span>
  201. <span class="dt">user </span><span class="ot">=</span><span class="st"> john</span>
  202. <span class="dt">group </span><span class="ot">=</span><span class="st"> users</span>
  203. <span class="kw">[...][]</span><span class="dt">(.html)</span>
  204. <span class="dt">listen.owner </span><span class="ot">=</span><span class="st"> john</span>
  205. <span class="dt">listen.group </span><span class="ot">=</span><span class="st"> users</span></code></pre>
  206. <pre class="nginx"><code># /etc/nginx/nginx.conf
  207. user john users;
  208. http {
  209. [...][](.html)
  210. }</code></pre>
  211. <h3 id="minimal-1">Minimal</h3>
  212. <p><em>WARNING: Use for development only!</em></p>
  213. <pre class="nginx"><code>user john users;
  214. worker_processes 1;
  215. events {
  216. worker_connections 1024;
  217. }
  218. http {
  219. include mime.types;
  220. default_type application/octet-stream;
  221. keepalive_timeout 20;
  222. index index.html index.php;
  223. server {
  224. listen 80;
  225. server_name localhost;
  226. root /home/john/web;
  227. access_log /var/log/nginx/access.log;
  228. error_log /var/log/nginx/error.log;
  229. location /shaarli/ {
  230. access_log /var/log/nginx/shaarli.access.log;
  231. error_log /var/log/nginx/shaarli.error.log;
  232. }
  233. location ~ (index)\.php$ {
  234. fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
  235. fastcgi_index index.php;
  236. include fastcgi.conf;
  237. }
  238. }
  239. }</code></pre>
  240. <h3 id="modular">Modular</h3>
  241. <p>The previous setup is sufficient for development purposes, but has several major caveats:</p>
  242. <ul>
  243. <li>every content that does not match the PHP rule will be sent to client browsers:
  244. <ul>
  245. <li>dotfiles - in our case, <code>.htaccess</code></li>
  246. <li>temporary files, e.g. Vim or Emacs files: <code>index.php~</code></li>
  247. </ul></li>
  248. <li>asset / static resource caching is not optimized</li>
  249. <li>if serving several PHP sites, there will be a lot of duplication: <code>location /shaarli/</code>, <code>location /mysite/</code>, etc.</li>
  250. </ul>
  251. <p>To solve this, we will split Nginx configuration in several parts, that will be included when needed:</p>
  252. <pre class="nginx"><code># /etc/nginx/deny.conf
  253. location ~ /\. {
  254. # deny access to dotfiles
  255. access_log off;
  256. log_not_found off;
  257. deny all;
  258. }
  259. location ~ ~$ {
  260. # deny access to temp editor files, e.g. &quot;script.php~&quot;
  261. access_log off;
  262. log_not_found off;
  263. deny all;
  264. }</code></pre>
  265. <pre class="nginx"><code># /etc/nginx/php.conf
  266. location ~ (index)\.php$ {
  267. # filter and proxy PHP requests to PHP-FPM
  268. fastcgi_pass unix:/var/run/php-fpm/php-fpm.sock;
  269. fastcgi_index index.php;
  270. include fastcgi.conf;
  271. }
  272. location ~ \.php$ {
  273. # deny access to all other PHP scripts
  274. deny all;
  275. }</code></pre>
  276. <pre class="nginx"><code># /etc/nginx/static_assets.conf
  277. location ~* \.(?:ico|css|js|gif|jpe?g|png)$ {
  278. expires max;
  279. add_header Pragma public;
  280. add_header Cache-Control &quot;public, must-revalidate, proxy-revalidate&quot;;
  281. }</code></pre>
  282. <pre class="nginx"><code># /etc/nginx/nginx.conf
  283. [...][](.html)
  284. http {
  285. [...][](.html)
  286. root /home/john/web;
  287. access_log /var/log/nginx/access.log;
  288. error_log /var/log/nginx/error.log;
  289. server {
  290. # virtual host for a first domain
  291. listen 80;
  292. server_name my.first.domain.org;
  293. location /shaarli/ {
  294. access_log /var/log/nginx/shaarli.access.log;
  295. error_log /var/log/nginx/shaarli.error.log;
  296. }
  297. include deny.conf;
  298. include static_assets.conf;
  299. include php.conf;
  300. }
  301. server {
  302. # virtual host for a second domain
  303. listen 80;
  304. server_name second.domain.com;
  305. location /minigal/ {
  306. access_log /var/log/nginx/minigal.access.log;
  307. error_log /var/log/nginx/minigal.error.log;
  308. }
  309. include deny.conf;
  310. include static_assets.conf;
  311. include php.conf;
  312. }
  313. }</code></pre>
  314. <h3 id="redirect-http-to-https">Redirect HTTP to HTTPS</h3>
  315. <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>
  316. <pre class="nginx"><code># /etc/nginx/nginx.conf
  317. [...][](.html)
  318. http {
  319. [...][](.html)
  320. index index.html index.php;
  321. root /home/john/web;
  322. access_log /var/log/nginx/access.log;
  323. error_log /var/log/nginx/error.log;
  324. server {
  325. listen 80;
  326. server_name localhost;
  327. return 301 https://localhost$request_uri;
  328. }
  329. server {
  330. listen 443 ssl;
  331. server_name localhost;
  332. ssl_certificate /home/john/ssl/localhost.crt;
  333. ssl_certificate_key /home/john/ssl/localhost.key;
  334. location /shaarli/ {
  335. access_log /var/log/nginx/shaarli.access.log;
  336. error_log /var/log/nginx/shaarli.error.log;
  337. }
  338. include deny.conf;
  339. include static_assets.conf;
  340. include php.conf;
  341. }
  342. }</code></pre>
  343. </body>
  344. </html>