0

It shows the errors given bellow

9:53:45 AM  [Apache]    Error: Apache shutdown unexpectedly.
9:53:45 AM  [Apache]    This may be due to a blocked port, missing dependencies,
9:53:45 AM  [Apache]    improper privileges, a crash, or a shutdown by another method.
9:53:45 AM  [Apache]    Press the Logs button to view error logs and check
9:53:45 AM  [Apache]    the Windows Event Viewer for more clues
9:53:45 AM  [Apache]    If you need more help, copy and post this
9:53:45 AM  [Apache]    entire log window on the forums

please help me

Shiva
  • 6,677
  • 4
  • 36
  • 61
Mubashar Ahmed Hassan
  • 1,179
  • 3
  • 10
  • 16

1 Answers1

0

The default port for apache- 80, is used by some other application.

So, you can change the port number from 80 to something else (8080) in httpd.conf in C:\xampp\apache\conf\httpd.conf

For e.g.- Change default Listen 80 to

Listen 8080
Avisek Chakraborty
  • 8,229
  • 10
  • 48
  • 76