Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking authored Feb 26, 2024
1 parent a0ae706 commit d79b4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/userdata/userdata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d79b4d1

Please sign in to comment.