i am hoping you can help.
I have just started hiring a web server from hetzner.
I loaded wamp onto the server, but as it is a windows 2012 server, it's port 80 is being used by the default loaded IIS.
So i opened up the port 81, for wamp, but it has been a struggle, when i type in my browser localhost:81 it shows me wamp server homepage, but whenever i try to enter into the phpmyadmin page, it's loaded, but i just see a white screen, i cannot enter the database management.
Does anybody know what might have caused this?
If you are using port 81 ( or any non standard port ) you have to add the port number to all your url's.
So try using
http://localhost:81/phpmyadmin
and it will work.
If you are not using IIS I would suggest disabling it and all its friend that grab port 80 so you can move wamp's Apache back to port 80.
Related
I was wondering if a apache2 server, at localhost port 80, can display a page at localhost60080. for some unknown reason, only the hosting computer is able to display the webpage(the kolmafia webview), and I figured that dealing with a apache2 server is easier than the application hosted. basically, can I get help
allowing other computers to view raspberrypi.local:60080
or
have a apache server at port 80 act like the page at 60080
I am sure that
1)same network
2)server works on localhost
3)raspberrypi.local:60080 don't work
4)raspberrypi.local:80 dose work, and displays default apache2 page
I have created a simple MVC Application and hosted on Windows Server 2016 on IIS, its running fine on server, like this:
Now i want to access it on my local network, with the same ip: 148.72.xxx.xxx:xx, but i am unable to do so. Can anybody help me what i am missing here.
Also: it worked when change port to 80 but not working on port 82 why so?
I think that's because either you didn't change your port number in IIS binding from default 80 to 82 or you forgot to allow 82 port in your windows feirewall. The port number is not controlled by your MVC application but IIS binding host header.
This is the link about how to create a inbound rule in windows firewall
https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-firewall/create-an-inbound-port-rule
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
Wamp server is green, but localhost shows webpage not available
Changed port to 81 but still not loading.
Hosts file looks ok too.
Any ideas what might be the issue
i thing it start on another port although check [apache access log] for more detail on which port it actually starting.or add your log
I have changed the wamp server port from 80 to 81 and am having an error when trying to open localhost, error, http 404. what have I not done
Its best not to change the port number Apache uses, but if you do you then need change each address you use.
For example is you would have used localhost, you now need to use localhost:81
It s much easier to work out why port 80 will not work and fix that so you can stay on port 80