Flight Radar Server - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Sites Using GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=9) +--- Thread: Flight Radar Server (/showthread.php?tid=16483) |
Flight Radar Server - CavemanC224 - 2021-08-15 Hi folks, this is my website hosted by GetSimple: Flight Radar Server Hamburg This site runs under Debian 10 with lighttpd. RE: Flight Radar Server - Felix - 2021-08-16 Hi, It's always great to see people making interesting things with the GS cms. Thanks for sharing with us your website made with the GS cms. Quote:This site runs under Debian 10 with lighttpd. Looks like a server for on a local computer so how do you make it accessible from the internet with dynamic ip ? Using "always up" or an alternative way ? The link to the wlmp project is dead http://en.wlmp-project.net/downloads.php?cat=lighty Any other links ? Looks like I found two links here: http://lighttpd.dtech.hu/ https://code.google.com/archive/p/wlmp-project/downloads Can you show us how to install php5.6.x and php7.x in lighttpd ? That would be interesting for many of us here, Thanks in advance RE: Flight Radar Server - CavemanC224 - 2021-08-16 Hi Felix, thank's for comment ! The "lighttpd" is running on a local machine as a sub-server with PHP 7.4.22 Of course, I like to explain how PHP is installed. But there are some very good tutorials that users can follow. View this (available in many languages): Lighttpd with PHP 7 Lighttpd with PHP 5 Who then has problems or questions, can appeal to me, no problem. (I'm IT professional) regards Dieter RE: Flight Radar Server - CavemanC224 - 2021-08-16 (2021-08-16, 00:13:59)Felix Wrote: Looks like a server for on a local computer so how do you make it accessible from the internet with dynamic ip ? Sorry, forget to answer this question. I use a domain provider, which registers my domain. The current IP transfers my router to the provider. The routing of the different subdomains happens via DNS, whose entries I can manage yourself. What happens in my LAN, I do with different servers and different services (e.g., firewall, web server, etc.) regards Dieter RE: Flight Radar Server - Felix - 2021-08-16 Hi, Thanks for the links and replies. On linux, instead of Xampp, maybe lighttpd could be a good alternative local developer server for the get-simple cms ? What do you think ? Do you have any recommendations for an IDE using with lighttpd ? |