1)、ダウンロードnginx-gridfsの代価
2)、インストール最新版 pcre
从https://sourceforge.net/projects/pcre/files/pcre/ 下ダウンロード最新版 pcre
# pcre-8.38.zip を解凍します
# cd pcre-8.38
# ./configure --prefix=/usr/local/ pcre-8.38 --libdir= /usr/local/lib/pcre -includedir =/usr/local/include/pcre
#make && makeinstall
3 -y install gcc* openssl*
# tar zxf nginx-1.7.7.tar.gz
# cd nginx-1.7.7# ./configure --prefix=/usr/ local/nginx --with-http_ssl_module --with-http_stub_status_module --with-http_flv_module --with-http_gzip_static_module --add-module=/usr/src/nginx-gridfs --with-poll_module --without-select_module --with-http_realip_module
--with-pcre=/usr/src/pcre-8.38
处此处编译时候时候必须要指定指定、否则否则否则会在在在的时候/bin/sh/sh:行2:./configure:そのようなファイルまたはディレクトリ
メイクはありません[1]: *** [/usr/local/pcre/Makefile] エラー 127 make[1]: ディレクトリ `/usr/local/src/nginx-0.8.54′
make : *** [ビルド] エラー 2
# make && make install
4)、启アニメーション nginx
# /usr/local/nginx/sbin/nginx# ps -ef | grep nginx
# netstat -nlp | grep nginx
#curl http://localhost
显示欢迎页面,今回はnginxボストン建成功
5)、nginx
#vim / usr/local/nginx/conf/nginx.conf
location /pics/ {
Gridfs pics root_collection=fs field=filename type=string -upics -pics;
mongo 127.0.0.1:27017;
}
6)、mongodb上传图片
#mon gofiles put 1.jpg -d pics -t jpg -upics - ppics
# mongofiles list -d pics -upics -ppics
7)、curl下curl http://localhost/pics/1.jpg
以上は、nginx による mongodb の接続であり、側面の内容も含まれており、PHP 教則に関心のある友人の助けになることを望みます。