Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Joy of this, Joy of that Date: 2 Dec 2024 01:06:20 GMT Lines: 11 Message-ID: References: <1b166410-ecc1-f9e5-7218-cde9618f4686@example.net> <77840736-c143-e896-5da0-d0afae4915ed@example.net> <8xidnV6HZos6I9v6nZ2dnZfqnPadnZ2d@earthlink.com> <5cKdndZFvPPeD9T6nZ2dnZfqn_udnZ2d@earthlink.com> <9PucnWZylb39Pdf6nZ2dnZfqn_QAAAAA@earthlink.com> <674cd15d@news.ausics.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net tSEJEZE6Ge1yuGbSN0rN4gbehYeEz7jJW/fFQKrRDqlMCLa0AD Cancel-Lock: sha1:X4O0WPx2nvdZNMHydl1qHmE02f8= sha256:rnvIH5EwYjHzkbhPoaGuAFIomHmwygyGzrFL01+kHxA= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Xref: csiph.com comp.os.linux.misc:61560 On 2 Dec 2024 07:13:01 +1000, Computer Nerd Kev wrote: > Yes I've done simple CGI scripts in Bash even. Apache and PHP have an > extra link in the form of mod_php. That runs PHP scripts from Apache > without starting a separate process for the interpreter. Apparantly > there was a mod_Python but development was abandoned. mod_wsgi replaced mod_python. It works with with the frameworks like djamgo and flask. https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/modwsgi/