xampp apache not starting after changing port - xampp

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

Related

Error > Could not connect to Cloud Shell on port 8080 > While connecting the Visual Code using code-server

Trying to install Visual Code IDE in VM Instance. After running the code-server, while checking view on browser, it is giving an error.
Error: Could not connect to Cloud Shell on port 8080.
Ensure your server is listening on port 8080 and try again.
enter image description here
reference link to install VS Code in GCC:
https://medium.com/google-cloud/how-to-run-visual-studio-code-in-google-cloud-shell-354d125d5748
Try openning on your browser:
http://[your-external-ip]:8080/
Its important to change the default "https" to "http".
I also added the port 8080 on my firewall permisions on gcp.
You should set your host to 0.0.0.0. When you start the server, your command could be like this:
./code-server --no-auth --port 8080 --host 0.0.0.0
And everything should work fine. Try it :D

Localhost (xampp ) not found

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 ?

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.

Port 80 not available on macbook localhost

I am trying to setup my macbook to serve Apache over (localhost) port 80. Here's what I did:
add line pass in proto tcp from any to any port 80 to /etc/pf.conf
reboot
switch off the firewall
make sure that httpd.conf listens to port 80 Listen 80
It is still giving me "connection refused" in the browser, and port 80 is not showing up on the portscan utility.
The configuration seemed to be messed up because I was trying to run httpd through brew. It ended up giving index pages from different directories. I ended up removing httpd from brew and reverting to the built-in apache.
Apache now listens to port 80

Port is not working for Xampp server

I am trying to start my Xampp server but I am getting error that port is already used with PID . I am unable to start the server . how can i change the port of the server . Please suggest .
I am getting given below log :-
Port 80 is already used with PID 80.
Edit the file "httpd.conf
Yes you can change the port.
Listen 12.34.56.78:80
Listen 80 #change this to 8080
ServerName localhost:80 #change this to 8080

Resources