Slide 23
Slide 23 text
$ curl --unix-socket /path/to/control.unit.sock http://localhos
{
"listeners": {
"*:8300": {
"application": "blogs"
}
},
"applications": {
"blogs": {
"type": "php",
"user": "nobody",
"group": "nobody",
"root": "/www/blogs/scripts",
"index": "index.php"
}
}
}