aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Acmeman/Source/Apache.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Acmeman/Source/Apache.pm')
-rw-r--r--lib/App/Acmeman/Source/Apache.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Acmeman/Source/Apache.pm b/lib/App/Acmeman/Source/Apache.pm
index c84aea6..2041bb1 100644
--- a/lib/App/Acmeman/Source/Apache.pm
+++ b/lib/App/Acmeman/Source/Apache.pm
@@ -266,7 +266,7 @@ EOT
sub probe {
my ($self, @servlist) = @_;
- @servlist = qw(/usr/sbin/httpd /usr/sbin/apache2)
+ @servlist = qw(/usr/sbin/apachectl /usr/sbin/httpd /usr/sbin/apache2)
unless (@servlist);
open(my $nullout, '>', File::Spec->devnull);
open(my $nullin, '<', File::Spec->devnull);

Return to:

Send suggestions and report system problems to the System administrator.