我看的網路教學說在已安裝nginx情況下安裝nginx模組直接這樣:# ./configure --prefix=/usr/local/nginx-1.4.1 \
--with-http_stub_status_module \
--with-http_ssl_module --with-http_realip_module \
--with-http_image_filter_module \
--add-module=../ngx_pagespeed-master
# make
# /usr/local/nginx-1.4.1/sbin/nginx -s stop
# cp objs/nginx /usr/local/nginx/sbin/nginx
# /usr/local/nginx-1.4.1/sbin/nginx
我运行了下提示 ./configure:no such file or directory
求指点,或者有其他安装模块的方法吗?
提示不是說的很清楚了麼當前位置下沒有
./configure
啊,要進入你之前安裝的nginx 源碼目錄才行,不行的話需要重新下載源碼重新編譯安裝,如果是這種情況要導入之前的配置的話可以這麼寫:/path/to
替换成你当前安装的 nginx 目录位置,<configuration>
為你後面想要增加的配置。configure 腳本在 nginx 原始碼套件 auto 目錄下 ./auto/configure 即可