The original post: /r/nginx by /u/heathzz on 2024-10-01 14:37:21.
Hey guys is there a way to add the memcached module to my nginx installation without reinstalling nginx?
Based on what you can see bellow, the module is not present…
# nginx -V 2>&1 | tr -- - '\n' | grep _module
http_ssl_module
http_v2_module
http_realip_module
http_addition_module
http_xslt_module=dynamic
http_image_filter_module=dynamic
http_sub_module
http_dav_module
http_flv_module
http_mp4_module
http_gunzip_module
http_gzip_static_module
http_random_index_module
http_secure_link_module
http_degradation_module
http_slice_module
http_stub_status_module
http_perl_module=dynamic
http_auth_request_module
mail_ssl_module
stream_ssl_module
You must log in or register to comment.