search for: hoohoo

Displaying 4 results from an estimated 4 matches for "hoohoo".

Did you mean: woohoo
2006 May 14
1
[LLVMdev] Recharging the batteries
...IP 1.2.4 archiver http://www.gzip.org/ HSAT 1.7 SAT solver http://www.cs.ubc.ca/~babic XSHHTPD 34b09 http server http://www.stack.nl/~johans/xs-httpd/ VSFTPd 2.0.4 ftp server http://vsftpd.beasts.org/ LICQ 1.3.2 multi protocol messenger http://www.licq.org/ NCSA HTTPd 1.5.2a http server http://hoohoo.ncsa.uiuc.edu/docs-1.5/setup/Compilation.html PURE FTPd 1.0.21 ftp server http://www.pureftpd.org/project/pure-ftpd WGET 1.9.1 ftp/http client http://www.gnu.org/software/wget/ DSPAM 3.6.5 spam filter http://dspam.nuclearelephant.com/ LIGHT HTTPd 1.4.11 http server http://www.lighttpd.net/downl...
2001 Jul 11
1
strange scp error on HPUX 11
...d to protect the guilty). It seems to treat the first argument as a hostname no matter whether it is or not. Any perfectly legal scp invocation gives the same error (with the first argument as the offending hostname). Anyone else seeing this problem? dilly at gauss:~/src$ scp -v bison-1.28.tar.gz hoohoo at foo.bar.baz:/tmp OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f debug1: Reading configuration data /opt/openssh/etc/ssh_config debug1: Applying options for * debug1: Seeded RNG with 24 bytes from programs debug1: Seeded RNG with 3 bytes from system calls debug1: Rhosts Authentication d...
2007 Nov 22
2
How many CRLFs between header and body?
...light on the situation? [1]: <http://code.whytheluckystiff.net/camping/ticket/147> [2]: <http://code.whytheluckystiff.net/camping/changeset/224> [3]: <http://code.whytheluckystiff.net/camping/ticket/126> [4]: <http://www.apps.ietf.org/rfc/rfc2616.html#sec-6> [5]: <http://hoohoo.ncsa.uiuc.edu/cgi/out.html> [6]: <http://www.fastcgi.com/docs/faq.html#incomplete_headers> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://rubyforge.org/piperm...
2005 Dec 22
5
How to access request''s raw_header: HTTP hdr sent by browser
Is that something possible, i''ve been trying to get to the RAW headers sent during a GET request on a page, and couldn''t find where. I''m using webrick. Here are the tries I did to get access to it: class ZController < ApplicationController def info #render :inline => request.inspect #render :inline => raw_header.inspect #render :inline =>