简体   繁体   English

Apache Recompile对已安装的SSL的影响

[英]Apache Recompile effect on already installed SSL

I have to recompile and install apache 2.4 to block server header in head request for a client but the client has recently purchased an SSL for about $400. 我必须重新编译并安装apache 2.4来阻止对客户端的头请求中的服务器标头,但客户端最近以约$ 400的价格购买了SSL。 Im not sure if the SSL can be used with a new version of apache if I recompile and install this on server. 如果我重新编译并在服务器上安装SSL,我不确定SSL是否可以与新版本的apache一起使用。

Has anyone had any experience on this or any pointers that whether I can use existing SSL or will I be required to buy a new SSL for this client? 是否有人对此有任何经验或任何指示,无论我可以使用现有的SSL还是需要为此客户端购买新的SSL?

SSL certificates can be used across different versions of Apache -- even across different web servers such as nginx, and even for other programs entirely. SSL证书可以在Apache的不同版本中使用-甚至可以在诸如nginx之类的不同Web服务器之间使用,甚至可以完全用于其他程序。

See http://httpd.apache.org/docs/2.4/ssl/ssl_howto.html for the current documentation on configuring SSL. 有关配置SSL的最新文档,请参见http://httpd.apache.org/docs/2.4/ssl/ssl_howto.html

If you're upgrading from Apache 2.2 the configuration is probably identical. 如果要从Apache 2.2升级,则配置可能相同。

A complete list of changes needed when upgrading from 2.2 to 2.4 can be found here: http://httpd.apache.org/docs/trunk/upgrading.html 从2.2升级到2.4时所需的更改的完整列表可以在此处找到: http : //httpd.apache.org/docs/trunk/upgrading.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM