safari con't connect to localhost Xampp in Mac - mysql

I downloaded Xampp in my Mac for first time, the server is working but when I want to go to my application show that safari can not connect to server.
does any one know where is my problem ?

I assume that you have the latest version of XAMPP.
You can reach your application by clicking on the button "Go to Application" or writing your IP address showed in XAMPP followed by "/dashboard/" or your browser (e.g 192.168.64.2/dashboard like the image shows)
general tab xampp
If you have already tried this, the problem might be related to the network configuration in XAMPP.
Create a new rule that forward the LocalPort 80 to the RemotePort 80, and check the "Require Local" checkbox.
After that, enable the rule and test it using "localhost/dashboard/" in your browser.
network tab xampp

Related

Wampserver red or orange icon issues?

I've installed wampserver 2.5 on my PC (windows 10) and i am facing red/orange icon issues but when i hover my cursor it shows wamp is running. Please help me to solve this issue.
If the issue persist, you can open the file of "httpd.conf" and confirm the format. Sometimes during the install process occurs this kind of issues. But is possible solve the issue with the next modifications.
Remember in my case im using the port "8383" isntead "80"
1.- Open the file "httpd.conf" and copy all the text.
2.- Open a note++ and paste the text. (The reason of this action is just to have the correct format. )
3.- Check the line 61 you have only the next text "#Listen 12.34.56.78:8383"
4.- Line 62 with the next text "Listen 0.0.0.0:8383"
5.- Finally the line 63 with the text "Listen [::0]:8383" (in the link you will see the expected result)
6.- Copy and paste the text into "httpd.conf"
7.- Save the changes
8.- Restart the services
you will have something like that
After restart the services, you will see all the services Working fine and the Wamp server as "Online" status.
Please let me know if this work for you. I saw this incident on a Windows 10 and didnt happened before with a Windows 7 or less.
Step 1:
Resolving Port 80 Issue
Left click on wampserver icon then Apache>>Service>>Test Port 80.(This will show you which program in your system using port 80).
If port 80 used by "Microsoft IIS" then simply run "Command Prompt" as Admin and type this command net stop was /y.
If port 80 used by Skype then go to Tools>>Options>>Advanced>>Connections and "Uncheck" the box "use port 80 and 443 as alternative"
Step 2: Check Port 80 Availability
Restart all services by left clicking on wampserver icon and select Restart All Services
Problem is still there???
Check the Apache service started or not by clicking Apache>>Service. If the service has started then you it means Apache is using port 80.
Check MySql service by left clicking on wampserver icon and then go to MySql>>Service. If service isn't started then open my.ini file. For this left click on wampserver icon and then go to MySql and click on my.ini and it will open with notepad.
Press Ctrl+F and type 3306 and replace them all founded items with 3307.
Restart all services by left clicking on wampserver icon and select Restart All Services
Hurryyyy....That it....
Enjoy with Wampserver

VisualSVN messed up my localhost in Chrome

EDIT:
The localhost seem to be working fine in my firefox, IE and even Chrome's incognito mode. These is a problem specific to chrome. Any ideas?
PREVIOUS:
I just uninstalled VisualSVN Server from my Windows 7. But now when I try to hit localhost, I get redirected to localhost/svn. I am using WAMP and developing something that requires the root access. I can not put the project in a sub directory. I have also tried netstat -ao but no process is using ports 80 or 443.
You may have solved the problem....but for future, those who came here like me looking for a solution to this, this seems to be a prob for browser cache....clearing browser cache history solves the problem.....did for me...
If you uninstalled VisualSVN Server, then it's some other application which runs on 80 / 443 port that redirects you to /svn. Some steps that may help you to determine the root cause:
Verify that VisualSVN Server has been successfully uninstalled.
Start appwiz.cpl and see whether VisualSVN Server is listed as the installed application,
Start services.msc and see whether "VisualSVN Server" service is listed.
Run netstat -anbv and see which app runs on HTTP(S) port.

problems running xamp

I am using a open source document repositary kordil edbms which works fine in my windows 7 machine .
But when i installed it in windows small business server, xamp is not running. when i start task manager httpd itself is not getting shown. I went to xamp control panel and it says error running mysql busy.I have share point in that machine which also has localhost 80.
So I changed the apache port.
I changed the apache port in httpd.conf file in 2 places
listen
server name
It seems i need to change the port for mysql also. Now what is the option to change the port for xamp mysql or am i going wrong some where else. Please also look at the screenshot of xamp control panel.
Quit Skype and then restart all services from your XAMPP and let me know if its work or not.
Port conflict as Skype also consumes 80 by default
Click on SCM and manage services by starting and stopping.
EDIT
check this link for both to work with - http://www.binodranabhat.com.np/blog/using-xampp-and-iis-together/
MYSQL not working because xampp which path excepting that path not getting automatically .
that is reason behind xampp mysql not start
go to window +R press then open cmd with run as administration then type this command
sc delete mysql
then after start mysql problem resolved.
Fixing Apache Port Conflicts
Another error message that is pretty common to see when working with XAMPP is a notification in the XAMPP control panel that the ports Apache needs to use, ports 443 and 80, are already being used by another application.
A message from the XAMPP control panel letting us know Skype is using ports 443 and 80
In the case of the error message in the image above, this is a pretty easy fix. The offending application is Skype. If you see the same message, close Skype completely and restart XAMPP to solve the problem. Skype is a frequent-flier on the port-blocking scene and pretty easy to identify and remediate. Unfortunately, things aren’t always so simple.

Can't Access localhost or 127.0.0.1 in wamp

I was using wamp 2.1a for my wordpress blog and a website. It was working fine. Then I caught a google redirect virus. I tried hard to get rid of it, finally i fixed it. Then, suddenly my wamp server stopped working, I mean both the services were running but when I opened localhost or 127.0.0.1, it just kept loading, and went on forever till I closed the browser's tab. Then I upgraded to wamp 2.2a and the problem is still there.
I've also checked the hosts file, tried to change the port to 8080 for apache, but it didn't help. I do not have skype (and never used it) so there's no port 80 conflict. When I restart the services, the apache service starts but the mysql service doesn't. When I click wamp tray menu, click on the remove service for mysql, a message box appears saying - mysqld.exe has stopped working. The only option I have there is close program.
I can't access my blog so I can't so any testing. Please tell me if this happened to you or if you have a solution to this. Any help is appreciated.
Did you try different web browser? I guess it is browser problem, clear your browser cache, might solve your problem.
I have found the following solution in another post here (from Sergiu Butnarasu) which worked for me.
Modify the apache HTTPD.CONF file. Change "Listen 80" to "Listen 0.0.0.0:80 http://forum.wampserver.com/read.php?2,93143

localhost and phpmyadmin load blank pages

I just installed WAMP server 2.0i on my laptop which has XP SP3 newly installed a couple of days ago.
However, when I try to access phpmyadmin or load the localhost page all I get is a blank page in both cases. The MySQL console works fine.
WAMP used to work fine on my previous XP installation, though I am sure the OS doesnt have much to do with WAMP..
Any pointers to get it working back again ?
Be carefull, Skype is listening on port 80. It displays a blank screen to localhost.
Go to skype option menu and disable this option.
File -> Options -> Connection -> Uncheck "Use port 80 as an alternative for..."