
nginx
a_Joker_Ling
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
FastDFS安装,配置tracker、storage,安装nginx
一、 安装fastdfs依赖包 解压缩 libfastcommon-master.zip 进入到libfastcommon-master的目录中 执行 ./make.sh 执行 sudo ./make.sh install 二、安装fastdfs 解压缩fastdfs-master.zip 进入到 fastdfs-master目录中 执行 ./make.sh 执行 sudo ./make.sh install 三、配置跟踪服务器tracker sudo cp /etc/fdfs/tracker.c原创 2020-05-17 09:49:52 · 804 阅读 · 0 评论 -
nginx配置FastDFS,提交静态页面
找到配置文件所在地址,进行编辑 /usr/local/nginx/conf$ sudo vim nginx.conf 在http部分中添加配置信息如下: server { listen 8888; server_name localhost; location ~/group[0-9]/ { ...原创 2020-05-05 14:55:07 · 259 阅读 · 0 评论 -
Ubuntu18.04编译Nginx报错objs/Makefile:440: recipe for target 'objs/src/core/ngx_murmurhash.o' failed
Ubuntu18.04编译Nginx报错objs/Makefile:440: recipe for target ‘objs/src/core/ngx_murmurhash.o’ failed 执行完make以后报错 ~/nginx-1.8.1$ sudo make ----------------------------------------- 错误: cc1: all warnings be...原创 2020-05-04 15:48:57 · 2756 阅读 · 2 评论 -
安装nginx及fastdfs-nginx-module--./configure: error: the HTTP rewrite module requires the PCRE library.
安装nginx及fastdfs-nginx-module sudo ./configure --prefix=/usr/local/nginx/ --add-module=/home/ling/fastdfs-nginx-module-master/src # = 后边为fastdfs-nginx-module-master解压后的目录的绝对路径/src 报错:./configure: erro...原创 2020-05-04 15:29:25 · 1183 阅读 · 0 评论