Re: [users@httpd] Re: Configuration question

2020-01-28 Thread o1bigtenor
On Tue, Jan 28, 2020 at 8:45 AM Richard wrote: > > > > > Date: Tuesday, January 28, 2020 07:00:07 -0600 > > From: o1bigtenor > > > > On Mon, Jan 27, 2020 at 8:27 PM Richard > > wrote: > >> > >> > Date: Monday, January 27, 2020 16:51:44 -0600 > >> > From: o1bigtenor > >> > > >> > It may have

Re: [users@httpd] Re: Configuration question

2020-01-28 Thread o1bigtenor
On Tue, Jan 28, 2020 at 8:26 AM Eric Covener wrote: > > On Tue, Jan 28, 2020 at 9:18 AM o1bigtenor wrote: > > > > On Tue, Jan 28, 2020 at 7:21 AM Eric Covener wrote: > > > > > > > So I'm coming back to my previous question - - - - how do I set up > > > > different > > > > FQDNs (hostnames) on

Re: [users@httpd] Re: Configuration question

2020-01-28 Thread Richard
> Date: Tuesday, January 28, 2020 07:00:07 -0600 > From: o1bigtenor > > On Mon, Jan 27, 2020 at 8:27 PM Richard > wrote: >> >> > Date: Monday, January 27, 2020 16:51:44 -0600 >> > From: o1bigtenor >> > >> > It may have not been clear but I was asking as to whether I >> > should be using

Re: [users@httpd] Re: Configuration question

2020-01-28 Thread Eric Covener
On Tue, Jan 28, 2020 at 9:18 AM o1bigtenor wrote: > > On Tue, Jan 28, 2020 at 7:21 AM Eric Covener wrote: > > > > > So I'm coming back to my previous question - - - - how do I set up > > > different > > > FQDNs (hostnames) on 'one' machine? > > > > On your client you test from? Edit /etc/hosts

Re: [users@httpd] Re: Configuration question

2020-01-28 Thread o1bigtenor
On Tue, Jan 28, 2020 at 7:21 AM Eric Covener wrote: > > > So I'm coming back to my previous question - - - - how do I set up different > > FQDNs (hostnames) on 'one' machine? > > On your client you test from? Edit /etc/hosts and make up whatever > hosts you want. > For other users? Actually setup

Re: [users@httpd] Re: Configuration question

2020-01-28 Thread Eric Covener
> So I'm coming back to my previous question - - - - how do I set up different > FQDNs (hostnames) on 'one' machine? On your client you test from? Edit /etc/hosts and make up whatever hosts you want. For other users? Actually setup the hostnames you need to all point to the same IP.

Re: [users@httpd] Re: Configuration question

2020-01-28 Thread o1bigtenor
On Mon, Jan 27, 2020 at 8:27 PM Richard wrote: > > > > > Date: Monday, January 27, 2020 16:51:44 -0600 > > From: o1bigtenor > > > > On Mon, Jan 27, 2020 at 4:17 PM Richard wrote: > >> > >> > Date: Monday, January 27, 2020 09:42:51 -0600 > >> > From: o1bigtenor > >> > > >> > So I don't really

Re: [users@httpd] Re: Configuration question

2020-01-27 Thread Richard
> Date: Monday, January 27, 2020 16:51:44 -0600 > From: o1bigtenor > > On Mon, Jan 27, 2020 at 4:17 PM Richard wrote: >> >> > Date: Monday, January 27, 2020 09:42:51 -0600 >> > From: o1bigtenor >> > >> > So I don't really need to use 'virtual hosts'. What I am actually >> > needing to do is

Re: [users@httpd] Re: Configuration question

2020-01-27 Thread o1bigtenor
On Mon, Jan 27, 2020 at 4:17 PM Richard wrote: > > > > > Date: Monday, January 27, 2020 09:42:51 -0600 > > From: o1bigtenor > > > > So I don't really need to use 'virtual hosts'. What I am actually > > needing to do is to use different ports to the same 'stack' rather > > than creating different

Re: [users@httpd] Re: Configuration question

2020-01-27 Thread Richard
> Date: Monday, January 27, 2020 09:42:51 -0600 > From: o1bigtenor > > So I don't really need to use 'virtual hosts'. What I am actually > needing to do is to use different ports to the same 'stack' rather > than creating different 'stacks'. > > By this I mean that I don't need to use

Re: [users@httpd] Re: Configuration question

2020-01-27 Thread o1bigtenor
On Mon, Jan 27, 2020 at 6:33 AM Eric Covener wrote: > > On Mon, Jan 27, 2020 at 7:30 AM o1bigtenor wrote: > > > > Thank you for responding!!! > > > > On Mon, Jan 27, 2020 at 6:23 AM Eric Covener wrote: > > > > > > > Perhaps I'm not understanding either the concept of virtual hosting or > > > >

Re: [users@httpd] Re: Configuration question

2020-01-27 Thread Eric Covener
On Mon, Jan 27, 2020 at 7:30 AM o1bigtenor wrote: > > Thank you for responding!!! > > On Mon, Jan 27, 2020 at 6:23 AM Eric Covener wrote: > > > > > Perhaps I'm not understanding either the concept of virtual hosting or how > > > to run multiple programs on one host very well. If so - - - if

Re: [users@httpd] Re: Configuration question

2020-01-27 Thread o1bigtenor
Thank you for responding!!! On Mon, Jan 27, 2020 at 6:23 AM Eric Covener wrote: > > > Perhaps I'm not understanding either the concept of virtual hosting or how > > to run multiple programs on one host very well. If so - - - if someone would > > please advise? > > It is possible that two

Re: [users@httpd] Re: Configuration question

2020-01-27 Thread Eric Covener
> Perhaps I'm not understanding either the concept of virtual hosting or how > to run multiple programs on one host very well. If so - - - if someone would > please advise? It is possible that two "applications" insist on a fixed or even separate DocumenRoot, but it's just as likely that each one

[users@httpd] Re: Configuration question

2020-01-27 Thread o1bigtenor
On Fri, Jan 24, 2020 at 7:58 PM o1bigtenor wrote: > > Greetings > > Am a noob at server setup installation and configuration. > > Running on a Debian 10 Buster box set up as a LAMP stack using versions > 1. Debian 10 (Buster) > 2. Apache 2.4.38 > 3. Mariadb 10.3 > 4. PHP 7.3.11 > > Being a noob