Running Python Script From Apache Server Using Php
I'm working on a project with a raspberry pi to turn on and off an LED strip using a mobile device. The last issue I'm running into is getting the scripts to run from the apache se
Solution 1:
For anyone that stumbles upon this, the problem was simply fixed by adding sudo
in front of the file-path.
Post a Comment for "Running Python Script From Apache Server Using Php"