search for: naccept

Displaying 8 results from an estimated 8 matches for "naccept".

Did you mean: accept
2008 Apr 17
0
Error log, when using apache2.2.x modproxy with mongrel
...ATA into test_http11.rb, looks like "Connection: Keep-Alive\r\nGET /test/show HTTP/1.1\r\n " makes it confuse. REQUEST DATA: "GET /test/show HTTP/1.1\r\nHost: www.testkoji.com\r\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9b5) Gecko/2008032620 Firefox/3.0b5\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\nAccept-Language: zh-tw,en-us;q=0.7,en;q=0.3\r\nAccept-Encoding: gzip,deflate\r\nAccept-Charset: Big5,utf-8;q=0.7,*;q=0.7\r\nX-Forwarded-For: 127.0.0.1\r\nX-Forwarded-Host: www.testkoji.com\r\nX-Forwarded-Server: www.testkoji.com\r\...
2007 Oct 24
28
random cpu spikes, EBADF errors
...n all mongrels during this period). strace -e read,write,close produces this repeatedly the whole time (short excerpt of 1000s of lines): close(5) = -1 EBADF (Bad file descriptor) read(5, "GET /flower_delivery/florists_in_covehithe_suffolk_england_uk HTTP/1.1\nAccept: image/gif, image/x-xbitmap, image/jpeg, image"..., 16384) = 473 close(5) = 0 close(5) = -1 EBADF (Bad file descriptor) read(5, "GET /flower_delivery/florists_in_rowde_wiltshire_england_uk HTTP/1.1\nAccept: image/gif, image/x-x...
2010 Dec 01
6
Mongrel, .htaccess, cpanel, rewrite, Mongrel::HttpParserError
...: Invalid HTTP format, parsing fails.> REQUEST DATA: "GET /images/Logo 010 - 200x48 - no background.png?1289857922 HTTP/1.1\r\nHost: 127.0.0.1:12001\r\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 ( .NET CLR 3.5.30729; .NET4.0E)\r\nAccept: image/png,image/*;q=0.8,*/*;q=0.5\r\nAccept-Language: en-us,en;q=0.5\r\nAccept-Encoding: gzip,deflate\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\nReferer: http://www.xyz.com/\r\nCookie: _XYZ_session=BAh7BjoPc2Vzc2lvbl9pZCIlOTZlZTVmMjUxOGE3YmIwMGEzNTQ5M2QzZDYwMDI4NmE%3D--fbeb1fb7b16f82da94...
2005 May 19
1
R 2.1.0 RH Linux Built from Source Segmentation Fault
...required quantities for indep candidates # oldbeta=beta0 mhess=diag(nvar) candcov=chol2inv(chol(mhess)) root=s*chol(candcov) priorcov=chol2inv(chol(A)) rootp=chol(priorcov) rootpi=backsolve(rootp,diag(nvar)) # # start main iteration loop # oldlpost=llmnl(y,X,beta0)+lmvn(beta0,betabar,rootpi) naccept=0 for (rep in 1:R) { betac=oldbeta+t(root)%*%rnorm(nvar) clpost=llmnl(y,X,betac)+lmvn(betac,betabar,rootpi) ldiff=clpost-oldlpost alpha=min(1,exp(ldiff)) if(alpha < 1) {unif=runif(1)} else {unif=0} if (unif <= alpha) { beta0=betac oldlpost=clpost...
2006 Aug 24
10
Invalid HTTP format, parsing fails
Hi, I am having a bit of a problem with my app that is using mongrel. For a particular vendor we use, they are generating links that look like:
2005 Nov 19
1
vif interface creation problem with xen unstable
...ore-list backend/vif/4/0 mac state handle script frontend-id domain frontend ++ XENBUS_PATH=backend/vif/4/0 ++ vif=vif4.0 == There is no ip value set. However, ip *is* set in the config file. If I strace xm create, I get this: == ... send(3, "POST /xend/domain HTTP/1.1\r\nHost: localhost\r\nAccept-Encoding: identity\r\nContent-Length: 566\r\nContent-Type: application/x-www -form-urlencoded\r\n\r\n", 144, 0) = 144 send(3, "config=%28vm+%28name+xen-0-16%29+%28memory+64%29+%28image+%28linux+%28kernel+%2Fboot%2Fxen-linux-2.6.12.6-xen%29+%28ip+192.168.2.5%3 A192.168.2.101%3A192.168.2.1%...
2007 Mar 08
6
Transfer-encoding: gzip
Hello! What is the simplest way to make merb respond to the client sending Accept-Encoding: gzip? Just checking if it exists, otherwise I''ll implement it myself. Regards, Magnus
2006 Oct 11
7
Mongrel HTTP Header Problem
Hi, I''ve recently been trying to setup Mongrel behind Pound so that I can do mutual SSL authentication. I''ve had a few problems with Pound (documented at [1]), but now have it working correctly. However, I think there is a problem with Mongrel and how it deals with the headers Pound adds to the HTTP header block. One of the extra headers Pound adds is