Re: [users@httpd] setup and startup

2021-05-05 Thread patrice molinchaeux
    We with a certain agenda I have  a phase with these types of products called the "up and running"  phase or the "setup and startup."   Each time it is a small learning. I see it as an obstacle  preventing me to get to where I want to go.   With a webserver it is a special concern becaus

Re: [users@httpd] man pages helper utilities

2021-05-05 Thread Eric Covener
On Wed, May 5, 2021 at 3:54 PM patrice molinchaeux wrote: > > > Call it Paranoia if you will. if I were to download HTTPD source to play > about with. > under the heading > Apache HTTP Server 2.4.46(httpd) :2.4. is the latest available version > 2020-08-07 > on page https://httpd.apache.org/d

Re: [users@httpd] man pages helper utilities

2021-05-05 Thread patrice molinchaeux
  Call it Paranoia if you will. if I were to download  HTTPD  source to play about  with. under the heading Apache HTTP Server 2.4.46(httpd) :2.4. is the latest available version 2020-08-07 on page https://httpd.apache.org/download.cgi#apache24 httpd-2.4.46 .tar.bz2   Is it likely that I

Re: [users@httpd] man pages helper utilities

2021-05-05 Thread Eric Covener
> > I think I will refer to the apache flavouring I am using as the Ubuntu > Server , > unless there is a possible objection. > > This is not a term I came up with. This is the term used by the Ubuntu people. > > Is there a possible objection to changing its name ? "Ubuntu Server" is a distribu

Re: [users@httpd] man pages helper utilities

2021-05-05 Thread patrice molinchaeux
  That clarifies my confusion on the use of the word "man" As you may know  "man" is the term referring to the  *.nix help utility.   I came across this instructional video https://www.youtube.com/watch?v=rvwYzs6IMog of your product.   The author of the instructional video knew of two of t

Re: [users@httpd] man pages helper utilities

2021-05-05 Thread Eric Covener
On Wed, May 5, 2021 at 1:41 PM patrice molinchaeux wrote: > > Hi, > > I am looking to follow these instruction so as to make use of the helper > utilities. > > The apache2 home page states: > They are activated by symlinking available configuration files from their > respective *-available/ cou

[users@httpd] man pages helper utilities

2021-05-05 Thread patrice molinchaeux
Hi,   I am looking to follow these instruction so as to make use  of the helper utilities.   The apache2 home page states: They are activated by symlinking available configuration files from their respective *-available/ counterparts. These should be managed by using our helpers a2enmod, a2di

Re: [users@httpd] port 80 curl connection refused.

2021-05-05 Thread patrice molinchaeux
  Thanks had to reset the router for some reason. everything rocks !   Sent: Wednesday, May 05, 2021 at 9:34 AM From: "Dino Ciuffetti" To: users@httpd.apache.org Subject: Re: [users@httpd] port 80 curl connection refused. curl http://123.456.7.543 (example ip address) curl: (7) Failed

Re: [users@httpd] port 80 curl connection refused.

2021-05-05 Thread Dino Ciuffetti
curl http://123.456.7.543 (http://123.456.7.543) (example ip address) curl: (7) Failed to connect to 123.456.7.543 port 80: Connection refused "Connection refused" means that your apache service is not bound to port TCP/80, it's down, or your routing send HTTP traffic to another host where apache

[users@httpd] port 80 curl connection refused.

2021-05-05 Thread patrice molinchaeux
Hi,   I can ping the DNS IP.   I have done just setup a fresh install of apache2 on ubuntu 20.04 http://localhost is ok port 80 is open.   sudo ufw status Status: active To Action  From -- --  22/tcp ALLO