{"id":21974703,"url":"https://github.com/parser3/parser3-httpd","last_synced_at":"2025-03-22T23:41:10.709Z","repository":{"id":46497700,"uuid":"413726371","full_name":"parser3/parser3-httpd","owner":"parser3","description":"Parser3 HTTPD Application Server","archived":false,"fork":false,"pushed_at":"2023-09-14T14:45:10.000Z","size":20,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T03:19:59.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OpenEdge ABL","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/parser3.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,"governance":null,"roadmap":null,"authors":"AUTHORS.txt","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-05T08:02:27.000Z","updated_at":"2023-03-28T19:12:34.000Z","dependencies_parsed_at":"2024-11-29T15:47:52.869Z","dependency_job_id":"297d65b0-5ab6-4759-b6cc-f208d3edaf0c","html_url":"https://github.com/parser3/parser3-httpd","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parser3%2Fparser3-httpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parser3%2Fparser3-httpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parser3%2Fparser3-httpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parser3%2Fparser3-httpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parser3","download_url":"https://codeload.github.com/parser3/parser3-httpd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245036127,"owners_count":20550662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-29T15:47:16.324Z","updated_at":"2025-03-22T23:41:10.683Z","avatar_url":"https://github.com/parser3.png","language":"OpenEdge ABL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parser3 HTTP Server Application\n\nParser3 HTTP Server Application is based on built-in HTTP server.\n\n## Starting `parser3` http server\n\n```console\n$ docker run -p 8080:9000 parser/parser3-httpd\n```\n\n...where `-p 8080:9000` is a `{host}:{container}` port mapping. See the Docker Container networking [documentation](https://docs.docker.com/config/containers/container-networking/).\n\n```console\n$ docker run -p 8080:9000 --mount type=bind,source=/path/to/your/site,target=/app parser/parser3-httpd\n```\n\n...where `/path/to/your/site` is directory containing the site/application you want to run.\n\n## Default structure in the container\n### `/app`\nApplication directory.\n\n### `/app/cgi`\nParser log directory. You can change it by setting `CGI_PARSER_LOG` environment variable,\n```console\n$ docker run --env CGI_PARSER_LOG=/path/to/dir parser/parser3-httpd\n```\n\n### `/app/www`\nIt'a a `$request:document-root` for the Parser. Parser3 will start from this directory. You can change it by setting `workdir` for the container:\n```console\n$ docker run -w /path/to/dir parser/parser3-httpd\n```\n\n## Environment variables\n\n`CGI_PARSER_LOG=/app/cgi/parser.log`\n\n## Parser config and `httpd.p`\nParser uses `/usr/local/parser3/auto.p` with default configuration which includes base `httpd` class. You can place `httpd.p` in you `$request:document-root` with your implementation.\nSee [documentation](https://www.parser.ru/en/docs/lang/?parserwebserver.htm).\n\n## Links\n[Parser](https://www.parser.ru/en/) — official website.\n\n[Documentation](https://www.parser.ru/en/docs/) — Parser3 documentation.\n\n[Docker Hub](https://hub.docker.com/r/parser/parser3-httpd) — Docker Hub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparser3%2Fparser3-httpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparser3%2Fparser3-httpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparser3%2Fparser3-httpd/lists"}