参考:https://bbs.gitlab.cc/topic/35/gitlab-ce-8-7-%E6%BA%90%E7%A0%81%E5%AE%89%E8%A3%85%E6%89%8B%E5%86%8C-centos6-rehl6/2架构:源码安装,数据库用mysql,网站用nginx坑一.nginx报错2016/07/1909:26:11[crit]3881#0:*10connect()tounix:/home/git/gitlab/tmp/sockets/gitl..
分类:
其他好文 时间:
2016-07-19 14:00:40
阅读次数:
688
在nginx重启的时候报错了: nginx: [emerg] could not build the variables_hash, you should increase either variables_hash_max_size: 512 or variables_hash_bucket_si ...
分类:
其他好文 时间:
2016-07-13 20:29:12
阅读次数:
151
【问题描述】更改完nginx.conf文件后,执行/application/nginx/sbin/nginx-sreload命令重新加载配置文件,报以下错误信息:nginx:[alert]kill(1668,1)failed(3:Nosuchprocess)
提示没有相关进程。【解决】其实这个问题很低级的说,就是我之前压根就没有启动nginx服务,执行/app..
分类:
其他好文 时间:
2016-06-15 16:15:59
阅读次数:
533
nginx:[emerg]bind()to0.0.0.0:80failed(13:permissiondenied)出现这种情况是因为低于1024的端口号必须由root账户来启动进程并绑定端口,换成root账号启动nginx即可,反正nginx.conf里面是可以写userwwwwww;来指定运行nginx的用户和用户组。
分类:
其他好文 时间:
2016-04-23 01:51:25
阅读次数:
245
#tail/var/log/messages配置都对但是nginx报错,修改nginx的配置即可
Mar3109:34:47FrankTest02IPaddr(IPaddr_192.168.1.150)[11820]:INFO:/usr/libexec/heartbeat/send_arp-i200-r5-p/var/run/resource-agents/send_arp-192.168.1.150eth0192.168.1.150autonot_usednot_used
M..
分类:
其他好文 时间:
2016-03-31 15:04:04
阅读次数:
2428
1. 报403错误,是因为启动nginx的用户默认是nobody,没有对项目目录的访问权限。 user myName; worker_processes 2; 2. 报404错误,是因为在nginx.conf中未配置passenger server { listen 80; server_name
分类:
其他好文 时间:
2016-03-10 10:47:30
阅读次数:
137
1,nginx后台error日志报错2016/02/05 16:23:56 [error] 12024#0: *441106971 connect() failed (111: Connection refused) while connecting to upstream, client: 113.214.1.10, server: localhost, request: "GET /h5teb/...
分类:
其他好文 时间:
2016-02-05 19:31:06
阅读次数:
406
由于开发需要,在本地环境中配置了LNMP环境,使用的是Centos 6.5 的yum安装,安装一切正常,但是由于默认网站文件夹比较奇葩,于是把网站文件用mv命令移动到了新的目录,并相应修改了配置文件,并重启Nginx。那么好,问题来了!本以为重启就OK了。居然报个“403 is forbidden“...
分类:
其他好文 时间:
2016-01-20 20:53:22
阅读次数:
967
由于CodeIgniter当初是设计在apache的,而apache对pathinfo是支持比较好的,所以一切都很nice。但是当你把写好的代码放到nginx上,傻眼了,可能出了CodeIgniter的welcom之外,其他都是404错误。而我惊奇的发现,CodeIgniter的官方文档竟然对在Nginx上的配置只字不提。而你百度”CodeIgniter Nginx 404”又能搜到一堆一堆的文章,...
分类:
其他好文 时间:
2015-11-07 09:36:00
阅读次数:
366
转载自:http://www.tuicool.com/articles/NZVnm2f上周给一台 Nginx proxy 服务器增加一个虚拟主机名(server_name)后重启 nginx 报错,nginx -t 测试和查看 nginx 错误日志均发现需要增加 server_names_hash_...
分类:
其他好文 时间:
2015-08-06 20:23:52
阅读次数:
139