Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 400 Bad Request 1.5.4 (1.5.3 = OK)
- To: nginx-ru@xxxxxxxxx
- Subject: Re: 400 Bad Request 1.5.4 (1.5.3 = OK)
- From: "locojohn" <nginx-forum@xxxxxxxx>
- Date: Sun, 01 Sep 2013 06:59:05 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=helium.jlkhosting.com; s=x; h=Date:Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=2v8WZxyxLU2ONwBVMPLCPUZ9tVOsjAHTpMGn6weyuKs=; b=PMXNm2W8aDrc4AxDa33/C8sOceaWcPoBLu255Z6PDOh3n3TwwoYHp+RADIYJGeQ4+ssln3YXeQhzBgTGjeaETSj98ZPLw4ifplClTUQNxsrYpS7GCgwMoQ5yUQQNPZ0sP7LCW+eX5Aa8L3Rqinrj82JUqb1A8Ix2oBECLTpwHEw=;
- In-reply-to: <CAL-L5YBD6uSf=_9O+dso9pNLzNt6v+qBX-v==4z6=4d_qBtEgw@mail.gmail.com>
- References: <CAL-L5YBD6uSf=_9O+dso9pNLzNt6v+qBX-v==4z6=4d_qBtEgw@mail.gmail.com>
/var/log/cm.access_log:
191.128.53.162 - - [01/Sep/2013:12:54:52 +0200] "GET
/??/_common/jquery/jquery-1.7.1.min.js,/_common/jquery/ui/jquery-ui-1.8.17.custom.min.js,/_common/jquery/jquery.cookie.min.js,/_common/jquery/jquery.json.min.js,/_common/jquery/json3.min.js,/_common/jquery/jquery.cookiejar.min.js,/_common/jquery/jquery.blockUI.min.js,/_common/jquery/jquery.spin.min.js,/_common/jquery/jquery.toggleElements.min.js,/_common/jquery/linkselect/lib/jquery.linkselect.min.js,/_common/jquery/jquery.tablesorter.min.js,/_common/jquery/jquery.asmselect.mod.js,/_common/jquery/brTip.src.js,/_common/jquery/validate/jquery.validate.min.js,/_common/jquery/jqGrid-4.5.2/js/i18n/grid.locale-en.js,/_common/jquery/jqGrid-4.5.2/js/jquery.jqGrid.min.js,/_common/jquery/jqGrid-4.5.2/plugins/grid.setcolumns.js,/js/ui.imageuploader.js
HTTP/1.1" 400 338
/var/log/cm.error_log:
2013/09/01 12:53:48 [info] 12848#0: *1 client 91.188.52.162 closed keepalive
connection
2013/09/01 12:54:00 [info] 12848#0: *5 client 91.188.52.162 closed keepalive
connection
2013/09/01 12:54:46 [info] 12848#0: *6 client 91.188.52.162 closed keepalive
connection
2013/09/01 12:54:49 [info] 12848#0: *8 client 91.188.52.162 closed keepalive
connection
2013/09/01 12:55:45 [info] 12848#0: *19 client 91.188.52.162 closed
keepalive connection
2013/09/01 12:55:45 [info] 12848#0: *16 client 91.188.52.162 closed
keepalive connection
2013/09/01 12:55:45 [info] 12848#0: *15 client 91.188.52.162 closed
keepalive connection
2013/09/01 12:55:45 [info] 12848#0: *17 client 91.188.52.162 closed
keepalive connection
2013/09/01 12:55:45 [info] 12848#0: *14 client 91.188.52.162 closed
keepalive connection
/var/log/error_log: (main)
2013/09/01 12:53:40 [notice] 12846#0: using the "epoll" event method
2013/09/01 12:53:40 [notice] 12846#0: nginx/1.5.4
2013/09/01 12:53:40 [notice] 12846#0: OS: Linux 3.9.11-gentoo-r1-mrbyte
2013/09/01 12:53:40 [notice] 12846#0: getrlimit(RLIMIT_NOFILE): 10000:30000
2013/09/01 12:53:40 [notice] 12847#0: start worker processes
2013/09/01 12:53:40 [notice] 12847#0: start worker process 12848
2013/09/01 12:53:40 [notice] 12847#0: start worker process 12849
2013/09/01 12:53:40 [notice] 12847#0: start worker process 12850
2013/09/01 12:53:40 [notice] 12847#0: start worker process 12852
nginx.conf:
server {
listen 80;
server_name devel.coursemanagement.bimv.com;
access_log /var/log/nginx/cm.access_log main;
error_log /var/log/nginx/cm.error_log info;
root /opt/www/cm;
location / {
index index.php;
}
..............
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,242399,242406#msg-242406
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|