Re: apache 2.4 configuration

2020-04-11 Thread Joe
On Sat, 11 Apr 2020 07:34:20 + "Russell L. Harris" wrote: > On Mon, Apr 06, 2020 at 12:43:58PM +0100, Joe wrote: > >Localhost is the machine running Apache. The normal IP address for it > >is 127.0.0.1, though there are others. It isn't an Apache thing, > >it's a networking thing. It's referr

Re: apache 2.4 configuration

2020-04-11 Thread Russell L. Harris
On Mon, Apr 06, 2020 at 12:43:58PM +0100, Joe wrote: Localhost is the machine running Apache. The normal IP address for it is 127.0.0.1, though there are others. It isn't an Apache thing, it's a networking thing. It's referred to in network configuration as 'lo'. If you install Apache2.X on Debi

Re: apache 2.4 configuration

2020-04-06 Thread Joe
After carefully checking my code against the example code published by > O'Reilly, I conclude that I must have an error in my Apache 2.4 > configuration. > > The HTML generated by the toolkit is placed in the directory > "/home/rlh/web/ttbook/html/", while images

Re: apache 2.4 configuration

2020-04-06 Thread Andrei POPESCU
On Lu, 06 apr 20, 10:51:06, john doe wrote: > On 4/6/2020 8:26 AM, Russell L. Harris wrote: > > > I think that, to begin with, I need to find a good explanation of the > > concept of "localhost".  Hopefully that is somewhere in the Apache 2.4 > > localhost is simply a name to specify 127.0.0.1 or

Re: apache 2.4 configuration

2020-04-06 Thread john doe
ode against the example code published by > O'Reilly, I conclude that I must have an error in my Apache 2.4 > configuration.  > The HTML generated by the toolkit is placed in the directory > "/home/rlh/web/ttbook/html/", while images are placed in > "/home/rlh/web/ttb

apache 2.4 configuration

2020-04-05 Thread Russell L. Harris
For example, "index.html" and "about.html" are in the same directory, but the browser cannot display "about.html". After carefully checking my code against the example code published by O'Reilly, I conclude that I must have an error in my Apache 2.4 configura