0

After I changed the port, apache is not reaching running state .Before I was able to start mysql server from xampp control panel and it was running fine.

It is not triggering any error as well. for better understanding see the screen shot screen shot

what could be the issue here?

recent logs in apache:

  Duplicated c:/Apache24/conf/original/extra/httpd-ssl.conf
  to c:/Apache24/conf/extra/httpd-ssl.conf
  Duplicated c:/Apache24/conf/original/extra/httpd-multilang-errordoc.conf
  to c:/Apache24/conf/extra/httpd-multilang-errordoc.conf
  Duplicated c:/Apache24/conf/original/extra/httpd-info.conf
  to c:/Apache24/conf/extra/httpd-info.conf
  Duplicated c:/Apache24/conf/original/extra/httpd-userdir.conf
  to c:/Apache24/conf/extra/httpd-userdir.conf
  Duplicated c:/Apache24/conf/original/extra/httpd-mpm.conf
  to c:/Apache24/conf/extra/httpd-mpm.conf
  Duplicated c:/Apache24/conf/original/httpd.conf
  to c:/Apache24/conf/httpd.conf
  Duplicated c:/Apache24/conf/original/magic
  to c:/Apache24/conf/magic
 Duplicated c:/Apache24/conf/original/charset.conv
 to c:/Apache24/conf/charset.conv
 Duplicated c:/Apache24/conf/original/extra/proxy-html.conf
 to c:/Apache24/conf/extra/proxy-html.conf
 Duplicated c:/Apache24/conf/original/extra/httpd-vhosts.conf
 to c:/Apache24/conf/extra/httpd-vhosts.conf
 Duplicated c:/Apache24/conf/original/extra/httpd-dav.conf
 to c:/Apache24/conf/extra/httpd-dav.conf
 Duplicated c:/Apache24/conf/original/mime.types
 to c:/Apache24/conf/mime.types
 Duplicated c:/Apache24/conf/original/extra/httpd-languages.conf
 to c:/Apache24/conf/extra/httpd-languages.conf
 Duplicated c:/Apache24/conf/original/extra/httpd-manual.conf
 to c:/Apache24/conf/extra/httpd-manual.conf
Dharman
  • 30,962
  • 25
  • 85
  • 135

1 Answers1

0
  1. Revert the port. Does this fix the problem?
  2. Determine where all your CONF files are. If you have duplicates, determine which duplicates are invalid.
  3. If all else fails, consider uninstalling Apache (link) and reinstall from XAMPP.
Doug Ross
  • 48
  • 6