Hello,
I would like to install a very lightweight PHP Webserver for my Pi3.
What is your advise, what one shall I install?
Thanks for helping,
daniele
I was going to say NGinx. Same thing Google "NGinx php raspberry pi". I've found getting CGI programs to run with lightty is a pain. I've got a mix of Apache2, Lighttpd and NGinx across my 14 raspberries.
Thanks for advising.DougieLawson wrote: ↑Mon Jan 15, 2018 2:28 pmI was going to say NGinx. Same thing Google "NGinx php raspberry pi". I've found getting CGI programs to run with lightty is a pain. I've got a mix of Apache2, Lighttpd and NGinx across my 14 raspberries.
I've never tried a reverse proxy with Lightty (I always find Lightty very hard to configure). I know it works with Apache2 and NGinx.
Of course it can: https://redmine.lighttpd.net/projects/1 ... s_ModProxy
Hmm - I didn't have any problems setting up for Perl. I did want to run the scripts along a http://domain/name path rather than http://domain/cgi-bin/name path and couldn't see how to do it...but other than that I didn't have any problems on the machine side of the keyboard.DougieLawson wrote: ↑Mon Jan 15, 2018 2:28 pmI've found getting CGI programs to run with lightty is a pain. I've got a mix of Apache2, Lighttpd and NGinx across my 14 raspberries.