1
0
mirror of https://github.com/Oxbian/Apache-Generator.git synced 2025-07-04 02:54:04 +02:00
2023-01-20 19:52:13 +01:00
2022-12-01 22:16:47 +01:00
2023-01-20 19:52:13 +01:00

Apache Generator


Release Language Licence OpenSource

Apache Generator is a tool to generate the apache configuration file. It allows you to generate simple files with proxy, directory protection and custom path / name / Directory index.

How to use it ?

git clone

chmod +x apache-generator.sh

./apache-generator -n CONFIG_NAME --path=FILE_PATH

List of possibles options

Command Description
? Show the help menu
-u / --user Specify ssh user
-h / --host Specify ssh host
-p / --port Specify ssh port
-n / --name Specify server name
--path Specify DocumentRoot path
-d /--dir Specify Directory to protect
--allow-ip Specify an IP allowed to access to this dir
--dir-default Specify the directoryIndex
-P / --proxy Specify the proxy url
-N / --proxy-path Specify the proxy path
Description
A command line tool to create apache config file easily
Readme 41 KiB
Languages
Shell 100%