Having issues with ports in Xampp - php

I just finished making a site with WordPress. I want to make another site with the multi-site function. I followed some instructions and downloaded Xampp but Xampp keeps showing me errors and I can't seem to find a solution to it.
1:39:21 AM [Apache] Problem detected!
1:39:21 AM [Apache] Port 80 in use by
""C:\Bitnami\WORDPR~1.2-3\apache2\bin\httpd.exe" -k runservice" with
PID 4768!
1:39:21 AM [Apache] Apache WILL NOT start without the configured
ports free!
1:39:21 AM [Apache] You need to uninstall/disable/reconfigure the
blocking application
1:39:21 AM [Apache] or reconfigure Apache and the Control Panel to
listen on a different port
1:39:21 AM [Apache] Problem detected!
1:39:21 AM [Apache] Port 443 in use by
""C:\Bitnami\WORDPR~1.2-3\apache2\bin\httpd.exe" -k runservice" with
PID 4768!
1:39:21 AM [Apache] Apache WILL NOT start without the configured
ports free!
1:39:21 AM [Apache] You need to uninstall/disable/reconfigure the
blocking application
1:39:21 AM [Apache] or reconfigure Apache and the Control Panel to
listen on a different port
1:39:21 AM [mysql] Problem detected!
1:39:21 AM [mysql] Port 3306 in use by "Unable to open process"!
1:39:21 AM [mysql] MySQL WILL NOT start without the configured ports
free!
1:39:21 AM [mysql] You need to uninstall/disable/reconfigure the
blocking application
1:39:21 AM [mysql] or reconfigure MySQL and the Control Panel to
listen on a different port
As you can see, there's quite a few problems and I can't really fix any of them. I uninstalled Skype because, from what I learned, Skype uses port 443 and 80. When I click the netstats option in Xampp, it shows that the both of these ports are used by httpd.exe

Okay, I had the same problem few months ago, and I found a solution, its actually pretty simple, just follow the steps:
Open Task Manager by searching it in the windows search button.
Open the services tab, and scroll down until you find "MySQL90" or "MySQL85"
If there are two "MySQL(number)" then you have to disable one of them.
This worked for me, it should work for you, lemme know how it goes!

Related

Am trying to install xampp but am getting erros

6:58:47 AM [Apache] Problem detected!<br />
6:58:47 AM [Apache] Port 80 in use by "Unable to open process" with PID 4!<br />
6:58:47 AM [Apache] Apache WILL NOT start without the configured ports free!<br />
6:58:47 AM [Apache] You need to uninstall/disable/reconfigure the blocking application<br />
6:58:47 AM [Apache] or reconfigure Apache and the Control Panel to <br />listen on a different port<br /><br />
someone help me if there is a way to fix this? I want to connect to my Database.
Do you have Skype running? Skype may use the ports 80 and 443 which are commonly used by HTTP (80) and HTTPS (443). In the settings, you can deselect an option which enables Skype to use those ports. If this does not help, another program (with the process ID 4, see second line) is using port 80. Kill that process and you will be able to run your Apache.

XAMPP: Problems with ports

I tried to run XAMPP, but due to some port conflicts I had to change my ports.
When I try to start it now, I get the following message:
17:00:07 [Apache] Problem detected!
17:00:07 [Apache] Port 80 in use by "Unable to open process" with PID 4!
17:00:07 [Apache] Apache WILL NOT start without the configured ports free!
17:00:07 [Apache] You need to uninstall/disable/reconfigure the blocking application
17:00:07 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
17:00:07 [Apache] Problem detected!
17:00:07 [Apache] Port 443 in use by "Unable to open process" with PID 4!
17:00:07 [Apache] Apache WILL NOT start without the configured ports free!
17:00:07 [Apache] You need to uninstall/disable/reconfigure the blocking application
17:00:07 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
Despite this message, Apache seems to work, even the ports are right:
Also, I can access it with http://localhost:8080/.
So do I have to worry about that message?
Did you change the line listen 80 in httpd.conf to listen 8080? This should resolve the error message. As usual restart Apache after the change to apply it.
Ignore that bloke going on about Skype, it's probably IIS/WWW publishing service running in the background (start > run > services.msc and stop the world wide web publishing service if it's running).
The WWW service is now enabled by default in Windows 10 if you've recently installed Xampp on a Windows 10 platform or upgraded your install, I had the same issue.

xampp control panel Apache port is not opening

I have downloaded XAMPP control panel and installed it, but when I run the control panel it shows the error below. I have changed the port id and the PID, but the same error is reported despite that. I have also reinstalled XAMPP three times, but the issue persists.
[Apache] You need to uninstall/disable/reconfigure the blocking application
[Apache] or reconfigure Apache and the Control Panel to listen on a different port
[Apache] Problem detected!
[Apache] Port 443 in use by "Unable to open process" with PID 1444!
[Apache] Apache WILL NOT start without the configured ports free!
[Apache] You need to uninstall/disable/reconfigure the blocking application
[Apache] or reconfigure Apache and the Control Panel to listen on a different port.
For change port skype, you can choose menu Tools > options then choose advanced > Connection read it change port besides 80

I can't start my apache

I installed Xampp couple months ago. After i install it i've changed my port to 7777 and it runs smoothly without any problem. But couple days ago i download laravel into my computer and somehow i can't start my apache. It says port 80 is being used
10:57:29 PM [Apache] Problem detected!
10:57:29 PM [Apache] Port 80 in use by "Unable to open process" with PID 4!
10:57:29 PM [Apache] Apache WILL NOT start without the configured ports free!
10:57:29 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:57:29 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:57:29 PM [Apache] Problem detected!
10:57:29 PM [Apache] Port 443 in use by ""C:\Program Files (x86)\VMware\VMware Player\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 4252!
10:57:29 PM [Apache] Apache WILL NOT start without the configured ports free!
10:57:29 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:57:29 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
i've changed the port on httpd.conf and i've tried to stop World Wide Web Publishing Service . Does anyone have a solution for this?
Looks like you've installed VMware too,
goto Services and stop VMware's Services.
Restart XAMPP server.
other option is
start XAMPP
Click on Config and select Apache(httpd.conf)
Search for "Listen 80" and "ServerName localhost:80"
Change it to "Listen 8080" and "ServerName localhost:8080"
Restart the server and hit http://localhost:8080/

XAMPP wont start

I'm having an issue with Xampp, I have changed my port to listen to 8080 and I still cant connect. Here is my error:
12:37:13 [Apache] Problem detected!
12:37:13 [Apache] Port 80 in use by "Unable to open process" with PID 4!
12:37:13 [Apache] Apache WILL NOT start without the configured ports free!
12:37:13 [Apache] You need to uninstall/disable/reconfigure the blocking application
12:37:13 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
12:37:13 [Apache] Attempting to start Apache service...
Also I am having trouble with starting mySql
12:39:59 [mysql] Problem detected!
12:39:59 [mysql] Port 3306 in use by ""C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.1\my.ini" MySQL"!
12:39:59 [mysql] MySQL WILL NOT start without the configured ports free!
12:39:59 [mysql] You need to uninstall/disable/reconfigure the blocking application
12:39:59 [mysql] or reconfigure MySQL and the Control Panel to listen on a different port
12:39:59 [mysql] Attempting to start MySQL service...
Edit: PID 4 is used by the System, however i have changed the port to listen to port 8080, but no success.
There is also no process uses port 3306 and im unsure why mySql wont start

Categories