[PLUG] Can anyone recommend intligent way to debug not executing CGI scripts on Apache2?

Bill Barry bill at billbarry.org
Tue Jan 8 02:02:12 UTC 2019


On Mon, Jan 7, 2019 at 9:52 PM Tomas Kuchta <tomas.kuchta.lists at gmail.com>
wrote:

> The problem is 99.99999% in the Apache config - the same application runs
> on one server not the other. No matter which way I synchronize the code, it
> executes in one place, not the other.
>



>
> The only difference are Apache config files, produced mostly with Jinja
> templates and search and replace with a few config lines added related to
> host aliases to flip things to production.
>
>
That does sound like a good source for the problem,  maybe you can create
the config files in a completely different way, say static files that read
from environment variables.

Bill



More information about the PLUG mailing list