Getting started with xampp - windows

so I've just downloaded xampp on my laptop (Windows 10). When trying to start it there seems to be a few problems which I'm not too sure how to fix being unfamiliar with xampp. Please let me know what I need to do, thanks.
Note: See pic attachedXAMPP

I had a similar problem and I solved it by changing the port that Skype was using, it happened to be the same as XAMPP was trying to use.
You can see the discussion with the solution that helped me in the link below
Open Skype.
Tools -> Options -> Advanced -> Connection.
Disable the "Use port 80 and 443 for alternatives for incoming connections"
Sign Out and Close all Skype windows. Try restarting your Apache.
XAMPP MySQL password setting (Can not enter in PHPMYADMIN)

Related

Can't download ebooks after downloading xampp

For some reason I can't download ebooks anymore ever since I downloaded xampp. I guess there is something wrong with the directory.
This error continues to occur:
"Forbidden
You don't have permission to access /i/etNY9wf on this server."
Not sure why this issue is occurring. Need help resolving the issue so I can download again.
since you don't describe in your question how you are downloading the ebooks, I am guessing that you are using a P2P program or any other program for downloading. Some Software use port 80 and XAMPP is using port 80 too. It might be a port conflict.
Some troubleshooting:
Option 1
Stop XAMPP Apache Service (From XAMPP Control Panel) and try to download some eBook.
Option 2
Uninstall XAMPP and try to download some eBook
I am pretty sure that the issue is with the port conflict. Can you please provide more information about how you download those eBooks?

Debug VisualStudio in tablet instead of desktop

My question might be silly but I'm new and I really need help.
I am making some changes to a nopCommerce site in VisualStudio. When I hit run in Google Chrome it starts on localhost:number and I can debug from my pc (meaning break points are hit when I go to specific pages).
What I need to do is debug my site while connecting to it from my tablet instead of my pc.
I think I can do that. Can someone tell me how?
Thank you for your help :)
This is not a complete answer, but the following link will give you the nuts and bolts of what you need to do in order to achieve what you are after:
http://www.hanselman.com/blog/WorkingWithSSLAtDevelopmentTimeIsEasierWithIISExpress.aspx
Make sure you do the Ninja way, not the easy way.
After configuring the IIS Express settings and setting up the host header, you can debug from any device that connects to the internet from the same subnet where IIS Express is. You can ignore everything else that has to do with setting up the self-signed SSL certificate and serving up content over port 443, it sounds like all you want is port 80.

assigning a port used by xampp to wamp

I installed WAMP software on my PC for web development.
When I try to access localhost I get a message telling me that it's being used by XAMPP.
I know that I can change the port used by WAMP to some other port number by making changes to httpd.config.
But is there any way that I can stop XAMPP from using port 80, and let it be used by WAMP?
Keep in mind that XAMP is is not currently installed, someone had previously installed it and then removed it.
Check stop system process using port 80 for solving this issue.
Try to change xampp server port.

Installing and Re-installing XAMPP

I have recently installed XAMPP on my computer it was working fine but my friend accidentally deleted the XAMPP folder.So when I reinstallled it isn't working,ports for Apache and MySql are showing that they are busy.
What should I do ?
If you are running Skype, then you can easily change its ports. Go to Tools -> Advanced -> Connections and uncheck the Use Port 80 and 443 option and close Skype. Now again try to start Apache. You should be able to do it.
Have a look there "How to get open ports" it explains how to see what ports are open and which programs opened them.
Start running mysqld.exe file which will be seen in the bin folder inside your MySQL installation.

xampp not working on windows 7 - Windows 7 Forums

My xampp installation 1.7.4 in windows 7 does not seem to work. http://localhost returns not found error.
Xampp Control panel shows both mysql & apache service running fine.
Frustrated since past 2 weeks to find a solution to this. Any pointers and support will be appreciated!
Do you have Skype or something similar running on your computer? Skype uses the default http and https ports 80 and 443 unless you explicitly change that in its settings.
As I saw this is common "problem" for Windows 7 and Vista - in some cases these systems doesn't know 'localhost'. Try use http://127.0.0.1 or add one line to file C:\Windows\System32\drivers\etc\hosts
This line is:
127.0.0.1 localhost
Did you check firewall ? Or if you have broken windows firewall (which is sometimes it's not available to stop or even open firewall in windows 7), it may be the reason.
by default this link should work: ServerName http://localhost:80
at least it's in the http.conf this way. Check out if you have it the right way set (or to another port like 8080)
Quit Skype, start xampp again, restart apache, run skype again. Now you can have both your apache server and Skype running fine :)
In win7, you have a IIS running on port number 80 which is also default port for Apache server
Follow the Steps
1. Open httpd.conf in the conf folder of apache folder
2. Find Line "Listen 80" and change it to any other port say 8800
3. see if the file exists httpd.conf.build, if yes change in that too
4. restart the server and you are done
Do check all the app that uses internet and see what all app you have
installed uses port 80, in case the above steps don't work.
Localhost uses the default port 80. If you have changed it to 8080 in httpd.conf. Then you can also check it by using http://localhost:8080
A long time ago I had a similar problem and I described it here on my blog (NOTE: working Skype can be a issue but I had not installed Skype then):
http://paweln66.wordpress.com/2013/08/11/why-xampp-and-wampserver-doesnt-works-under-windows-7/
There you can find:
Explanation of possible reason why it does not work: issue relates generally to Windows 7
Two approach to solution how you can enable XAMPP "quick" and more advanced that not disable another services
Please read this post then everything should be clear!
I hope it help you...
What if you use EasyPhp instead? i'm using it at work with windows 7, no problems, now xdebug works out of the box too

Resources