On 06/07/18 05:28, Ed Greshko wrote:
> 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
>
Sorry, early AM here.

You said something about "cups".  So, that would mean port 631, right?

So you should see something like this....

[egreshko@meimei ~]$ telnet localhost 631
Trying ::1...
Connected to localhost.
Escape character is '^]'.


-- 
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/6TVAAROUDQTGXNOILEQ2R3UG3GP7GWQG/

Reply via email to