{"id":20357898,"url":"https://github.com/gandi/mod_fastcgi_handler","last_synced_at":"2026-05-10T10:43:35.495Z","repository":{"id":150846582,"uuid":"28040986","full_name":"Gandi/mod_fastcgi_handler","owner":"Gandi","description":"mod_fastcgi_handler","archived":false,"fork":false,"pushed_at":"2015-12-03T10:32:17.000Z","size":900,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":32,"default_branch":"gandi","last_synced_at":"2025-01-15T01:41:41.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/Gandi.png","metadata":{"files":{"readme":"README.rst","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":"2014-12-15T14:50:09.000Z","updated_at":"2016-03-27T01:25:15.000Z","dependencies_parsed_at":"2023-04-14T21:52:42.211Z","dependency_job_id":null,"html_url":"https://github.com/Gandi/mod_fastcgi_handler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandi%2Fmod_fastcgi_handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandi%2Fmod_fastcgi_handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandi%2Fmod_fastcgi_handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gandi%2Fmod_fastcgi_handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gandi","download_url":"https://codeload.github.com/Gandi/mod_fastcgi_handler/tar.gz/refs/heads/gandi","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241895108,"owners_count":20038509,"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-14T23:24:21.372Z","updated_at":"2026-05-10T10:43:35.447Z","avatar_url":"https://github.com/Gandi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"===================\nmod_fastcgi_handler\n===================\n\n:Author: `Benedikt Böhm \u003cbb@xnull.de\u003e`_\n:Version: 0.6\n:Web: http://github.com/hollow/mod_fastcgi_handler\n:Git: ``git clone https://github.com/hollow/mod_fastcgi_handler.git``\n:Download: http://github.com/hollow/mod_fastcgi_handler/downloads\n\nmod_fastcgi_handler is a very simple FastCGI implementation derived from\nmod_fastcgi and mod_proxy_fcgi. mod_fastcgi_handler does not implement a\nprocess manager, nor does it support Authenticator and Authorizer roles.\nmod_fastcgi_handler is a module for rapidly deploying FastCGI applications with\nApache.\n\nRationale\n=========\n\nmod_fastcgi and mod_fcgid both include a huge process manager code, which is\nnot needed with a typical FastCGI application. Such applications, including\nDjango and PHP-FPM, ship their own process manager and provide a socket to\ncommunication with the web server. Thus a simple mechanism for talking to this\nsocket is required. While mod_fastcgi and mod_proxy_fcgi both provide such a\nfeature, the former has a quite complex configuration syntax while the latter\ndoes not support unix domain sockets.\n\nThe solution is to provide simple handler for external FastCGI applications.\n\nInstallation\n============\n\nTo compile and install this module, use ``apxs`` provided by the apache\nwebserver:\n::\n\n  apxs -i -a -o mod_fastcgi_handler.so -c *.c\n\nConfiguration\n=============\n\nmod_fastcgi_handler provides a handler that can be activated by using the\n``AddHandler`` and ``SetHandler`` directives. To use mod_fastcgi_handler with\nPHP-FPM add the following option to your httpd.conf:\n::\n\n  AddHandler fcgi:/var/run/php-fpm.socket .php\n\nTo use mod_fastcgi_handler with a Django FastCGI application running on port 3000:\n::\n\n  \u003cLocation /\u003e\n    SetHandler fcgi:127.0.0.1:3000\n  \u003c/Location\u003e\n\nBugs\n====\n\nmod_fastcgi_handler is beta-quality software. It has not been widely tested,\nand some production-critical features, like non-blocking sockets and timeouts\nhave not yet been implemented.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgandi%2Fmod_fastcgi_handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgandi%2Fmod_fastcgi_handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgandi%2Fmod_fastcgi_handler/lists"}