Author Archives: mark

You forgot to stir them together

me: what are you doing? (To the 4yr old)

Boy: stirring them together

Me: the honey and the peanut butter?

Boy: yep

Me: but it’s already in the cracker. Why are you doing that?

Boy: cause that’s what mom does. And it’s easier to eat. And it makes it so sweet. 

Me: Oh

Test from hhvm server

Notes about hhvm

Admin Server
/etc/hhvm/server.ini

hhvm.admin_server.port = {{port}}
hhvm.admin_server.password = {{secret}}

location ~ ^/some-path-trigger {
rewrite ^/some-path-trigger/(.*) /$1 break;
fastcgi_pass 127.0.0.1:{{port}};
}

Using from command line
curl ‘http://localhost/hhvm/help?auth=secret’

More to come