Richard Forth
Richard Forth
[ -- ] The process running on port 80 is not Apache. Falling back to process list... [ !! ] Could not find Apache process. Exiting... ... tcp6 0 0...
DeprecationWarning: distro.linux_distribution() is deprecated. It should only be used as a compatibility shim with Python's platform.linux_distribution(). Please use distro.id(), distro.version() and distro.name() instead.
14| to :14
```perl our $apache_proc_php = get_php_setting('/usr/bin/php', 'memory_limit'); ``` Probably should be a bit more dynamic ```perl my $php_exe = `which php`; our $apache_proc_php = get_php_setting($php_exe, 'memory_limit'); ``` there may be other...
https://www.debian.org/releases/testing/releasenotes Its not released yet
.
This is a bit more complex but will make the jenkins pipeline a bit more robust than "Just run the script and see if it breaks".