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

I currently have Apache running Python via CGI, but has anybody started to work on a module that allows Python to tun web pages? sort of what ASP, PHP and JSP do?

Thanks.
Reply
#2
you might want to look here: https://pypi.org/search/?q=web
Reply
#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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Where is mod_wsgi for Apache on Windows? jfha73 0 1,640 May-01-2020, 02:21 PM
Last Post: jfha73
  Django deployment on apache server? tmmaersk 2 2,125 Mar-28-2020, 03:35 PM
Last Post: tmmaersk
  Python handling Apache Request harzsr 3 3,828 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,073 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,116 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