apache2buddy icon indicating copy to clipboard operation
apache2buddy copied to clipboard

apache2buddy

Results 13 apache2buddy issues
Sort by recently updated
recently updated
newest added

[ -- ] 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.

enhancement
not_a_bug
highpriority

Hi, Including Gentoo as distribution could be great. I am at your service for any necessary information if you want to do so.

```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

lowpriority
feature request

Hi, I'm trying to test apache on my bitnami canvas installation but running the script presents with the error below: > ################################################## > apache2buddy.pl report for d**s (x.x.x.x) > ##################################################...

help wanted
lowpriority
out of scope

As OS vendors are moving towards 'ss' than netstat in latest releases. I believe it will be worth to add ss support in apache2buddy script. Regards Sumit Garg

enhancement
feature request

Hi, trying to use your cool script on my Cloud-Server with Debian12. Got the following Message: > Could not open input file: Found. > Use of uninitialized value $apache_proc_php in...

Hi, and here a second issue > :3: 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()...