Displaying 5 results from an estimated 5 matches for "aliax".
Did you mean:
alias
2010 Jan 09
8
X-Forwarded-Proto / X_FORWARDED_PROTO
Eric,
think I came across an issue with the parser in unicorn, with a request
(due to 2 layers of nginx proxying) coming across with both a
X_FORWARDED_PROTO and a X-Forwarded-Proto header. From the socket (in
HttpRequest) - we get:
X_FORWARDED_PROTO: http
X-Forwarded-Proto: https
which is parsed to
HTTP_X_FORWARDED_PROTO"=>"http,https
There was a passenger ticket that
2010 Sep 28
3
kgio library / RubyGem
Hello all,
I''ve released kgio, a kinder, gentler I/O library for Ruby. Some of its
features are useful for Unicorn, and all of it is useful for Rainbows!
I intend to make kgio a requirement for both Unicorn and
Rainbows!/Zbatery. I''m comfortable with the code, but extra testers and
extra eyes to review it would be helpful (it''s nearly all C).
There were several
2011 May 16
0
Fwd: adding GPLv3 to unicorn license
...'t.
----- Forwarded message from Eric Wong <normalperson at yhbt.net> -----
From: Eric Wong <normalperson at yhbt.net>
To: mongrel-unicorn at rubyforge.org
Cc: Hongli Lai <hongli at phusion.nl>, Augusto Becciu <augusto at jadedpixel.com>,
I?aki Baz Castillo <ibc at aliax.net>, Wayne Larsen <wayne at larsen.st>,
Andrey Stikheev <andrey.stikheev at gmail.com>,
"Suraj N. Kurapati" <sunaku at gmail.com>,
Luis Lavena <luislavena at gmail.com>, Ian Ownbey <ian at inspir.es>
Subject: Re: adding GPLv3 to unicorn license
Hello,...
2010 Nov 09
1
How to copy just some subdirectories using filter rules
...- /usr/include/
- [...]
- /usr/local/bin/
- /usr/local/sbin/
- /usr/local/share/
- [...]
+ /usr/local/etc/
--------------------------------------
For sure I miss something cool to achieve what I want, but have never
found it. Any suggestion please?
Thanks a lot.
--
I?aki Baz Castillo
<ibc at aliax.net>
2009 Jan 20
2
Some basic questions
Hi, I''ve started learning about EventMachine right now and have some basic
doubts. Hope you could clarify them.
I''m developing a SIP server. For now I''ve started it from scratch but I expect
to migrate it to EventMachine.
SIP is a very complex protocol. For example: if I use a SIP proxy in front of
my server then all the data will arrive to my server using the same TCP