Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.unix.shell,comp.os.linux.misc Subject: Re: [OT] Static HTML and using PHP or Javascript (was Re: Over-Elaborate Shell Scripting) Date: 14 Mar 2026 19:07:28 GMT Lines: 12 Message-ID: References: <10otpi4$1opu8$3@dont-email.me> <10otrqi$1p9ft$1@dont-email.me> <10ou2q9$1qp29$1@dont-email.me> <10oucet$vo4d$2@news.xmission.com> <10ouhk5$22anv$1@dont-email.me> <20260312095816.00001163@gmail.com> <69b33726@news.ausics.net> <20260313080000.00004c23@gmail.com> <10p1cg9$3an5p$4@dont-email.me> <20260313092610.000065be@gmail.com> <10p1mva$3g8pp$1@dont-email.me> <20260313122129.00007909@gmail.com> <10p1tmf$3j7m7$1@dont-email.me> <20260313141431.000058dc@gmail.com> <10p21sn$3kl4p$7@dont-email.me> <10p2ip1$3r45b$1@dont-email.me> <10p3lgl$8394$7@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net eozUHiPr5t+NhEegrPeVkwTn7vexBcDY1N0dqJvgxKCmRrFhbE Cancel-Lock: sha1:0qazuqKnm37aZEDLeteJisQPLJE= sha256:nvxvbc1JE+E9/9KHuw9U/7+nF38h5q4atFvDcAytHa8= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.unix.shell:26741 comp.os.linux.misc:83003 On Sat, 14 Mar 2026 12:49:25 +0000, The Natural Philosopher wrote: > PHP is a bit quicker than C. And making e.g. Apache use PHP is a well > documented piece of cake. Making it run C is a lot more effort. I don't know what the current status is but at one time Apache/FastCGI using C was a reasonable approach. Anything I've done in the last 10 years uses node/express on the backend. Deno and bun are challenging node but I don't see an advantage at this point. Neither are particularly stable.