On Sat, May 28, 2022 at 7:52 PM Tom Browder <tom.brow...@gmail.com> wrote:

>
>
> On Sat, May 28, 2022 at 17:51 Tom Browder <tom.brow...@gmail.com> wrote:
>
>> On Sat, May 28, 2022 at 17:30 IL Ka <kazakevichi...@gmail.com> wrote:
>>
>>> I am running an Apache server and using Qualys Lab’s server checker. It
>>>> shows no access to the server.
>>>>
>>>> Have you tried to telnet to port 80 from home? Do you see apache
>>> listening this port using ``ss``?
>>>
>>
>> On the new host I did:
>>
>>     $ sudo su
>>     # telnet 80
>>     Trying 0.0.0.80...
>>
>>
>> and gave up waiting.
>>
>
On the local host try running `telnet 127.0.0.1 80` If you can not connect
to the web server on the local host then it is likely not running. Try
running `sudo service --status-all` `sudo systemctl enable apache2` and
`sudo service apache2 start`




> Maybe I should remove all firewall progs and start from zero.
>
>

Reply via email to