Localhost (xampp ) not found - xampp

After the latest windows 10 update cycle Apache stopped working. I changed the port ID from 80 and 443 but no success. I reinstalled Xampp but no luck and again changd de id of the ports.
Now I'm working with port 8012 for apache and 8013 for apachessl. All necessary files and the Xampp control panel are adapted.
So now I can start all connections on the control panel of Xampp
BUT
Apache does not serve any pages : I tried localhost/index, localhost:8012 , /127.0.01 , and so on; the result is always that the page is not found.
Can anyone help me ?

Related

xampp apache not starting after changing port

enter image description hereApache in XAMPP not working I've searched and I found that I have to change port from 80 to 8080 and from 443 to 4433 and I did this and the same result I've tried another port but no change the same error
note : I'm not have skype
I tried to change port and uninstall XAMPP and reinstall and apache still not working

Windows 10 Magento Local Installation with XAMP problem with Virtual Hosts

I have installed Magento in my personal laptop with XAMP (windows 10) all looks good. Followed the same steps on another laptop and not able to get Magento running.
Found that port 80 is occupied in the new laptop and configured xamp with port 8090, Apache, Phymyadmin and all works good. Following is my configuration for virtual hosts file
<VirtualHost *:8090>
DocumentRoot "C:/M/xampp8.1/htdocs/magento2/pub"
ServerName kumar.magento245.com
</VirtualHost>
<VirtualHost *:8090>
DocumentRoot "C:/M/xampp8.1/htdocs"
ServerName localhost:8090
</VirtualHost>
Following in windows hosts file
127.0.0.1:8090 kumar.magento245.com
XAMP Apache running on port 8090
when i enter kumar.magento245.com gives 404 error
I assure you the rest of the installation is in sync with my earlier laptop (that dont have any service running on port 80 and i dint changed the hosts file)
Kindly please advise what to be done..
Not planning to change/edit the service running on port 80 .
when i enter kumar.magento245.com gives 404 error.. it should got my local magento running ( installed at C:/M/xampp8.1/htdocs/magento2/pub )
I followed a response in the following thread #Raz0rwire and solved my issue.
Set up virtual hosts on Apache (XAMPP, Windows 10)
accessed the url like this kumar.magento245.com:8090 port number at the end..
Welcome to SO #kumar2023,
There could be multiple possibilities for resolving this issue,
in this case, I would prefer the below steps :
Try running Magento with the direct browser URL ie. https://yourmagnetopath/pub and ensure at least my Magento has been installed
correctly
Try removing the default ports and their entries, in my case well I am using ubuntu hence there could be a case of caching if you tried multiple times with the same URL.
Try with the incognito browser or I would prefer a new browser where you haven't tried to run this URL.
Just give a try with the newer domain (again there could be a reason for caching)

Why can't Sequel Pro connect to my local XAMPP server on Catalina?

I'm trying to set up my first XAMPP server. Most recent version of XAMPP, Catalina 10.15.3. XAMPP seems to run ok, I have Apache and mySQL on. Doesn't seem to work at localhost default, but I selected the option to run at localhost:8080 and when I visit that url I see the sample site.
BUT when I try to connect with Sequel Pro using host: 127.0.0.1, username root, port 8080 it thinks for a minute (vs. instant failure with no port specified) then times out. Have restarted my computer, but no luck. Any clues?

localhost/phpmyadmin refused to connect

I installed xampp for php language but I encountered the problem on title above. I can't open localhost/phpmyadmin from the control panel.
Im using xampp v3.2.2 on OS windows 10
maybe another program app take your localhost port, so xampp cant run on 80. solution is change your port by edit httpd.conf file find listen and ServerName word and define specific port like 1337 or someting else.

Windows 10 - MAMP Pro - MySQL Issue

I recently installed MAMP Pro demo version on my Windows 10 and my issue is that mysql is not running, even if green light is on.
My setup:
Using multiple versions of PHP, 5.4.45 and 7.1.5.
locahost has 7.1.5
.dev domains have 5.4.45
Using default ports: 80, 443 and 3306
Issues:
I can not connect with databases on .dev domains, says Error
establishing a database connection.
I can not connect with mysql through command line, says Error 2003,
Can't connect to MySQL server on 'localhost' (10061).
I can not change MySQL password from MAMP says, can not update please
check if mysql is running. But both Apache and MySQL have green
light. But when I open XAMPP Netstat I only see that port 80 is being
used and not port 3306. PHP is also running.
Other information:
I can start Xampp MySQL with no problem while MAMP is also running.
But XAMPP can not connect to Apache.
I can open phpMyAdmin, but in Server section is only showing port number. Server: .:3306.
Before It
worked fine, but somehow I messed up and now I can not connect to mysql.
Send help!
Solution:
Uncheck "Local access only to MySQL database" under MySQL settings.

Resources