diff options
Diffstat (limited to 'research/archive.mdwn')
-rw-r--r-- | research/archive.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/research/archive.mdwn b/research/archive.mdwn index 49cb93a..8e7af06 100644 --- a/research/archive.mdwn +++ b/research/archive.mdwn @@ -35,3 +35,14 @@ Currently archived research. * [Apache Drill](https://drill.apache.org/), [presto](https://github.com/prestodb/presto), hadoop, etc. * machine learning: * [TensorFlow](https://www.tensorflow.org/). +* php7-fpm: + * https://serversforhackers.com/video/apache-and-php-fpm + * http://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/ + + <FilesMatch \.php$> + SetHandler "proxy:unix:/run/php/php7.1-fpm.sock|fcgi://localhost:9000"; + </FilesMatch> +* onion smtp: + * https://www.void.gr/kargig/blog/2014/05/10/smtp-over-hidden-services-with-postfix/ + * https://tech.immerda.ch/2016/12/ehlo-onion/ + * https://github.com/riseupnet/onionmx |