Generator - Apache Module
apmodule is shell tool for generating Apache Module.
Developed in bash code: 100%.
The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.
Table of Contents
Navigate to release page download and extract release archive.
To install apmodule type the following
tar xvzf apmodule-x.y.tar.gz
cd apmodule-x.y
cp -R ~/sh_tool/bin/ /root/scripts/apmodule/ver.x.y/
cp -R ~/sh_tool/conf/ /root/scripts/apmodule/ver.x.y/
cp -R ~/sh_tool/log/ /root/scripts/apmodule/ver.x.y/
Self generated setup script and execution
./apmodule_setup.sh
[setup] installing App/Tool/Script apmodule
Sun 21 Nov 2021 12:01:58 PM CET
[setup] clean up App/Tool/Script structure
[setup] copy App/Tool/Script structure
[setup] remove github editor configuration files
[setup] set App/Tool/Script permission
[setup] create symbolic link of App/Tool/Script
[setup] done
/root/scripts/apmodule/ver.4.0/
├── bin/
│ ├── apmodule.sh
│ ├── center.sh
│ └── display_logo.sh
├── conf/
│ ├── apmodule.cfg
│ ├── apmodule.logo
│ └── apmodule_util.cfg
└── log/
└── apmodule.log
3 directories, 7 files
lrwxrwxrwx 1 root root 46 Nov 21 12:01 /root/bin/apmodule -> /root/scripts/apmodule/ver.4.0/bin/apmodule.sh
Or You can use docker to create image/container.
# Create symlink for apmodule
ln -s /root/scripts/apmodule/ver.x.y/bin/apmodule.sh /root/bin/apmodule
# Setting PATH
export PATH=${PATH}:/root/bin/
# Generate Apache Module rcp
apmodule rcp
apmodule ver.4.0
Sun 21 Nov 2021 12:01:58 PM CET
[check_root] Check permission for current session? [ok]
[check_root] Done
██ ██
░██ ░██
██████ ██████ ██████████ ██████ ░██ ██ ██ ░██ █████
░░░░░░██ ░██░░░██░░██░░██░░██ ██░░░░██ ██████░██ ░██ ░██ ██░░░██
███████ ░██ ░██ ░██ ░██ ░██░██ ░██ ██░░░██░██ ░██ ░██░███████
██░░░░██ ░██████ ░██ ░██ ░██░██ ░██░██ ░██░██ ░██ ░██░██░░░░
░░████████░██░░░ ███ ░██ ░██░░██████ ░░██████░░██████ ███░░██████
░░░░░░░░ ░██ ░░░ ░░ ░░ ░░░░░░ ░░░░░░ ░░░░░░ ░░░ ░░░░░░
░░
Info github.io/apmodule ver.4.0
Issue github.io/issue
Author vroncevic.github.io
[apmodule] Loading basic and util configuration!
100% [================================================]
[load_conf] Loading App/Tool/Script configuration!
[check_cfg] Checking configuration file [/root/scripts/apmodule/ver.4.0/conf/apmodule.cfg] [ok]
[check_cfg] Done
[load_conf] Done
[load_util_conf] Load module configuration!
[check_cfg] Checking configuration file [/root/scripts/apmodule/ver.4.0/conf/apmodule_util.cfg] [ok]
[check_cfg] Done
[load_util_conf] Done
[check_tool] Checking tool [/usr/bin/apxs]? [ok]
[check_tool] Done
[apmodule] Generating Apache Module
Creating [DIR] rcp
Creating [FILE] rcp/Makefile
Creating [FILE] rcp/modules.mk
Creating [FILE] rcp/mod_rcp.c
Creating [FILE] rcp/.deps
[apmodule] Set owner!
[apmodule] Set permission!
[apmodule] Done
apmodule requires next modules and libraries
apmodule is based on MOP.
Shell tool structure
sh_tool/
├── bin/
│ ├── apmodule.sh
│ ├── center.sh
│ └── display_logo.sh
├── conf/
│ ├── apmodule.cfg
│ ├── apmodule.logo
│ └── apmodule_util.cfg
└── log/
└── apmodule.log
More documentation and info at
Copyright (C) 2017 - 2024 by vroncevic.github.io/apmodule
apmodule is free software; you can redistribute it and/or modify it under the same terms as Bash itself, either Bash version 4.2.47 or, at your option, any later version of Bash 4 you may have available.
Lets help and support FSF.