During the install I received these errors:
Installing Apache2.2 as an Service
Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
(OS 10013)An attempt was made to access a socket in a way forbidden by its acces
s permissions. : make_sock: could not bind to address [::]:80
(OS 10013)An attempt was made to access a socket in a way forbidden by its acces
s permissions. : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
Now we Start Apache2.2 :)
The Apache2.2 service is starting.
The Apache2.2 service could not be started.A service specific error occurred: 1.
More help is available by typing NET HELPMSG 3547.
What can I do to fix this?
I'm going to take a guess that the problem is port 80 is in use by my web server. If that's the case how can I change Apache to a different port and how can I continue the install?
Thank you,
Docfxit