hi,
i installed easyPHP on my windowsXP professional but it is giving an error " that apache can not be runned another web server is using the web port". is this problem due to partially installed IIS? how can it can be fixed?

Recommended Answers

All 2 Replies

Hi there,
locate httpd.conf and change
Listen 80
to some other port number, for example
Listen 81

After starting up your Apache you'll be able to reach it via http://localhost:81

You can also try downloading a program called Active Ports that allows you to view all ports that are currently active.

Other than that use Pavel's suggestion.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.