CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 24 Aug 2025 08:22:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100413062115
location: https://web.archive.org/web/20100413062115/https://github.com/josh/slicehost
server-timing: captures_list;dur=0.532277, exclusion.robots;dur=0.019668, exclusion.robots.policy;dur=0.009621, esindex;dur=0.010103, cdx.remote;dur=49.285795, LoadShardBlock;dur=287.209583, PetaboxLoader3.datanode;dur=95.528384, PetaboxLoader3.resolve;dur=89.649037
x-app-server: wwwb-app204
x-ts: 302
x-tr: 361
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; 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: Sun, 24 Aug 2025 08:22:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 13 Apr 2010 06:21:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "86af7c76520f4d1b2543202022177a9f"
x-archive-orig-x-runtime: 133ms
x-archive-orig-content-length: 21258
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: Tue, 13 Apr 2010 06:21:15 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="Thu, 25 Feb 2010 19:51:38 GMT", ; rel="memento"; datetime="Tue, 13 Apr 2010 06:21:15 GMT", ; rel="next memento"; datetime="Thu, 10 Jun 2010 20:19:56 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_15_20100413040650_crawl102-c/51_15_20100413061938_crawl101.arc.gz
server-timing: captures_list;dur=1.449172, exclusion.robots;dur=0.019903, exclusion.robots.policy;dur=0.010143, esindex;dur=0.010110, cdx.remote;dur=13.239612, LoadShardBlock;dur=219.778187, PetaboxLoader3.datanode;dur=214.772465, PetaboxLoader3.resolve;dur=186.339583, load_resource;dur=240.037155
x-app-server: wwwb-app204
x-ts: 200
x-tr: 547
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)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
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