Graham Dumpleton

Results 765 comments of Graham Dumpleton

Then please provide the output from running `pip install -v mod_wsgi`.

So the real error of importance is: ``` /usr/bin/ld: /usr/local/lib/libpython3.7m.a(ceval.o): relocation R_X86_64_PC32 against symbol `_PyRuntime' can not be used when making a shared object; recompile with -fPIC ``` The prior...

How was the certificate generated when you say "I downloaded certificates with letsencrypt". Based on what you are using it would need to be a wildcard certificate, with addition of...

If there was an individual outstanding HTTP request still active and it was being dropped before the response was returned, `KeepAliveTimeout` is not relevant. That setting only pertains to whether...

I would need to see the actual configuration you are using and not just the mod_wsgi bits, but also what `DocumentRoot` is set to and any active `AddHandler`, `SetHandler`, `Alias`...

Every Linux distro uses different default configurations for Apache, and they are different to standard Apache source distribution, so I am still more or less left guessing as I am...

I don't currently have a test environment where I could test it, which is in part why was trying to glean as much information about the configuration as possible. The...

So I managed to fudge something up with ``mod_wsgi-express`` by mounting at a sub URL path using ``--mount-point`` option, then manually editing the generated ``httpd.conf``, denying access to document root,...

The `Location` directive is not the same as `Directory`. The `Location` directive is saying anything under `/myapp/` URL sub path is allowed. It is nothing to do with the file...