CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 04:57:04 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100107092747
location: https://web.archive.org/web/20100107092747/https://github.com/josh/slicehost
server-timing: captures_list;dur=0.701062, exclusion.robots;dur=0.027495, exclusion.robots.policy;dur=0.013366, esindex;dur=0.013279, cdx.remote;dur=9.666706, LoadShardBlock;dur=170.027599, PetaboxLoader3.datanode;dur=56.801377, PetaboxLoader3.resolve;dur=38.698824
x-app-server: wwwb-app210
x-ts: 302
x-tr: 206
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 26 Aug 2025 04:57:05 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 07 Jan 2010 09:27:46 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2952d9964d7f559c748261ba714fba2f"
x-archive-orig-x-runtime: 66ms
x-archive-orig-content-length: 21615
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-13
memento-datetime: Thu, 07 Jan 2010 09:27:47 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 01 Feb 2009 00:00:44 GMT", ; rel="prev memento"; datetime="Wed, 06 Jan 2010 04:30:00 GMT", ; rel="memento"; datetime="Thu, 07 Jan 2010 09:27:47 GMT", ; rel="next memento"; datetime="Thu, 25 Feb 2010 19:51:38 GMT", ; rel="last memento"; datetime="Fri, 24 Apr 2015 06:19:18 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_13_20100107072355_crawl103_IndexOnly-c/51_13_20100107092725_crawl101.arc.gz
server-timing: captures_list;dur=0.416767, exclusion.robots;dur=0.017082, exclusion.robots.policy;dur=0.008021, esindex;dur=0.008876, cdx.remote;dur=14.490323, LoadShardBlock;dur=282.891423, PetaboxLoader3.datanode;dur=154.832136, PetaboxLoader3.resolve;dur=236.633351, load_resource;dur=123.565936
x-app-server: wwwb-app210
x-ts: 200
x-tr: 480
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
josh's slicehost at master - GitHub
josh / slicehost
- Source
- Commits
- Network (29)
- Issues (0)
- Graphs
-
Branch:
master
-
Branches (2)
- jeweler
- master ✓
- Tags (0)
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Mar 09 07:14:48 -0700 2009 | improve readme Signed-off-by: Joshua Peek <jos... [mischa] |
![]() |
MIT-LICENSE | Sun Jan 25 10:10:22 -0800 2009 | update copyright year [josh] |
![]() |
README | Thu Mar 26 19:00:58 -0700 2009 | Add Nginx tasks. Signed-off-by: Joshua Peek <j... [kschrader] |
![]() |
lib/ | Thu Mar 26 19:00:58 -0700 2009 | Add Nginx tasks. Signed-off-by: Joshua Peek <j... [kschrader] |
![]() |
slicehost.gemspec | Thu Mar 26 19:00:58 -0700 2009 | Add Nginx tasks. Signed-off-by: Joshua Peek <j... [kschrader] |
README
Slicehost Recipes ================= Slicehost Capistrano recipes for configuring and managing your slice. Require Capistrano >2.5.0 Setup ======= The recipes are designed to work stand alone apart from the standard set of Capistrano deploy recipes. require 'capistrano/ext/slicehost' in your deploy.rb file Slice setup recipies ==================== Commonly used setup recipies. Check the source for more. Setup ssh, iptables and aptitude cap slice:configure Setup mysql cap mysql:install Install Apache cap apache:install Install ruby 1.8 cap ruby:setup_18 Install ruby enterprise cap ruby:install_enterprise Install ruby gems cap gems:install_rubygems Install passenger cap ruby:install_passenger Upload vhost template cap apache:upload_vhost Install git cap git:install Maintenance recipies ==================== Commonly used maitenance recipies. Check the source for more. Show disk space cap disk:free Show free memory cap disk:memory Update aptitude cap aptitude:update Upgrade aptitude cap aptitude:upgrade Install package (it will ask you which) cap aptitude:install Reload SSH cap ssh:reload Install a gem (it will ask you which) cap gems:intall List gems cap gems:list Restart apache cap apache:restart Reload apache cap apache:reload Force reload apache cap apache:force_reload Contributors ============ * Oleg Zhurbiy * Thomas Balthazar * Fran DiƩguez * Stephen Lumenta * Jared Giles * John Nunemaker * Eloy Duran * Mischa Fierer * Kurt Schrader Copyright (c) 2009 Joshua Peek, released under the MIT license
This feature is coming soon. Sit tight!