{"id":17070915,"url":"https://github.com/singpolyma/shttpd","last_synced_at":"2025-10-13T06:37:41.288Z","repository":{"id":792309,"uuid":"490198","full_name":"singpolyma/shttpd","owner":"singpolyma","description":"An HTTP server written in POSIX shell script","archived":false,"fork":false,"pushed_at":"2024-01-02T18:59:27.000Z","size":12,"stargazers_count":45,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-01T03:54:34.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"AMPL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/singpolyma.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-01-27T02:20:07.000Z","updated_at":"2024-11-01T18:07:12.000Z","dependencies_parsed_at":"2024-11-30T09:15:12.522Z","dependency_job_id":null,"html_url":"https://github.com/singpolyma/shttpd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/singpolyma/shttpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singpolyma%2Fshttpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singpolyma%2Fshttpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singpolyma%2Fshttpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singpolyma%2Fshttpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singpolyma","download_url":"https://codeload.github.com/singpolyma/shttpd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singpolyma%2Fshttpd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013974,"owners_count":26085429,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-14T11:34:31.243Z","updated_at":"2025-10-13T06:37:41.255Z","avatar_url":"https://github.com/singpolyma.png","language":"AMPL","funding_links":[],"categories":[],"sub_categories":[],"readme":"= shttpd =\n\nshttpd is an HTTP server written entirely in POSIX shell script.\n\n== Why? ==\n\nBecause you can!  Also, there are some real advantages:\n\n* Compact, understandable codebase\n* Trivial to configure/extend\n* Run from anywhere and just start serving!\n* Get lots of nice debug output in your terminal\n\n== Running ==\n\nTo start an instance of the server just run:\n\n./shttpd -p \u003cport\u003e -C \u003cdocument root\u003e -m modules/dirlist.mod:modules/static.mod\n\nYou can list whatever modules you want to load (order matters!) but this will get you started.\n\n== Extending ==\n\nWriting modules is easy!  Look a the ones in the modules directory for examples.\n\nBasically, you write some shell code that gets sourced into the server, and manipulate the environment according to your needs.\n\n== Deploying ==\n\nEach instance of the server can only handle one connection, so you will need some other server to round-robin proxy.\n\nYou may also configure inetd to call the server with -i\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingpolyma%2Fshttpd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingpolyma%2Fshttpd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingpolyma%2Fshttpd/lists"}