Author |
Message |
delixer

Joined: 23 Jul 2004
Posts: 1
|
Posted:
Fri Jul 23, 2004 12:43 pm |
  |
I don't know why this is happening. I thought it may be my configuration but I restored the default configuration so I don't think that is it. I am going to uninstall and reinstall after this post, but any suggestions would be appreciated.
"Windows could not start the Apache2Triad Apache2 Service on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service specific error code 1." |
|
|
  |
 |
LiquidSnake
past contributor

Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
Posted:
Fri Jul 23, 2004 4:54 pm |
  |
Do you have anything else running on port 80?? did you change anything in the config file? |
|
|
    |
 |
mipo

Joined: 20 Aug 2004
Posts: 2
|
Posted:
Fri Aug 20, 2004 11:34 pm |
  |
I have the same problem,please help me.
thank you LiquidSnake. problem was with port 80. I change it into 81, now everything is working |
|
|
   |
 |
mipo

Joined: 20 Aug 2004
Posts: 2
|
Posted:
Fri Aug 20, 2004 11:40 pm |
  |
thank you LiquidSnake. problem was with port 80. I change it into 81, now everything is working |
|
|
   |
 |
Vlad Alexa Mancini
lead developer

Joined: 07 Jul 2003
Posts: 1539
|
Posted:
Sat Aug 21, 2004 5:31 am |
  |
running windows XP with SP2 by any chance ? |
|
|
  |
 |
r0l0e

Joined: 24 Aug 2004
Posts: 4
|
Posted:
Tue Aug 24, 2004 1:03 pm |
  |
mancini wrote: | running windows XP with SP2 by any chance ? |
yes i am and i wished i hadn't installed sp2. this is the message i get in the event viewer:
Quote: | The Apache service named Apache2Triad Apache2 Service reported the following error:
>>> (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 |
Quote: | The Apache service named Apache2Triad Apache2 Service reported the following error:
>>> no listening sockets available, shutting down |
i'm sure other who are running sp2 will have the same errors. i hope this will be fixed soon.
ps. i don't have any other services running on port 80. i ran a port viewing app to double check this. i also don't have MS firewall enabled on this workstation since A2T is running inside my network with no access from outside. |
|
|
  |
 |
r0l0e

Joined: 24 Aug 2004
Posts: 4
|
Posted:
Tue Aug 24, 2004 1:16 pm |
  |
i solved my problem. i went into httpd.conf and changed the Listen port 80 to port 8080 and apache started. |
|
|
  |
 |
LiquidSnake
past contributor

Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
Posted:
Tue Aug 24, 2004 3:51 pm |
  |
Quote: | i solved my problem. i went into httpd.conf and changed the Listen port 80 to port 8080 and apache started. |
this is not the best way to do things, there is something else running on your defualt web server port. you should find out whats running on port 80 and resolve the issue that way. Did you have a previous web server installed? |
|
|
    |
 |
r0l0e

Joined: 24 Aug 2004
Posts: 4
|
Posted:
Tue Aug 24, 2004 11:49 pm |
  |
LiquidSnake wrote: |
this is not the best way to do things, there is something else running on your defualt web server port. you should find out whats running on port 80 and resolve the issue that way. Did you have a previous web server installed? |
yea i know. it does get annoying sometimes on the config side. i'll check what installed apps that may be running on port 80. maybe a streaming app is doing it's job somewhere in this workstation
i didn't have any other web services running prior to installing A2T. a previouse version of A2t was removed 2 months ago because i was having problem with images not appearing. now i see that it has been resolved. |
|
|
  |
 |
whitehawk

Joined: 27 Aug 2004
Posts: 8
|
Posted:
Fri Aug 27, 2004 11:14 pm |
  |
Check the "Listen " line.
Change it to Listen 80
or Listen 192.168.0.xx:80
or Listen domain.dom
Make sure you do not have any other decleration of "Listen " directive in httpd.conf
I run my server on Windows XP SP2 but so far no issues. I will be upgrading to apache2triad 1.3 in another 20 mins.. will get back with errors if any  |
|
|
  |
 |
|