Opened 14 years ago
Closed 14 years ago
#1391 closed defect (fixed)
Apache doesn't auto-start after service installation
Reported by: | jng | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.2 |
Component: | Installer | Version: | 2.2.0 |
Severity: | trivial | Keywords: | |
Cc: | jbirch | External ID: |
Description
Unless I'm mistaken:
httpd.exe -k install
Will only install the "ApacheMapGuidex.y" service, but not start it up.
Many installations of 2.1 and 2.2 beta has seem to prove the point.
The simple solution is to add a new custom action that runs after InstallApacheServiceCA that simply issues a:
net start "ApacheMapGuidex.y"
Note:
See TracTickets
for help on using tickets.
Fixed in r4990