Re: [users@httpd] Configuration question

2020-01-27 Thread @lbutlr
On 27 Jan 2020, at 19:27, Richard wrote: > If you're trying to serve your content via http, which appears to be > your goal, then to serve it out on different ports - without using > the apache virtual host configuration - you'd need to have multiple > instances of apache running. That's

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] question re: where to place

2020-01-27 Thread Eric Covener
On Mon, Jan 27, 2020 at 7:23 AM o1bigtenor wrote: > > Greetings > > Wanting to host for internal use only a number of programs and found > the concept of using the module mod_authz_host and the Require > directives. > > What is not clear is where I would place the declaration, require xxx. > >

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

[users@httpd] question re: where to place

2020-01-27 Thread o1bigtenor
Greetings Wanting to host for internal use only a number of programs and found the concept of using the module mod_authz_host and the Require directives. What is not clear is where I would place the declaration, require xxx. Does the declaration get placed within

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