For start i am using windows 7 Ultimate Sp1 x64,
The problem: cant access my wamp server through the my external IP,
Until today i was using:
WAMPSERVER (64 BITS & PHP 5.4) 2.2E
Apache 2.2.22 – Mysql 5.5.24 – PHP 5.4.3 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0
At this version all was great all worked fine i was able to access the localhost/127.0.0.1 my Internal/External IP,
Until i replaced this version to this one:
WAMPSERVER (64 BITS & APACHE 2.4) 2.2E
Apache 2.4.2 – Mysql 5.5.24 – PHP 5.4.3 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0
If you can see the Apache version is not the same, so again with this version i cant access my external IP,
What i have done:
Port 80 is open i didnt change the port,
The firewall allow the HTTP Server and Wamp(Even it allow i turned off the firewall just to be sure),
I did tested this Link
After i follow the guide at the link i could access with my adress but not with my IP, The problem is with the new apache version so if anyone saw this problem before with this new version (Apache 2.4.2) and can please help me i will be very thankful, Thank you all and have a nice day.
Related
I have a Windows 7 PC with Forefront TMG proxy. There is a VirtualBox virtual machine installed with Ubuntu 16.04 (64-bit) guest OS. I'm not a seasoned Unix-user, so I tried to configure Ubuntu's network through GUI window.
After several tries I wound up with these settings:
https://i.stack.imgur.com/in4yR.jpg
All works fine now. I can use browser and git and do various network stuff. But!
I have a Rails application, which uses a remote PostgreSQL database. When I start my Rails server, it throws this exception:
Puma caught this error: could not connect to server: Network is unreachable
Is the server running on host "this_is_the_host_url" and accepting
TCP/IP connections on port 5432?
(PG:ConnectionBad)
This applications works fine on the other PC with similar Windows 7 and VB Ubuntu, but without a proxy. Also I tried to reach the remote DB-server from my host Win7 with PGAdmin - all works fine, even with proxy. The issue is somewhere between my Ubuntu guest OS and my Windows host OS.
Should I configure proxy settings in Ubuntu in a different way?
Any other way to resolve this issue?
Traceroute shows this:
1 10.0.2.2 (10.0.2.2) 0.638 ms 0.577 ms 0.549 ms
2 10.0.2.2 (10.0.2.2) 29.369 ms !N 53.000 ms !N 75.644 !N
As I can get it, 10.0.2.2 is my host OS ip.
I searched through the web, but all I could get belongs to the opposite side: to reach to the proxied VB Ubuntu, not from it.
I am trying to install WAMP SERVER on Windows 7 PC. After completing installation I typed localhost/phpmyadmin/ as suggested. But the error is "Site can't be reached". Also when I searched on it google says that green icon should appear on icon, but it is not so... What do I do? Should I try 2.5 version instead of latest 3.0.4 or any other suggestions?
check what port number you apache http.conf is trying to acquire.
Also do check if any other application is using that port.
Skype (usually does).
Also try Changing the listen port number to 8080
in httpd.conf
Listen 0.0.0.0:8080
and try
http://localhost:8080
similar link:
WAMP - Your port 80 is actually used - Error
Parallels 9 with windows 8.1 (and more), Mac 10.9.5
rails 4.2 ruby 2.0.0, development app running on localhost:3000
I want to access app from internet explorer running on windows 8.1 in parallels.
I have read every post on the net and submitted a ticket to parallels: no luck.
bridged network (default adapter), tried windows firewall inbound rules, opening port 3000 (parallels recommendation, no luck)
ifconfig on mac 192.168.0.1, ipconfig on windows depending on network
anybody able to tell me how to do this? Thanks!
Disable windows firewall (no body know how to configure it :)
Run rails application with binding to 0.0.0.0 (rails s -b 0.0.0.0)
Are you sure exactly that your IP is .1? Check it in Preferences/Network in IP Address label.
Check that windows ping your host (ping 192.168.0.1).
Try to open 192.168.0.1:3000 in IE.
I have installed wampserver and when I click on localhost it show me IIS, even I disabled IIS in Control Panel, and when I test 80 port it gives me nothing, just the Apache and PHP of wampserver, please help me what should I do ?
When IIS is installed it also normally comes with some other features that use port 80.
Check for these as well
Web Deploy 2.0 (Web Deployment Agent Service)
MS Sql Server Reporting service.
BranchCache ( Windows 8.1 )
SQL Server VSS Writer
I have Bitnami Rubystack installed and I now would like to install WampServer 2 .
I donwloaded it, and followed the instructions, but when I try to go on http://localhost , it's always Bitnami Rubystack which is shown.
How should I do ? Any ideas ? Thanks
BitNami Ruby Stack uses the 80 port for Apache server. If you want to use the same port for WampServer, stop the Apache server first and then start the WampServer Apache. Refresh your browser to see the changes in the page.