I just installed 5.32i. But it gives "Unexpected end of Apache" error (Mysql is running). I'm using windows xp pro. I used previous version of easy php before without any problems. Any idea how to tackle this problem? Thanks for your help.
I just installed EasyPHP-5.3.2-setup. But it gives "Unexpected end of Apache" error (Mysql is running). Before giving this error I was using it many times. I'm using windows xp pro. I used previous version of easy php before without any problems. Any idea how to tackle this problem? Thanks for your help
Having the same problem. If I try restarting it I get the yellow "Pending" light icon, and then it reverts back to "Stopped". Only thing in the FAQ I noticed that might be relevant is it suggesting I upgrade Internet Explorer, which is far more up to date than the version the FAQ suggests.
Nevermind, found the solution. The search feature doesn't work for this site. I tried searching on "Unexpected end of Apache" and no results were returned; however, manually going page by page did show many topics on this.
The solution that worked for me:
-------------------------------------------
Posted by: Terence Christie ()
Date: May 14, 2010 02:11PM
I ran 'netstat -an' in the Windows command line shell and discovered that port 80 was being used by some other process so I changed the apache default port to 8080 and it started up.
Go to the apache configuration file by right clicking the icon and selecting it.
Change 'listen 127.0.0.1:80'
to 'listen 127.0.0.1:8080'
save it and restart apache.
Works for me.