On 06/07/18 05:10, Antonio M wrote:
>
> Suddenly I cannot connect to my localhost: a couple of days ago connecting to 
> Cups
> admin page by using http://localhost:631 worked as expected, tonight I get 
> "page
> not found".
>
> Furthermore
> wget 127.0.0.1
> --2018-06-06 23:06:41--  http://127.0.0.1/
> Connessione a 127.0.0.1:80...non riuscito: Connessione rifiutata.
> (refuse connection)
>
> and
> ping 127.0.0.1
> PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
> 64 bytes from 127.0.0.1 <http://127.0.0.1>: icmp_seq=1 ttl=64 time=0.074 ms
> 64 bytes from 127.0.0.1 <http://127.0.0.1>: icmp_seq=2 ttl=64 time=0.084 ms
> 64 bytes from 127.0.0.1 <http://127.0.0.1>: icmp_seq=3 ttl=64 time=0.073 ms
> 64 bytes from 127.0.0.1 <http://127.0.0.1>: icmp_seq=4 ttl=64 time=0.071 ms
>
> Any idea???


Well, port 80 is used for an http server.  And "Connessione rifiutata" = 
"Connection
refused" and "Connection refused" indicates there is no program
listening on that port.

Are you running httpd?

systemctl status httpd

-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/6GBDXM5ZR7PIMXHUC77AIJXEDSOM62ZM/

Reply via email to