Skip to content

Instantly share code, notes, and snippets.

View timglabisch's full-sized avatar

Tim Glabisch timglabisch

View GitHub Profile
# This is a basic VCL configuration file for varnish. See the vcl(7)
# man page for details on VCL syntax and semantics.
#
backend default {
.host = "127.0.0.1";
.port = "80";
# health check: every 5 secs, sliding window of 5 checks of which 3 must be good
#.probe = {
# .url = "/index.php";
# .interval = 5s;
@timglabisch
timglabisch / ws.c
Created January 6, 2013 23:19 — forked from anonymous/ws.c
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
// WORKSPACE BEISPIEL
// FreeBsd Lizenziert
// tim glabisch
//
// Ein Workspace ermöglicht, dass beliebige variablen darin abgelegt werden, der komplette