davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
320 stars 54 forks source link

Com It Up and Apache2 #142

Closed GerritRie closed 3 years ago

GerritRie commented 3 years ago

Hey Dave amazing Project !!!

I have a little Problem. First of all everthing is working perfect.

But now is my problem. I build on on Pi Zero w. and apache2 runs on it cause after connect with comitup to my wifi i need a setup up interface for my programm. So when i boot the RPI i cant use Comitup to connect. after connect to my local Wifi i cant accsess my Index.php on the raspbian. So i need to restart apache after succsesfull connection of wifi. can u maybe help me a bit out where to put the restart of apache ?

best regards !!!

davesteele commented 3 years ago

See the web_service parameter in comitup.conf.

GerritRie commented 3 years ago

So should me in should switch web_service: httpd.service to web_service: apache2?

davesteele commented 3 years ago

That's not really a question for here. Use whatever service name "systemctl status" reports.