With out Skype also it showing below error. But .NET is is installed. Please give solution.
16:02:53 [Apache] Error: Apache shutdown unexpectedly.
16:02:53 [Apache] This may be due to a blocked port, missing ependencies,
16:02:53 [Apache] improper privileges, a crash, or a shutdown by another method.
16:02:53 [Apache] Press the Logs button to view error logs and check
16:02:53 [Apache] the Windows Event Viewer for more clues
16:02:53 [Apache] If you need more help, copy and post this
16:02:53 [Apache] entire log window on the forums
Related
I have been running xampp from D drive well. Recently I have changed my hard disk to ssd. After then I can not run the xampp. I have checked the port that is written 8080 in httpd.conf and 4333 httpd-ssl.conf as per other suggestions. yet, I am getting the below message:
1:56:37 AM [Apache] Attempting to start Apache app...
1:56:38 AM [Apache] Status change detected: running
1:56:38 AM [Apache] Status change detected: stopped
1:56:38 AM [Apache] Error: Apache shutdown unexpectedly.
1:56:38 AM [Apache] This may be due to a blocked port, missing dependencies,
1:56:38 AM [Apache] improper privileges, a crash, or a shutdown by another method.
1:56:38 AM [Apache] Press the Logs button to view error logs and check
1:56:38 AM [Apache] the Windows Event Viewer for more clues
1:56:38 AM [Apache] If you need more help, copy and post this
1:56:38 AM [Apache] entire log window on the forums
1:56:40 AM [mysql] Attempting to start MySQL app...
Please suggest me a solution.
Thank you.
For XAMPP, Update bellow configurations files and replace your old directory to new one.
Like if your old directory was C: drive and you was moved your xampp on D: then replace bellow files C: to D: on bellow all configuration files.
Xampp/apache/conf/
1) httpd.conf
2) exra/httpd-ssl.conf
3) exra/httpd-xampp.conf
Xampp/mysql/bin
1) my.ini
Xampp/php/
1) php.ini
Getting bellow error when i start mysql or apache
Apache Error showing when i changed drive
11:13:52 [Apache] Error: Apache shutdown unexpectedly.
11:13:52 [Apache] This may be due to a blocked port, missing dependencies,
11:13:52 [Apache] improper privileges, a crash, or a shutdown by another method.
11:13:52 [Apache] Press the Logs button to view error logs and check
11:13:52 [Apache] the Windows Event Viewer for more clues
11:13:52 [Apache] If you need more help, copy and post this
11:13:52 [Apache] entire log window on the forums
MySQL Error showing when i changed drive
11:14:02 [mysql] Attempting to start MySQL app...
11:14:02 [mysql] Status change detected: running
11:14:02 [mysql] Status change detected: stopped
11:14:02 [mysql] Error: MySQL shutdown unexpectedly.
11:14:02 [mysql] This may be due to a blocked port, missing dependencies,
11:14:02 [mysql] improper privileges, a crash, or a shutdown by another method.
11:14:02 [mysql] Press the Logs button to view error logs and check
11:14:02 [mysql] the Windows Event Viewer for more clues
11:14:02 [mysql] If you need more help, copy and post this
11:14:02 [mysql] entire log window on the forums
I can't start apache in xampp:
Status change detected: stopped
12:23:32 [Apache] Error: Apache shutdown unexpectedly.
12:23:32 [Apache] This may be due to a blocked port, missing dependencies,
12:23:32 [Apache] improper privileges, a crash, or a shutdown by another method.
12:23:32 [Apache] Press the Logs button to view error logs and check
12:23:32 [Apache] the Windows Event Viewer for more clues
12:23:32 [Apache] If you need more help, copy and post this
12:23:32 [Apache] entire log window on the forums
How can I fix this?
Check the ports or set apache listen another port.
Hope it is help.
I tried to open XAMPP program and run for executing PHP files offline but the APACHE is not starting
11:36:51 AM [Apache] Attempting to start Apache app...
11:36:51 AM [Apache] Status change detected: running
11:36:53 AM [Apache] Status change detected: stopped
11:36:53 AM [Apache] Error: Apache shutdown unexpectedly.
11:36:53 AM [Apache] This may be due to a blocked port, missing dependencies,
11:36:53 AM [Apache] improper privileges, a crash, or a shutdown by another method.
11:36:53 AM [Apache] Press the Logs button to view error logs and check
11:36:53 AM [Apache] the Windows Event Viewer for more clues
11:36:53 AM [Apache] If you need more help, copy and post this
11:36:53 AM [Apache] entire log window on the forums
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
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