This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |