2
I wonder if it is possible to configure Apache using command line (Terminal). So far, the most I can do is to run the command apachectl -S
which gives me the settings, but this value returned is not very user friendly. There is some way to receive these inputs in a/JSON/object array?
You could create a script that received Json, update the Apache configuration, and run the command to reload the configuration.
– utluiz
Seems to me to be the only output even. Turn this output into Json in hand.
– henriale