Hi Sean, I had issues with Ngnix on my test server as well. I have just purged it (sudo apt-get purge nginx | sudo apt autoremove) then re-installed lighttpd.
This is the method I used: - https://pimylifeup.com/raspberry-pi-lighttpd/ Please pay particular attention to the section on configuration, paragraphs 8, 9, 10. If you are using a version of PHP other than the default for the Pi which is currently 7.0 make sure that this is reflected in the changes you make to the 15-fastcgi -php.conf file Everything worked first time after the re-install. Fingers crossed for you this time round. Ian Sent from my iPad > On 15 Oct 2018, at 19:50, Sean Lane <[email protected]> wrote: > > THanks for looking, i switched to lighttp and i am getting a 500 error now.. > >> On Mon, Oct 15, 2018 at 7:20 AM Sean Lane <[email protected]> wrote: >> I did that but no go. >> >> Sean >> >> Sent from my iPhone >> >> > On Oct 15, 2018, at 3:30 AM, steeple ian <[email protected]> wrote: >> > >> > I use Apache on my main server and Lighttpd on my test server. I will >> > setup a second test server with Nginx. In the meantime please make sure >> > that your web server root folder is recursively set to permissions 775, ID >> > your Pi username and ownership www-data. By the use of recursive it will >> > ensure all your files on your web server inherit the above settings. >> > >> > Sent from my iPad >> > >> >> On 15 Oct 2018, at 04:18, Sean Lane <[email protected]> wrote: >> >> >> >> Are you using Apache or nginx? For some reason with nginx the pages are >> >> not loading. I can only get easysetup to load. >> >> >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> >> "weewx-user" group. >> >> To unsubscribe from this group and stop receiving emails from it, send an >> >> email to [email protected]. >> >> For more options, visit https://groups.google.com/d/optout. >> > >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "weewx-user" group. >> > To unsubscribe from this group and stop receiving emails from it, send an >> > email to [email protected]. >> > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
