wamp icon is green but still getting an error "http 404" - wampserver

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

Related

Apacche2 display page on another port

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

Unable to access Jenkins

When I tried to access jenkins using localhost:8080/jenkins I get the following error.
HTTP ERROR 404
Problem accessing /jenkins/. Reason:
Not Found
How to solve this?
Check your webserver which is running, if you use apache turn on the apache server by going to right path
Check this out, Apache web server to route HTTP and HTTPS traffic to Jenkins. This helps too
1.use URLs that lack the pesky port tag
2.receive external port 80 or 443 traffic

Wamp server is green, but localhost shows webpage not available??

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

Wamp server not working after opening port 81

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.

How to open port 443 on Mac 10.7.5?

Hi I'm receiving an SSL issue on my rails app on my local server:
An error occurred during a connection to localhost:3000.
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
and was told that opening port 443 would fix the problem. I've looked around everywhere but there doesn't seem to be an answer. Could someone go through the process of how I would open port 443?
So, someone is advising you to open that port in your firewall. I don't think this will help, since you're connecting to port 3000, but it might be that you're running a proxy on port 3000 that needs to connect to port 443.
Instead of opening that port I would suggest disabling your firewall and retrying that. If it works, then you should look into making an exception for that port. Here's how to disable the firewall: (Which will open that port)
Open System Preferences->Security->Firewall and click "Stop". Don't forget to turn it back on when you're done testing.

Resources