From d79b4d13c0dc063265d4d24d273a291464ff8d5b Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 26 Feb 2024 14:02:48 -0500 Subject: [PATCH] minor change --- ec2/userdata/userdata.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2/userdata/userdata.ps1 b/ec2/userdata/userdata.ps1 index 16afb6e..da9b467 100644 --- a/ec2/userdata/userdata.ps1 +++ b/ec2/userdata/userdata.ps1 @@ -33,7 +33,7 @@ Remove-Item -Path $zipPath # For example, editing httpd.conf to adjust server settings # Path to the Apache Service Monitor executable -$serviceMonitorPath = Join-Path -Path $extractPath -ChildPath "Apache24\bin\ApacheMonitor.exe" +#$serviceMonitorPath = Join-Path -Path $extractPath -ChildPath "Apache24\bin\ApacheMonitor.exe" # Install Apache as a Windows service (using the httpd.exe with the -k install option) $httpdPath = Join-Path -Path $extractPath -ChildPath "Apache24\bin\httpd.exe"