Re: [gentoo-user] Reverse Proxy with Apache2

2022-01-18 Thread Grant Taylor
On 1/18/22 1:26 PM, Raphael Mejias Dias wrote: Hello, Hi, I've modified a little my config file: Okay.      ProxyPass "zmz"  "http://raphaxx.intranet:8280/zm/      ProxyPassReverse "zmz" "http://raphaxx.intranet:8280/zm/"; I would expect the first parameter to be anchored / fully qual

Re: [gentoo-user] Reverse Proxy with Apache2

2022-01-18 Thread Grant Taylor
On 1/18/22 1:30 PM, Anatoly Laskaris wrote: Age migth mean a lot when we are talking about software. Modern software usually is easier to configure, has sane defaults, more secure and has integration with other modern software. I'll concede that those points are /possibilities/. But they are

Re: [gentoo-user] TLD for home LAN?

2022-01-18 Thread Grant Taylor
On 1/18/22 1:50 PM, Rich Freeman wrote: No, I'm talking about the opposite situation. I'm talking about you have foo.local resolvable via mDNS, but not DNS - then there is a chance you won't be able to access the host. It's the same problem just opposite directions. The solution is to use so

RE: [gentoo-user] TLD for home LAN?

2022-01-18 Thread Laurence Perkins
> >-Original Message- >From: Rich Freeman >Sent: Tuesday, January 18, 2022 12:50 PM >To: gentoo-user@lists.gentoo.org >Subject: Re: [gentoo-user] TLD for home LAN? > >On Tue, Jan 18, 2022 at 3:12 PM Laurence Perkins wrote: >> >> >> >> >>-Original Message- >> >>From: Rich Freeman

Re: [gentoo-user] TLD for home LAN?

2022-01-18 Thread Rich Freeman
On Tue, Jan 18, 2022 at 3:12 PM Laurence Perkins wrote: > > > > >>-Original Message- > >>From: Rich Freeman > >>Sent: Tuesday, January 18, 2022 11:41 AM > >>To: gentoo-user@lists.gentoo.org > >>Subject: Re: [gentoo-user] TLD for home LAN? > >> > >>On Tue, Jan 18, 2022 at 12:28 PM Laurence

Re: [gentoo-user] Reverse Proxy with Apache2

2022-01-18 Thread Anatoly Laskaris
On 2022-01-18 22:17, Grant Taylor wrote: Age of something doesn't mean a lot. - TCP/IP is from the 80s and yet we are still using it. - OSI is newer than IPv4. - IPv6 is newer than IPv4 and OSI. Yet we are still talking about the venerable IPv4. Age migth mean a lot when we are talking about

Re: [gentoo-user] Reverse Proxy with Apache2

2022-01-18 Thread Raphael Mejias Dias
On Tue, Jan 18, 2022 at 4:17 PM Grant Taylor < gtay...@gentoo.tnetconsulting.net> wrote: > On 1/18/22 11:24 AM, Anatoly Laskaris wrote: > > I'm sorry for not answering to the question directly, but why use > apache2? > > - Because Apache is already installed and listening on the port in > questi

RE: [gentoo-user] TLD for home LAN?

2022-01-18 Thread Laurence Perkins
>>-Original Message- >>From: Rich Freeman >>Sent: Tuesday, January 18, 2022 11:41 AM >>To: gentoo-user@lists.gentoo.org >>Subject: Re: [gentoo-user] TLD for home LAN? >> >>On Tue, Jan 18, 2022 at 12:28 PM Laurence Perkins >>wrote: >>> >>> The standard does not prohibit the names being

Re: [gentoo-user] TLD for home LAN?

2022-01-18 Thread Rich Freeman
On Tue, Jan 18, 2022 at 12:28 PM Laurence Perkins wrote: > > The standard does not prohibit the names being resolvable via unicast DNS as > well, though it does recommend that you make sure the two resolution paths > return consistent results since most systems will take the first response > th

Re: [gentoo-user] Reverse Proxy with Apache2

2022-01-18 Thread Grant Taylor
On 1/18/22 11:24 AM, Anatoly Laskaris wrote: I'm sorry for not answering to the question directly, but why use apache2? - Because Apache is already installed and listening on the port in question. - Because that's what the OP asked about. - Because it might be IBM / Oracle HTTP Server whic

Re: [gentoo-user] Reverse Proxy with Apache2

2022-01-18 Thread Grant Taylor
On 1/18/22 9:57 AM, Raphael Mejias Dias wrote: Hello, Hi, I'm trying to setup a reverse proxy on my apache2 server to serve an another apache2 server running on a vm, basically my root apache2 is at 192.168.0.15 and my second apache2 is at 192.168.0.15:8280. My idea is to have 192.168.0.15/

Re: [gentoo-user] Reverse Proxy with Apache2

2022-01-18 Thread Anatoly Laskaris
On 2022-01-18 19:57, Raphael Mejias Dias wrote: Hello, I'm trying to setup a reverse proxy on my apache2 server to serve an another apache2 server running on a vm, basically my root apache2 is at 192.168.0.15 and my second apache2 is at 192.168.0.15:8280 [1]. My idea is to have 192.168.0.15/zm [

RE: [gentoo-user] TLD for home LAN?

2022-01-18 Thread Laurence Perkins
-Original Message- From: tastytea Sent: Saturday, January 15, 2022 2:54 AM >To: gentoo-user@lists.gentoo.org >Subject: Re: [gentoo-user] TLD for home LAN? > >On 2022-01-15 10:33+ Peter Humphrey wrote: > >> Hello list, >> >> Rich F said recently, "I'd avoid using the .local TLD due

Re: [gentoo-user] How to find a bounced message

2022-01-18 Thread Dale
Jack wrote: > On 1/18/22 11:45, Neil Bothwick wrote: >> On Tue, 18 Jan 2022 16:39:13 +, Peter Humphrey wrote: >> >>> I got a bounced-message message yesterday, giving its number. How can I >>> find it? The Gentoo archives site doesn't include a search function, >>> nor message IDs. >> Send a ma

[gentoo-user] Reverse Proxy with Apache2

2022-01-18 Thread Raphael Mejias Dias
Hello, I'm trying to setup a reverse proxy on my apache2 server to serve an another apache2 server running on a vm, basically my root apache2 is at 192.168.0.15 and my second apache2 is at 192.168.0.15:8280. My idea is to have 192.168.0.15/zm as 192.168.0.15:8280. The question is, how to do it? I

Re: [gentoo-user] How to find a bounced message

2022-01-18 Thread Jack
On 1/18/22 11:45, Neil Bothwick wrote: On Tue, 18 Jan 2022 16:39:13 +, Peter Humphrey wrote: I got a bounced-message message yesterday, giving its number. How can I find it? The Gentoo archives site doesn't include a search function, nor message IDs. Send a mail to the List-Help address in

Re: [gentoo-user] How to find a bounced message

2022-01-18 Thread Neil Bothwick
On Tue, 18 Jan 2022 16:39:13 +, Peter Humphrey wrote: > I got a bounced-message message yesterday, giving its number. How can I > find it? The Gentoo archives site doesn't include a search function, > nor message IDs. Send a mail to the List-Help address in the headers of any list message. It

[gentoo-user] How to find a bounced message

2022-01-18 Thread Peter Humphrey
Hello list, I got a bounced-message message yesterday, giving its number. How can I find it? The Gentoo archives site doesn't include a search function, nor message IDs. It was 197963 in case anyone knows what that was. -- Regards, Peter.

[gentoo-user] Contributing ebuild

2022-01-18 Thread Attila Boczkó
Dear Gentoo Users! I would like to send my Technical documentations and programs. See attached files. Sincerely xbx. mariadb-connector-python-1.0.5.ebuild Description: Binary data