search for: makalumedia

Displaying 5 results from an estimated 5 matches for "makalumedia".

2006 Nov 04
0
Case studies for high-availability Rails deployments?
...emory leaks, for instance, that should be taken into consideration (I seem to recall that at least the FCGI gem has previously suffered from leaks)? I will, naturally, summarize my findings in the form of a blog post or two, for the benefit of the community-at-large. -- Arto Bendiken | http://www.makalumedia.com/ | http://bendiken.net/
2002 Nov 21
0
[Bug 441] New: should ssh BindAddress apply to LocalForward ports
...orts Product: Portable OpenSSH Version: 3.5p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: sjc at makalumedia.com when i use -b and port forward together, the forwarded port is not bound to the same local address (should it ?). (ive patch my local ssh to do this). This brings me to the basic idea that -L/-R could optionally accept quads ie -L [local_bind_addr:]port:host:port -R [remote_bind_addr:]port:h...
2002 Nov 21
3
[Bug 413] Port forwarding: [localhost:]localport:remotehost:remoteport
http://bugzilla.mindrot.org/show_bug.cgi?id=413 markus at openbsd.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sjc at makalumedia.com ------- Additional Comments From markus at openbsd.org 2002-11-22 09:48 ------- *** Bug 441 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2007 Feb 27
2
send_file and ZIP files
I have an application which uses send_file to send a ZIP file to the client. This works nicely when it''s run on our development OS-X boxes, using mongrel from script/server, but on our production server, using mongrel behind Apache 2.2. with mod_proxy_balancer, the client gets 1 byte delivered :-( If I use wget -S to the URL in order to see the full headers I see this on
2007 Mar 12
1
Basic authentication with Apache and Mongrel
I recently moved an app. from lighttpd + fastcgi to apache 2.2 + mod_proxy_balancer + Mongrel. On lighttpd, I was using basic authentication with a configuration like this: auth.backend = "htpasswd" auth.backend.htpasswd.userfile = "/path/to/htpasswd" auth.require = ("/" => ("method" => "basic", "realm" => "My