{"id":23728168,"url":"https://github.com/jacobhenner/docker.hhvm-wprewrite","last_synced_at":"2026-01-31T19:01:08.339Z","repository":{"id":27694699,"uuid":"31181356","full_name":"JacobHenner/docker.hhvm-wprewrite","owner":"JacobHenner","description":null,"archived":false,"fork":false,"pushed_at":"2015-02-25T00:16:36.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T15:04:43.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nginx","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JacobHenner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-22T21:25:49.000Z","updated_at":"2015-02-25T00:16:36.000Z","dependencies_parsed_at":"2022-09-03T00:45:55.911Z","dependency_job_id":null,"html_url":"https://github.com/JacobHenner/docker.hhvm-wprewrite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JacobHenner/docker.hhvm-wprewrite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHenner%2Fdocker.hhvm-wprewrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHenner%2Fdocker.hhvm-wprewrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHenner%2Fdocker.hhvm-wprewrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHenner%2Fdocker.hhvm-wprewrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobHenner","download_url":"https://codeload.github.com/JacobHenner/docker.hhvm-wprewrite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobHenner%2Fdocker.hhvm-wprewrite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28950279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-31T01:49:30.678Z","updated_at":"2026-01-31T19:01:08.297Z","avatar_url":"https://github.com/JacobHenner.png","language":"Nginx","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker.hhvm\n\nA really simple Docker container for playing around with Facebook's HHVM / Hack. Based on the excellent Docker-noobie friendly [phusion/baseimage](https://github.com/phusion/baseimage-docker).\n\n## Usage\n\nFirst, verify it works:\n\n    # docker build -t hhvm .\n    # docker run -t -p 80 hhvm\n\nThis will expose port 80 within the container, you should run `docker ps` to check the port equivalent on the host machine and go to http://localhost:{EXPOSED_PORT} to confirm you get the proverbial \"Hello, world!\" message.\n\nnginx is pointed to `/srv/web` which is by default set up to serve the example index.hh file located within the repository. However, a much more interesting use case is mounting a host directory as a container volume, allowing you to run files from the host machine through the HHVM FastCGI instance within the container:\n\n    # docker run -t -p 80 -v /path/to/the/host/machine/directory:/mnt/hhvm:ro hhvm\n\nNow simply put your .hh (or .php) files to /path/to/the/host/machine/directory on the host machine and enjoy Hacking. :)\n\nNote: Image assumes that nginx will be behind a reverse proxy for production. This image does not currently keep nginx logs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobhenner%2Fdocker.hhvm-wprewrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobhenner%2Fdocker.hhvm-wprewrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobhenner%2Fdocker.hhvm-wprewrite/lists"}