Why does ubuntu redirect all http:// traffic to https://?
My apache is not running, nothing is running, yet I cannot connect to port
8085 because all the traffic is redirected to https:// how can I make that
not happen?
root@ems-upgrade:~# curl localhost
curl: (7) couldn't connect to host
root@ems-upgrade:~# curl localhost:8085
<html><body>You are being <a
href="https://localhost/">redirected</a>.</body></html>
root@ems-upgrade:~# service apache2 status
Apache2 is NOT running.
root@ems-upgrade:~# service apache status
apache: unrecognized service
No comments:
Post a Comment