We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc85805 commit 289b909Copy full SHA for 289b909
lib/Virtualmin/Config/Plugin/Apache.pm
@@ -40,8 +40,8 @@ sub actions {
40
foreign_require("apache");
41
42
# Start Apache on boot if disabled
43
- my @apache_mods = ('apache2', 'httpd', 'httpd24');
44
- foreach my $service (@apache_mods) {
+ my @apache_cmds = ('apache2', 'httpd', 'httpd24');
+ foreach my $service (@apache_cmds) {
45
if (init::action_status($service) == 1) {
46
init::enable_at_boot($service);
47
last;
0 commit comments