备忘

1、windows下配置apache+https

  https://blog.csdn.net/tdcqfyl/article/details/79023431

Q1:AH00526: Syntax error on line 92 of D:/PHP-DEV/Apache24/conf/extra/httpd-ssl.conf:
SSLSessionCache: 'shmcb' session cache not supported (known names: ). Maybe you need to load the appropriate socache module (mod_socache_shmcb?).
A1:httpd.conf
-> LoadModule socache_shmcb_module modules/mod_socache_shmcb.so

2、reCaptcha 网站验证码

  https://blog.csdn.net/tsyccnh/article/details/50978611

  https://www.mmuaa.com/post/a0dc4687b47a53a7.html

  https://www.google.com/recaptcha/admin/site/350172921

3、

原文地址:https://www.cnblogs.com/rendd/p/13625267.html