{"id":17470761,"url":"https://github.com/matsumotory/mruby-mod-mruby-ext","last_synced_at":"2025-07-12T20:02:54.172Z","repository":{"id":13939765,"uuid":"16639529","full_name":"matsumotory/mruby-mod-mruby-ext","owner":"matsumotory","description":null,"archived":false,"fork":false,"pushed_at":"2014-12-11T13:52:10.000Z","size":212,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T05:26:43.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/matsumotory.png","metadata":{"files":{"readme":"README.md","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-02-08T08:47:58.000Z","updated_at":"2014-12-11T13:52:10.000Z","dependencies_parsed_at":"2022-09-16T09:51:56.081Z","dependency_job_id":null,"html_url":"https://github.com/matsumotory/mruby-mod-mruby-ext","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/matsumotory%2Fmruby-mod-mruby-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-mod-mruby-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-mod-mruby-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsumotory%2Fmruby-mod-mruby-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matsumotory","download_url":"https://codeload.github.com/matsumotory/mruby-mod-mruby-ext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245045481,"owners_count":20552044,"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-18T16:09:48.033Z","updated_at":"2025-03-23T02:22:21.248Z","avatar_url":"https://github.com/matsumotory.png","language":"Ruby","readme":"# This is moved to mod_mruby core.\n# mruby-mod-mruby-ext   [![Build Status](https://travis-ci.org/matsumoto-r/mruby-mod-mruby-ext.png?branch=master)](https://travis-ci.org/matsumoto-r/mruby-mod-mruby-ext)\nExtended Apache class for mod_mruby. You can exnted Apache class by mrbgem.\n\n## install by mrbgems \n- add conf.gem line to `build_config.rb` \n\n```ruby\nMRuby::Build.new do |conf|\n\n    # ... (snip) ...\n\n    conf.gem :git =\u003e 'https://github.com/matsumoto-r/mruby-mod-mruby-ext.git'\nend\n```\n## example \n\n- write mrblib by Ruby\n\n```ruby\nclass Apache\n  class Request\n    def reverse_proxy path\n      self.handler  = \"proxy-server\"\n      self.proxyreq = Apache::PROXYREQ_REVERSE\n      self.filename = \"proxy:\" + path\n    end\n  end\nend\n```\n\n- proxy implementation by mod_mruby before link this mrbgem\n\n```ruby\nr = Apache::Request.new\nr.handler  = \"proxy-server\"\nr.proxyreq = Apache::PROXYREQ_REVERSE\nr.filename = \"proxy:\" + \"http://127.0.0.1:8001/proxy.html\"\n```\n\n- proxy implementation by mod_mruby after link this mrbgem\n\n```ruby\nr = Apache::Request.new\nr.reverse_proxy \"http://127.0.0.1:8001/proxy.html\"\n```\n\n## License\nunder the MIT License:\n- see LICENSE file\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsumotory%2Fmruby-mod-mruby-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsumotory%2Fmruby-mod-mruby-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsumotory%2Fmruby-mod-mruby-ext/lists"}