Re: ubuntu apache2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Date: Sunday, November 12, 2023 00:09:54 -0500
> From: bruce <badouglas@xxxxxxxxx>
>
> ok...
> http://157.245.251.134
> --generates the default apache page..
> 
> 
> http://157.245.251.134/wave/
> --generates a 403 forbidden...
>   from nginx!!!  ---- ok.. looks like nginx is/might be interfering
> with this... makes sense... another person had been modifying some
> things and was going to use docker -- which might have nginx as
> well...
> 
> hmm.. so how to get rid of this..
> 
> I did a stop nginx.. it's not in the ps/process tbl...
> 
> so why is it somehow showing up in the url traffic..
> 

Well, while it may be displaying as a "default apache page", that's
really being served from your nginx (Server: nginx/1.24.0 (Ubuntu))
server.

   telnet 157.245.251.134 80
   Trying 157.245.251.134...
   Connected to 157.245.251.134.
   Escape character is '^]'.
   GET / HTTP/1.0

   HTTP/1.1 200 OK
   Server: nginx/1.24.0 (Ubuntu)
   Date: Sun, 12 Nov 2023 17:30:59 GMT
   ...
     <title>Apache2 Ubuntu Default Page: It works</title>

So, it would appear that your httpd server/port 80 setup(s) need to
be "stabilized" so that it's clear what you have answering on port 80.

Use the ps command (man ps) to see the name of the program that is
responding on a port.


[please do not top post - it makes reading the exchanges
unnecessarily difficult.]




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux