View Single Post
Old 07-17-2005, 09:41 AM   #1 (permalink)
CBlend
Junkie
 
CBlend's Avatar
 
Location: Classified
[Apache]Service installation issue

I have attempted to install the Apache web server on my Win XP Pro machine, so I can use some Perl scripts I have programmed. The documentation I read says when you install Apache for "All Users, on Port 80, as a service" that the Apache service is installed for you automatically. That didn't happen; my Apache Service Monitor says that no services have been installed.

So I entered this command to try and install the service manually, and here is what I got:

C:\Apache2\bin>apache -k install
<OS 10048>Only one usage of each socket address(protocol/network address/port) is normally permitted. :make_sock could not bind to address 0.0.0.0:80 no listening sockets available, shutting down
Unable to open logs

I saw this same message when Apache was being installed. How do I make Apache happy so it will install the service?

If you don't know, but know a good message board I could post this in, also let me know that! Thanks so much!
CBlend is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73