Supervan Posted May 31, 2015 Share Posted May 31, 2015 Hi, Im currently running wamp with Apache:2.2.22 and PHP 5.4.31 on windows 7 I want to use Apache 2.4?? but it requires a connection to the internet to authenticate something with vhost.sourceforge.net If you block access PHPMyAdmin / MYsql stop working. You can test my theory... block access to vhost.sourceforge.net and mysql stop working. I tried it with Wamp server, UwAmp, Uniform_Server Thanks Quote Link to comment https://forums.phpfreaks.com/topic/296570-wamp-need-to-authenticate-something-with-vhostsourceforgenet/ Share on other sites More sharing options...
fastsol Posted May 31, 2015 Share Posted May 31, 2015 Are you saying it needs internet to authenticate when installing wamp or to use it in general? I have wamp with apache 2.4.9 and php 5.5.12, which i believe is the current wamp release and had no issues installing. Although I did have a internet connection when installing. Quote Link to comment https://forums.phpfreaks.com/topic/296570-wamp-need-to-authenticate-something-with-vhostsourceforgenet/#findComment-1512924 Share on other sites More sharing options...
Supervan Posted May 31, 2015 Author Share Posted May 31, 2015 Are you saying it needs internet to authenticate when installing wamp or to use it in general? I have wamp with apache 2.4.9 and php 5.5.12, which i believe is the current wamp release and had no issues installing. Although I did have a internet connection when installing. just do a quick test... wamp phone home everytime u use it... just disable you internet and try to use phpmyadmin. Restart your pc and then do the test... Quote Link to comment https://forums.phpfreaks.com/topic/296570-wamp-need-to-authenticate-something-with-vhostsourceforgenet/#findComment-1512925 Share on other sites More sharing options...
Supervan Posted May 31, 2015 Author Share Posted May 31, 2015 I tried another one XAMPP 3.2.1.. on windows.. If i start the mysql and click on the admin button.. it tries to connect to vhost.sourceforge.net. Any ideas how to solve this.. ? Quote Link to comment https://forums.phpfreaks.com/topic/296570-wamp-need-to-authenticate-something-with-vhostsourceforgenet/#findComment-1512932 Share on other sites More sharing options...
Ch0cu3r Posted May 31, 2015 Share Posted May 31, 2015 I tried it with Wamp server, UwAmp, Uniform_Server This sounds to me something in your hosts file is overriding the localhost domain First open Notepad (As Administrator - right click Notepad and select Run as Adminstrator) now press Ctrl+O (or File > Open) in the filename box type the following path C:\Windows\System32\drivers\etc\hosts and press Open Delete the following line 127.0.0.1 vhost.sourceforge.net Save the hosts file and try accessing the http://localhost again If it still tries to go to that domain then there is some other software you have installed which is interfering. WAMP and XAMPP never try to access third party sites when you access localhost - the only time you are redirected to third party sites is if your click the links from their context menus. Quote Link to comment https://forums.phpfreaks.com/topic/296570-wamp-need-to-authenticate-something-with-vhostsourceforgenet/#findComment-1512934 Share on other sites More sharing options...
Supervan Posted May 31, 2015 Author Share Posted May 31, 2015 (edited) This sounds to me something in your hosts file is overriding the localhost domain First open Notepad (As Administrator - right click Notepad and select Run as Adminstrator) now press Ctrl+O (or File > Open) in the filename box type the following path C:\Windows\System32\drivers\etc\hosts and press Open Delete the following line 127.0.0.1 vhost.sourceforge.net Save the hosts file and try accessing the http://localhost again If it still tries to go to that domain then there is some other software you have installed which is interfering. WAMP and XAMPP never try to access third party sites when you access localhost - the only time you are redirected to third party sites is if your click the links from their context menus. Hi, XAMPP software... If I click on mysql Admin. getting an outband traffic request to vhost.sourceforge.net ip 216.34.181.97 remote port 80 local 49489 its not my host file.. if you ping vhost.sourceforge.net with your "127.0.0.1 vhost... ) example you will a reply van localhost. Im getting from 216.34.181.97 I also checked my hosts. entry not found. The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Edited May 31, 2015 by Supervan Quote Link to comment https://forums.phpfreaks.com/topic/296570-wamp-need-to-authenticate-something-with-vhostsourceforgenet/#findComment-1512935 Share on other sites More sharing options...
mac_gyver Posted May 31, 2015 Share Posted May 31, 2015 i'm wondering if one of your previous installations of an amp package didn't include this vhost application and now its got a service running that is being triggered by tcp/ip traffic from newly installed apache/mysql services. check in your list of installed programs and in the services for anything related to vhost. Quote Link to comment https://forums.phpfreaks.com/topic/296570-wamp-need-to-authenticate-something-with-vhostsourceforgenet/#findComment-1512940 Share on other sites More sharing options...
Supervan Posted June 1, 2015 Author Share Posted June 1, 2015 I have a other win7 pc that is clean. (Only win7 and Office loaded.)Will install the application and see whats the story... Thanks Quote Link to comment https://forums.phpfreaks.com/topic/296570-wamp-need-to-authenticate-something-with-vhostsourceforgenet/#findComment-1512955 Share on other sites More sharing options...
Supervan Posted June 1, 2015 Author Share Posted June 1, 2015 (edited) I have a other win7 pc that is clean. (Only win7 and Office loaded.) Will install the application and see whats the story... Thanks On the clean win 7 machine... installed uwamp... same issue with vhost.sourceforge.net. I thought let me allow it to connect once... maybe an update. works fine until you restart your pc and start uwamp.... then it starts phones back to vhost.sourceforge.net. I think all the applications for windows using the same code from sourceforge, if im wrong sorry....... Comments recommendation welcome... The apache version 2.22.2 is clean only the later versions have this issue.. Edited June 1, 2015 by Supervan Quote Link to comment https://forums.phpfreaks.com/topic/296570-wamp-need-to-authenticate-something-with-vhostsourceforgenet/#findComment-1512957 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.