help regarding apache and mysql services.

Status
Not open for further replies.

everest

Right off the assembly line
hey friends

i want to know about configuring apache and mysql services

i have installed phptriad and apache 2.0.53 separately on my pc and
while running the apache service it gives an error message saying that
the services could not be started giving the error as "could not bind to port 80".

i have also installed the mysql server 4.1, the installation is
successful but while configuring the service i.e creating the instance, it also gives the same message informing as "The service could not be
started. Error 0".

i also searched the mysql manual but there is no help regarding this error message.

please help me in manually configuring both these services

thanking you :(
 

digen

Youngling
As far as the first problem is concerned check whether any other application/service is using the same port 80 because of which you are facing the error.
Perhaps any other web server making use of port 80? Have you installed IIS?

I couldnt find a reference to your second problem will dig it up & post here in a while.
 
OP
E

everest

Right off the assembly line
thanks for reply

as far as i know there is no web server installed on my system and i also till have not installed IIS on my system, not any previous version of apache.

i also want to know how to find out which application is using which port on my system
 

digen

Youngling
everest said:
i also want to know how to find out which application is using which port on my system
Get Fport from here :*www.foundstone.com/resources/termsofuse.htm?file=fport.zip

Code:
fport reports all open TCP/IP and UDP ports and maps them to the owning application. This is the same information you would see using the 'netstat -an' command, but it also maps those ports to running processes with the PID, process name and path. Fport can be used to quickly identify unknown open ports and their associated applications.
 

tuXian

In the zone
I cant run FPORT from my win 2k pro system it says it requires admin previliges. I am using the administrator user id then also same msg.

Plz help
 
OP
E

everest

Right off the assembly line
i also have use fport and it also says that no application is using port 80 on my system.
please help me in this in such a way that i can successfully run these applications
 
Status
Not open for further replies.
Top Bottom