{"id":17617364,"url":"https://github.com/vroncevic/apmodule","last_synced_at":"2025-03-30T23:18:51.895Z","repository":{"id":17819473,"uuid":"82778325","full_name":"vroncevic/apmodule","owner":"vroncevic","description":"Generator - Apache Module","archived":false,"fork":false,"pushed_at":"2024-06-14T17:01:42.000Z","size":7134,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T21:47:00.114Z","etag":null,"topics":["apache","apache-module","bash","c","development","freebsd","generator","http","https","linux","server","shared-library","shell","unix","web"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/apmodule","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-22T08:12:45.000Z","updated_at":"2024-06-14T17:01:00.000Z","dependencies_parsed_at":"2024-06-14T18:02:31.648Z","dependency_job_id":"0adf0f11-0337-4b0b-81e9-f47c4b9060e4","html_url":"https://github.com/vroncevic/apmodule","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fapmodule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fapmodule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fapmodule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fapmodule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/apmodule/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390915,"owners_count":20769486,"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":["apache","apache-module","bash","c","development","freebsd","generator","http","https","linux","server","shared-library","shell","unix","web"],"created_at":"2024-10-22T19:12:56.049Z","updated_at":"2025-03-30T23:18:51.857Z","avatar_url":"https://github.com/vroncevic.png","language":"Shell","readme":"# Generator for Template HTTP Apache Module\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/apmodule/dev/docs/apmodule_logo.png\" width=\"25%\"\u003e\n\n**apmodule** is shell tool for generating **[Apache Module](https://httpd.apache.org/docs/2.4/mod/)**.\n\nDeveloped in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.\n\n[![apmodule_shell_checker](https://github.com/vroncevic/apmodule/actions/workflows/apmodule_shell_checker.yml/badge.svg)](https://github.com/vroncevic/apmodule/actions/workflows/apmodule_shell_checker.yml)\n\nThe README is used to introduce the tool and provide instructions on\nhow to install the tool, any machine dependencies it may have and any\nother information that should be provided before the tool is installed.\n\n[![GitHub issues open](https://img.shields.io/github/issues/vroncevic/apmodule.svg)](https://github.com/vroncevic/apmodule/issues)\n [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/apmodule.svg)](https://github.com/vroncevic/apmodule/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Dependencies](#dependencies)\n- [Shell tool structure](#shell-tool-structure)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\n![Debian Linux OS](https://raw.githubusercontent.com/vroncevic/apmodule/dev/docs/debtux.png)\n\nNavigate to release **[page](https://github.com/vroncevic/apmodule/releases)** download and extract release archive.\n\nTo install **apmodule** type the following\n\n```bash\ntar xvzf apmodule-x.y.tar.gz\ncd apmodule-x.y\ncp -R ~/sh_tool/bin/   /root/scripts/apmodule/ver.x.y/\ncp -R ~/sh_tool/conf/  /root/scripts/apmodule/ver.x.y/\ncp -R ~/sh_tool/log/   /root/scripts/apmodule/ver.x.y/\n```\n\nSelf generated setup script and execution\n\n```bash\n./apmodule_setup.sh \n\n[setup] installing App/Tool/Script apmodule\n\tSun 21 Nov 2021 12:01:58 PM CET\n[setup] clean up App/Tool/Script structure\n[setup] copy App/Tool/Script structure\n[setup] remove github editor configuration files\n[setup] set App/Tool/Script permission\n[setup] create symbolic link of App/Tool/Script\n[setup] done\n\n/root/scripts/apmodule/ver.4.0/\n├── bin/\n│   ├── apmodule.sh\n│   ├── center.sh\n│   └── display_logo.sh\n├── conf/\n│   ├── apmodule.cfg\n│   ├── apmodule.logo\n│   └── apmodule_util.cfg\n└── log/\n    └── apmodule.log\n\n3 directories, 7 files\nlrwxrwxrwx 1 root root 46 Nov 21 12:01 /root/bin/apmodule -\u003e /root/scripts/apmodule/ver.4.0/bin/apmodule.sh\n```\n\nOr You can use docker to create image/container.\n\n### Usage\n\n```bash\n# Create symlink for apmodule\nln -s /root/scripts/apmodule/ver.x.y/bin/apmodule.sh /root/bin/apmodule\n\n# Setting PATH\nexport PATH=${PATH}:/root/bin/\n\n# Generate Apache Module rcp\napmodule rcp\n                                                                                                    \napmodule ver.4.0\nSun 21 Nov 2021 12:01:58 PM CET\n\n[check_root] Check permission for current session? [ok]\n[check_root] Done\n                                                                       \n                                               ██          ██          \n                                              ░██         ░██          \n    ██████   ██████  ██████████   ██████      ░██ ██   ██ ░██  █████   \n   ░░░░░░██ ░██░░░██░░██░░██░░██ ██░░░░██  ██████░██  ░██ ░██ ██░░░██  \n    ███████ ░██  ░██ ░██ ░██ ░██░██   ░██ ██░░░██░██  ░██ ░██░███████  \n   ██░░░░██ ░██████  ░██ ░██ ░██░██   ░██░██  ░██░██  ░██ ░██░██░░░░   \n  ░░████████░██░░░   ███ ░██ ░██░░██████ ░░██████░░██████ ███░░██████  \n   ░░░░░░░░ ░██     ░░░  ░░  ░░  ░░░░░░   ░░░░░░  ░░░░░░ ░░░  ░░░░░░   \n            ░░                                                         \n\t\tInfo   github.io/apmodule ver.4.0 \n\t\tIssue  github.io/issue\n\t\tAuthor vroncevic.github.io\n\n[apmodule] Loading basic and util configuration!\n100% [================================================]\n\n[load_conf] Loading App/Tool/Script configuration!\n[check_cfg] Checking configuration file [/root/scripts/apmodule/ver.4.0/conf/apmodule.cfg] [ok]\n[check_cfg] Done\n\n[load_conf] Done\n\n[load_util_conf] Load module configuration!\n[check_cfg] Checking configuration file [/root/scripts/apmodule/ver.4.0/conf/apmodule_util.cfg] [ok]\n[check_cfg] Done\n\n[load_util_conf] Done\n\n[check_tool] Checking tool [/usr/bin/apxs]? [ok]\n[check_tool] Done\n\n[apmodule] Generating Apache Module\nCreating [DIR]  rcp\nCreating [FILE] rcp/Makefile\nCreating [FILE] rcp/modules.mk\nCreating [FILE] rcp/mod_rcp.c\nCreating [FILE] rcp/.deps\n[apmodule] Set owner!\n[apmodule] Set permission!\n[apmodule] Done\n```\n\n### Dependencies\n\n**apmodule** requires next modules and libraries\n* sh_util [https://github.com/vroncevic/sh_util](https://github.com/vroncevic/sh_util)\n\n### Shell tool structure\n\n**apmodule** is based on MOP.\n\nShell tool structure\n\n```bash\nsh_tool/\n├── bin/\n│   ├── apmodule.sh\n│   ├── center.sh\n│   └── display_logo.sh\n├── conf/\n│   ├── apmodule.cfg\n│   ├── apmodule.logo\n│   └── apmodule_util.cfg\n└── log/\n    └── apmodule.log\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/apmodule/badge/?version=latest)](https://apmodule.readthedocs.io/projects/apmodule/en/latest/?badge=latest)\n\nMore documentation and info at\n* [https://apmodule.readthedocs.io/en/latest/](https://apmodule.readthedocs.io/en/latest/)\n* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)\n* [https://httpd.apache.org/docs/2.4/developer/modguide.html](https://httpd.apache.org/docs/2.4/developer/modguide.html)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2017 - 2024 by [vroncevic.github.io/apmodule](https://vroncevic.github.io/apmodule)\n\n**apmodule** is free software; you can redistribute it and/or modify\nit under the same terms as Bash itself, either Bash version 4.2.47 or,\nat your option, any later version of Bash 4 you may have available.\n\nLets help and support FSF.\n\n[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/apmodule/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fapmodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fapmodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fapmodule/lists"}