If you get service specific error code 1 this relates to an IP/port conflict.
In my case Apache was listening to an IP address no longer attached to the system.
In httpd.conf there was Listen 192.168.0.20:80, which was an out of date IP. This line is usually unnecessary, but for me to get Apache to respond to the computer name I needed it.