Help me to fix this problem when i am executing any php script this dialog box will appear in XAMPP how to fix it please help me
Asked
Active
Viewed 154 times
-2
-
Can you provide more information on your setup? ie. your xampp configuration, the php script causing this problem, any output from the logs, etc – Titi Jul 27 '16 at 12:54
-
i have maid some changes in xampp/apache/conf/extra/httpd-xampp.conf and now code is executing but i am not able to access phpmyadmin and my database – khasimkhan Jul 29 '16 at 05:40
1 Answers
0
I faced same problem a week ago i fixed with following:
in xampp/apache/conf/extra/httpd-xampp.conf
Set Comment on following line.
#LoadFile "D:/xampp/php/php5ts.dll"
#LoadModule php5_module "D:/xampp/php/php5apache2_4.dll"
#<FilesMatch "\.php$">
# SetHandler application/x-httpd-php
#</FilesMatch>
#<FilesMatch "\.phps$">
# SetHandler application/x-httpd-php-source
#</FilesMatch>
#
# PHP-CGI setup
#
Uncomment the following line:
<FilesMatch "\.php$">
SetHandler application/x-httpd-php-cgi
</FilesMatch>
<IfModule actions_module>
Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
</IfModule>
After changing this configuration I will never received APPCRASH. My problem is solved.
Please restart apache and other service from xampp control panel.
It help me from last week i don't get any app crash so hope it will help you also.

Naitik
- 1,455
- 15
- 26
-
brother it is working now but i am not able to run phpmyadmin help me – khasimkhan Jul 28 '16 at 13:12
-
-
yes both are in running state only but localhost/phpmyadmin is not accessible – khasimkhan Jul 29 '16 at 05:02
-
in xampp control pannel apache and mysql both are in runnning i am not able to Access Localhost/phpmyadmin – khasimkhan Jul 29 '16 at 05:05
-
-
-
-
you can't put screen shot in comment. you can do update your question with screen shot or upload your screenshot on dropbox or google drive and share it's link here – Naitik Jul 29 '16 at 05:07
-
ok do one thing, in above answer do only "**Uncomment the following line:**" part, don't do "**Set Comment on following line.**" and then restart apache and mysql. and ping me back – Naitik Jul 29 '16 at 05:09
-
or do one thing change port number with change in **xampp/apache/conf/httpd.conf** and change following line for port 8012. – Naitik Jul 29 '16 at 05:13
-
1) **Listen 80** to **Listen 8012** 2) **ServerName localhost:80** to**ServerName localhost:8012** and restart apache and mysql and try yo access localhost:8012 iand let me know issue – Naitik Jul 29 '16 at 05:16
-
It si showing CGI/FASTCGI Stoped working now and pHpMyadmin is working But code is not going to excute – khasimkhan Jul 29 '16 at 05:16
-
Add this to your httpd-xampp.conf: **Alias /phpmyadmin "D:/xampp/phpMyAdmin/"
Options ExecCGI AllowOverride AuthConfig Require all granted ** – Naitik Jul 29 '16 at 05:17 -
-
-
-
-
seriously not getting issue. do one thing take **htdocs** folder back up remove complety xampp and install fresh one try to run localhost:7777 hope you get success. fingure crossed/ – Naitik Jul 29 '16 at 05:46
-
-
-
Attempting to start Apache app... 12:28:13 PM [Apache] Status change detected: running 12:28:13 PM [Apache] Status change detected: stopped 12:28:13 PM [Apache] Error: Apache shutdown unexpectedly. 12:28:13 PM [Apache] This may be due to a blocked port, missing dependencies, 12:28:13 PM [Apache] improper privileges, a crash, or a shutdown by another method. 12:28:13 PM [Apache] Press the Logs button to view error logs and check – khasimkhan Jul 29 '16 at 07:06
-
do only following and try again: or do one thing change port number with change in xampp/apache/conf/httpd.conf and change following line for port 8012. – Naitik 1 hour ago 1) Listen 80 to Listen 8012 2) ServerName localhost:80 toServerName localhost:8012 and restart apache and mysql and try yo access localhost:8012 iand let me know issue – Naitik 1 hour ago – Naitik Jul 29 '16 at 07:07
-
-
Error: Apache shutdown unexpectedly. 12:54:47 PM [Apache] This may be due to a blocked port, missing dependencies, 12:54:47 PM [Apache] improper privileges, a crash, or a shutdown by another method. 12:54:47 PM [Apache] Press the Logs button to view error logs and check 12:54:47 PM [Apache] the Windows Event Viewer for more clues 12:54:47 PM [Apache] If you need more help, copy and post this 12:54:47 PM [Apache] entire log window on the forums – khasimkhan Jul 29 '16 at 07:25
-
-
http://stackoverflow.com/questions/18300377/xampp-apache-error-apache-shutdown-unexpectedly – Naitik Jul 29 '16 at 07:26
-
same problem bro that is my main question that dailog box is comming – khasimkhan Jul 29 '16 at 07:35
-
-
Apache HTTP Server is stoped working Dialog box it came to fist problem – khasimkhan Jul 29 '16 at 07:37
-
http://stackoverflow.com/questions/18300377/xampp-apache-error-apache-shutdown-unexpectedly try one of them – Naitik Jul 29 '16 at 08:49