Asked By
mishad
0 points
N/A
Posted on - 09/23/2011
Answered By
Rose sat
0 points
N/A
#128634
Why my apache of xampp is not working?
Yes this the same problem occur to many people while they are running Apache from xampp. This error is because on the port number which operate on Apache operates is busy and that's why the "Running" world appear for a few second and then disappear. what you have to do.
You have to disable all the services which are using the port. Normally Apache operates on port 80 and Microsoft IIS also use this port number. go to your start up services and disable this service. Now restart you Apache server and it will work. thanks
Why my apache of xampp is not working?
Your Apache server is not working because the port 80 on which Apache is running is already in use and Apache can't get its control over. that's why it is not running. To start you Apache you have two methods 1) free the port on which Apache is running 2) change the port number of Apache from 80 to 81 or the number you want to according to your choice. to do the first Method click on SCM button in your xampp it will open all the services running search for the IIS because this service also use the same port and disable it. If you don't want to disable and want to Run Apache as well then go to the configuration file of Apache open it in any editor and search for port number 80 change it. save the changes and then restart your xampp. it will work and running but after changing the port number if you want to access your localhost then you have to write this " localhost:81/joomla " thanks