Hi all, I’m quite new to aut0 and I’m trying to integrate it in my php web app.
I managed to complete the set up as described in the tutorial. As described in the tutorial in the end I run the php built in web server to start the app.
Now I’m wodering how can I do that with Apache (I read that php built in web server is not production ready) ? I have opened the 3000 port in my apache but when I go to the address myip:3000 I get a 500 error and aut0 doesnt work.
Am I overlooking something? How can I start aut0 without running the php built in web server?