My Recent Pastes (450 and counting)

Pastes by ezmobius (450 and counting)

Pages:

Below are the 15 most recent pasties by ezmobius.

May 23, 2007
5:48PM EDT
by ezmobius

# user and group to run as
user  username username;

# number of nginx workers
worker_processes  4;

May 23, 2007
3:28PM EDT
by ezmobius

user donovan;
worker_processes  1;
error_log  logs/error.log debug;
#error_log  logs/error.log  notice;
#error_log  logs/error.log  info;

May 20, 2007
4:11AM EDT
by ezmobius

cluster_address: localhost
cluster_port: 7000
daemonize: true
map:
  - incoming:

May 11, 2007
4:40PM EDT
by ezmobius

/var/log/nginx*.log {
        daily
        missingok
        rotate 28
        compress

May 10, 2007
9:39PM EDT
by ezmobius

Index: Rakefile
===================================================================
--- Rakefile    (revision 226)
+++ Rakefile    (working copy)
@@ -134,7 +134,7 @@

May 10, 2007
8:27PM EDT
by ezmobius

module Foo

  def self.included(base)
    base.class_eval { @foo  = 'bar' }
  end

May 07, 2007
7:56PM EDT
by ezmobius

#!/usr/bin/env ruby
# Copyright (c) 2005 Zed A. Shaw 
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html 

May 06, 2007
3:30PM EDT
by ezmobius

module JaklEventServer

  def post_init 
    @data = ''
  end

May 03, 2007
9:54PM EDT
by ezmobius

require 'thread'

# monkey patch Mutex so it does not leak memory.
class Mutex

May 01, 2007
11:27PM EDT
by ezmobius

cluster_address: 127.0.0.1
cluster_port: 80
daemonize: true
map:
  - incoming:

May 01, 2007
6:15PM EDT
by ezmobius

Dear Amazon S3 Developers,
This is a note to inform you about some changes we're making to our pricing, effective June 1, 2007.

With Amazon S3 recently celebrating its one year birthday, we took an in-depth look at how developers were using the service, and explored whether there were opportunities to further lower costs for our customers. The primary area our customers had asked us to investigate was whether we could charge less for bandwidth.

May 01, 2007
1:43AM EDT
by ezmobius

Normal Mongrel:

Finished 5000 requests
Server Software:                                                           
Server Hostname:        localhost

May 01, 2007
1:43AM EDT
by ezmobius

Normal Mongrel:

Finished 5000 requests
Server Software:                                                           
Server Hostname:        localhost

April 30, 2007
12:00AM EDT
by ezmobius

POST /files/progress?upload_id=1177904867 HTTP/1.1
Accept-Language: en
Accept-Encoding: gzip, deflate
Cookie: chkCaseSensitiveSearch=true; chkRegExpSearch=true; style=null; txtMainTab=Recent; txtUserName=Ezra; txtWikiControlPanel=Advance
Referer: http://localhost:4000/

April 29, 2007
8:37PM EDT
by ezmobius

ez ruby-1.8.6 $ irb
irb(main):001:0> require 'digest/sha2'
=> true
irb(main):002:0> Digest
=> Digest

Next page

Previous page