410
Gone
The resource requested by the client no longer exists. 410 is different from 404, if the resource is now permanently deleted and can use 410 code, the site designer can specify a new location for the resource through 301 code
411
Length Required
The server cannot process request information sent by the cli
The following is a small series from Changsha warm technology collection of 2014 desktop installation configuration recommended, I hope everyone can be useful!
Computer Entry Configuration
If you usually only look at stocks, surfing the internet, watching movies, playing ordinary online games, this set of configuration can be fully qualified.
cpu:intel-g1610¥260
Motherboard: Gigabyte b75m-d3v¥460
Memory: Kingston ddr3-1333 4g¥280
Hard drive: Western data Caviar Blue 500gb¥320
Power supply
A lot of websites inexplicably fall right, however cannot find the reason where. Neither cheating nor optimization over, but by the search engine "mishaps" blocked. So what caused it? We're talking about it from 404. For the novice webmaster may not know what is 404 pages, not to understand 404 errors, the following content we further analysis.
One: About HTML status codes
404: The server could not find the specified resource; 410: The Request Web p
404
Not Found
The server could not find the resource (Web page) based on the client's request. With this code, the Web designer can set up a personalized page that "the resource you requested could not be found"
50T
Method not allowed
The method in the client request is forbidden
50W
Not acceptable
The server cannot complete the request based on the content attributes requested by the client
50V
Proxy Aut
proxy for authorization
408
Request time-out
The server waits for a client to send a request that is too long and times out
409
Conflict
It is possible for the server to complete a put request from the client to return this code when the server handles the request and a conflict occurs
410
Gone
The resource requested by the client no longer exists.
the parent process as the init process (process number 1)
$ Echo $
21734
$ Nohup./test. sh
[1] 29016
$ Ps-ef | grep test
515 29710 21734 0 00:00:00 pts/12/bin/sh./test. sh
515 29713 21734 0 00:00:00 pts/12 grep test
$ Setsid./test. sh
[1] 409
$ Ps-ef | grep test
515 410 1 0? 00:00:00/bin/sh./test. sh
515 413 21734 0 00:00:00 pts/12 grep test
The above test demonstrates that the process is run in the background with nohup/setsid and is not affected
K R3 axial0.33 K R4 axial0.34k7 R13 axial0.34k7 R11 axial0.34k7 R8 axial0.310 K * 8 R18 (row resistance)10 K R7 axial0.310 K R6 axial0.310 K R5 axial0.310 UF C8 rb.2/. 410 UF C14 rb.2/. 410 UF C7 rb.2/. 410 UF C6 rb.2/. 411.0592 M xt2 rad0.2 (crystal)12 V dw2 (Pressure Control Tube)15 V in 7257 (power input socket)18 K R12 axial0.330 p C15 rad0.130 p C16 rad0.11
is used for proxy servers. This status indicates that the client must pass the authentication of the proxy server. The proxy server returns a proxy-authenticate response header to the client, which causes the client to reconnect with the header information containing the proxy-authorization request. This status code is newly added to HTTP 1.1. 408 (request timeout/request timeout)408 (SC _request_timeout) indicates that the server waits for the client to send a request for too long. This statu
when the server completes the PUT request of the client. A conflict occurs when the server processes the request.
410
Gone
The resource requested by the client does not exist. 410 different from 404. If a resource has been permanently deleted before, you can use code 410. website designers can use code 301 to specify a new resource location.
, the child process also exits after receiving the hangup. If we want to continue running the process when exiting the shell, we need to use nohup to ignore the hangup signal, or setsid to set the parent process as the init process (process number 1) [plain] $ echo $21734 $ nohup. /test. sh [1] 29016 $ ps-ef | grep test 515 29710 21734 0 00:00:00 pts/12/bin/sh. /test. sh 515 29713 21734 0 00:00:00 pts/12 grep test [plain] $ setsid. /test. sh [1] 409 $ ps-ef | grep test 515
version of a file. The status code is newly added to HTTP 1.1.>>>410= "Gone" is missing: The requested resource is no longer an available server, and there is no forwarding address. Tells the client that the requested document is no longer present and does not have an updated address. The 410 status differs from 404,410 in cases where the instruction document has been removed and 404 is used for unknown re
29713 21734 0 00:00:00 pts/12 grep Test
$ Setsid./test. Sh [1] 409 $ PS-Ef | grep test515 410 1 0? 00:00:00/bin/sh./test. sh515 413 21734 0 00:00:00 pts/12 grep Test
The above test demonstrates that the process is run in the background with nohup/setsid and is not affected by the current shell exit. So what should we do for processes that are already running in the background? AvailableDisownCommand:
$. /Test. sh [1] 2539 $ jobs-L [1] + 253
A non well formed numeric value encountered [Zabbix.php:21→require_once () →zbase->run () →zbase->processrequest () →cview->getoutput () →include () →make_status_of_zbx () →cfrontendsetup->checkrequirements () →cfrontendsetup- Gt;checkphpmemorylimit () →str2mem () in include/func.inc.php:410]A non well formed numeric value encountered [Zabbix.php:21→require_once () →zbase->run () →zbase->processrequest () →cview->getoutput () →include () →make_status_
Request time-out
The server waits for a client to send a request that is too long and times out
409
Conflict
It is possible for the server to complete a put request from the client to return this code when the server handles the request and a conflict occurs
410
Gone
The resource requested by the client no longer exists. 410 is different from 404, i
request sent by the server to the client is too long and times out.
409
Conflict
This code may be returned when the server completes the PUT request of the client. A conflict occurs when the server processes the request.
410
Gone
The resource requested by the client does not exist. 410 different from 404. If a resource has been permanently deleted before, you can use code
customer's request, but refuses to process it. This is usually caused by the permissions set on the file or directory on the server. 404 Not Found Could not find the resource at the specified location. This is also a common answer. The 405 method not allowed request methods (GET, POST, HEAD, Delete, PUT, trace, etc.) do not apply to the specified resource. (HTTP 1.1 new) 406 not acceptable the specified resource has been found, but its MIME type is incompatible with the client specified in the
terminal. Once the parent process exits, The hangup signal is sent to all sub-processes, the child process also exits after receiving the hangup. If we want to continue running the process when exiting the shell, we need to use nohup to ignore the hangup signal, or setsid to set the parent process as the init process (process number 1) $ echo $21734 $ nohup. /test. sh [1] 29016 $ ps-ef | grep test515 29710 21734 0 00:00:00 pts/12/bin/sh. /test. sh515 29713 21734 0 00:00:00 pts/12 grep test $ s
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.