How to invoke a web server script, how hard is this? My notes …
Links
- Making web server run scripts, from stackoverflow and suggests REST and points at this tutorial nodejs restful api, but you need good nodejs/javascript to follow it.
- Easiest way to run python script from apache from Stackoverflow, documents using Python CGI and points at two documentation sites.
- Turning a Shell Script Into a Web API by Costa Paras on Medium, focuses on the shell script
- Configuring Apache2 to run python scripts/ or this simple write up which turns on the GCI.
- How can I safely allow a php based website to create a linux user and interact with the environment?, from AskUbuntu , more about creating the script to do the work.
- https://letmegooglethat.com/?q=how+to+invoke+a+server+script+from+apache
- https://letmegooglethat.com/?q=how+to+invoke+a+server+python+script+from+apache