Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Apache Module
#3
Hallo,

> I currently have Apache running Python via CGI,
Really? CGI is pretty much outdated and hardly used since WSGI and the rise of WSGI-Frameworks, which started approx. 10 years ago. The CGI module is depricated and will be removed with the release of Python 3.13 (=very soon).

The most popular / widely used frameworks for Python are Django and Flask, but there are plenty more.

Regards, noisefloor
Reply


Messages In This Thread
Apache Module - by jfha73 - Jan-25-2024, 03:42 PM
RE: Apache Module - by Larz60+ - Jan-26-2024, 11:25 AM
RE: Apache Module - by noisefloor - Jan-26-2024, 07:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Where is mod_wsgi for Apache on Windows? jfha73 0 1,655 May-01-2020, 02:21 PM
Last Post: jfha73
  Django deployment on apache server? tmmaersk 2 2,152 Mar-28-2020, 03:35 PM
Last Post: tmmaersk
  Python handling Apache Request harzsr 3 3,851 Nov-16-2018, 04:36 AM
Last Post: nilamo
  Enable error logging to browser for Python's Flask under Apache + mod_wsgi nikos 1 3,095 Sep-18-2018, 09:15 PM
Last Post: nikos
  Deploying SSL for my Django 2.0.1 server with Apache on Ubuntu 16.04 (droplet) Drone4four 2 9,164 Jan-26-2018, 06:44 AM
Last Post: Drone4four

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020