--- /dev/null
+<Macro m6w6_host_defs>
+ ServerName m6w6.name
+ ServerAlias www.m6w6.name
+ ServerAdmin webmaster@m6w6.name
+
+ DocumentRoot /var/www/m6w6
+
+ <Directory /var/www/m6w6>
+ Options Indexes FollowSymLinks MultiViews
+ AllowOverride None
+ Require all granted
+ </Directory>
+</Macro>
+
+<VirtualHost *:80>
+ Use m6w6_host_defs
+ RedirectPermanent / https://m6w6.name/
+</VirtualHost>
+
+<IfModule mod_ssl.c>
+ <VirtualHost *:443>
+ Use m6w6_host_defs
+ Include "bits/hsts-nosub"
+ SSLEngine on
+ SSLUseStapling on
+ SSLCertificateFile /etc/letsencrypt/live/m6w6.name/fullchain.pem
+ SSLCertificateKeyFile /etc/letsencrypt/live/m6w6.name/privkey.pem
+ </VirtualHost>
+</IfModule>
+
+# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
<section>
<h2 id="opensource">Open source</h2>
<table>
- <!-- tr>
+ <tr>
<th>pecl/psi</th>
- <td>PHP System Interface</td>
+ <td>PHP System Interface (FFI)</td>
<td>
<a href="https://github.com/m6w6/ext-psi" rel="external"
>Github</a>,
<a href="https://git.m6w6.name/?p=m6w6/ext-psi" rel="external"
>Mirror</a>,
- <a href="http://pecl.php.net/package/psi" rel="external"
+ <!-- a href="http://pecl.php.net/package/psi" rel="external"
>PECL</a>,
<a href="https://mdref.m6w6.name/psi" rel="external"
- >Docs</a>
+ >Docs</a -->
</td>
- </tr -->
+ </tr>
<tr>
<th>pecl/http</th>
<td>PHP HTTP Extension</td>