On Sat, 4 Jun 2022 16:31:15 + (UTC)
"ldmko...@yahoo.com" wrote:
> My overall goal is to create an internal web site to display my many
> thousands of pictures.. To do this I need to be able to read
> directories and display their contents.
May I suggest one of several programs designed to d
Remove mod_python
$ sudo apt purge libapache2-mod-python
no reason to use it in 2022.
Frankly, I see no reason to use apache for python either: I recommend
python application server (gunicorn or uwsgi) and light frontend like nginx
or lighthttpd to terminate HTTPS and serve static files.
You can
On 6/3/2022 6:56 PM, ldmko...@yahoo.com wrote:
I wanted to try and use Python in my HTML pages. And apparently I have screwed
up my Apache2 configuration in the process.
I now get :
[Fri Jun 03 12:42:41.002183 2022] [wsgi:crit] [pid 31238] mod_wsgi (pid=31238):
The mod_python module can not be
I wanted to try and use Python in my HTML pages. And apparently I have screwed
up my Apache2 configuration in the process.
I now get :
[Fri Jun 03 12:42:41.002183 2022] [wsgi:crit] [pid 31238] mod_wsgi (pid=31238):
The mod_python module can not be used in conjunction with mod_wsgi 4.0+. Remove
4 matches
Mail list logo