digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

--with-openssl后面跟的路径是安装ssl时下载的压缩包解压后的路径,不是ssl的安装路径

./configure --prefix=/opt/local/openresty \
    --with-threads \
    --with-file-aio \
    --with-http_ssl_module \
    --with-http_v2_module \
    --with-http_realip_module \
    --with-http_addition_module \
    --with-http_sub_module \
    --with-http_dav_module \
    --with-http_flv_module \
    --with-http_mp4_module \
    --with-http_gunzip_module \
    --with-http_gzip_static_module \
    --with-http_auth_request_module \
    --with-http_random_index_module \
    --with-http_secure_link_module \
    --with-http_degradation_module \
    --with-http_slice_module \
    --with-http_stub_status_module \
    --with-stream=dynamic \
    --with-stream_ssl_module \
    --with-stream_realip_module \
    --with-stream_ssl_preread_module \
    --with-openssl=/root/openssl-1.1.1m/

 /root/openssl-1.1.1m/ 解压后源码的目录。 

 

posted on 2024-06-14 15:07  digdeep  阅读(89)  评论(0编辑  收藏  举报
不懂数据库和Web安全的架构师不是一个好的程序员。