{"id":16389347,"url":"https://github.com/marcelog/fastpagi","last_synced_at":"2025-10-26T13:30:37.850Z","repository":{"id":1642257,"uuid":"2367284","full_name":"marcelog/FastPAGI","owner":"marcelog","description":"A FastAGI server to be used with PAGI applications","archived":false,"fork":false,"pushed_at":"2013-07-17T12:26:04.000Z","size":112,"stargazers_count":6,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-11T13:53:24.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelog.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-11T20:23:43.000Z","updated_at":"2022-05-24T17:45:54.000Z","dependencies_parsed_at":"2022-09-14T18:51:16.376Z","dependency_job_id":null,"html_url":"https://github.com/marcelog/FastPAGI","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2FFastPAGI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2FFastPAGI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2FFastPAGI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2FFastPAGI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelog","download_url":"https://codeload.github.com/marcelog/FastPAGI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219862888,"owners_count":16555951,"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-10-11T04:32:26.631Z","updated_at":"2025-10-26T13:30:37.492Z","avatar_url":"https://github.com/marcelog.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n------------\nThis is a very quick and dirty way of setting up a PAGI application via FastAGI.\nYou might find the code useful even to launching your own non-PAGI apps.\n\nConfiguring\n-----------\nCopy config.ini.example to config.ini.\n\nEdit config.ini\n\nThe [php] section can be filled with options to be set by ini_set automagically.\nThe [server] section customizes things like address to listen for connections:\n  * listen: address:port\n  * pid: Absolute path to where to write the pid file of the server\nThe [application] section contains some very specific options related to PAGI:\n  * log4php: Absolute path to log4php.properties file to be used by your PAGI app.\n  * bootstrap: Absolute path to be required prior to executing your PAGI app (typically\n    will set an include path or require some other files).\n  * class: The name of your PAGIApplication class.\n\nRunning\n-------\nJust do a\n$ php fastagi.php /path/to/my/config.ini \u0026\n\nYou may kill(1) the process if you want to terminate it. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Ffastpagi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelog%2Ffastpagi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Ffastpagi/lists"}