• Not just BBS Support question

    From claw@21:1/210 to All on Sat Aug 27 11:05:06 2022
    I'm not exactly sure how to explain my question so they and stick it out.

    The question is really more around Web Virtual hosts. It does pertain to my BBS, however it even more so to the Noverdu Network as a whole. I didn't see any Other Support forums so I'm posting it here. Hopefully Avon doesn't get irritated.

    First I love building servers and tinkering with them. As time has gone on I have found and played with a ton of different softwares. I have generally just created different ports. This works for me internally as I can easily remember them easily, however I constatnly get asked by my patrons which one was that port for again? I want to help them by using subdomains to redirect to virtual hosts.

    I know if you start out with this its not too hard to setup. However I didn't Here is my setup. The End goal would be to have a www.noverdu.com that can show what each of the services are and have links to them.

    nextcloud.noverdu.com:80 goes to my Nextcloud file and chat server. This generally is for a few of my friends and I to just share files and chat on. I used port 80 on this because its the one I want to make sure is easy to get to.

    noverdu.com:88 goes to my radio station.

    noverdu.com:808 goes to my BBS's ftelnet access.

    As time goes on I will want to add more to play around with. I realize how I need to learn and start using virtualhosting so I can separate the services easily and let everyone just use port 80 for everything. Its easier to remember www.noveru.com goes to Home page and radio.noverdu.com goes to radio and so on. instead of all the ports. I only have 1 IP address and eventhough its not technically static I have have the same IP for over 10 years and it even followed my though a move.

    I want to create a server just to be a webserver now so I can try and fix this spaghetti of a setup now.

    I want www.noverdu.com to be a new server on port 80 so I can have a place where everyone can go and be directed to the right server/port, however if someone comes in on nextcloud.noverdu.com I still want that to be directed at the server with that. system

    My setup...
    I have a Dell R815 Server with 64 cores and 192G of ram, running VMWare. I like keeping severs separate so if one has an issue it doesn't take down everything at once.

    I have an HP Micro Server handling just my PFSense so if I need to take down the big server and work on it we don't loose INTERNET. The hole family is in chaos if that happens :).

    I want to create www.noverdu.com now and unsure how to clean this up and go about it in a way that doesn't disrupt the network or addresses people are already using.

    end goal is to have www.noverdu.com:80 be able to have links to redirect to all the services. I still want nextcloud.noverdu.com:80 to keep its access on port 80. From what I have goggled you can do this with virtual hosting and a server running NGINIX or something like this to get the initial connection on port 80 and then redirect it where it belongs internally. on the network. Can this be done with apache as I am more familiar with that?

    I'm going to be done rambling now I'm sure a ton of you are like TLDR. Would be cool if someone can at least point me in the right direction. All the things I google looks like you need to start with the virtualhosting not add it.

    Thanks in advance to all that stuck with it :)

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From Vk3jed@21:1/109 to claw on Mon Aug 29 16:57:00 2022
    On 08-27-22 11:05, claw wrote to All <=-

    I'm going to be done rambling now I'm sure a ton of you are like TLDR. Would be cool if someone can at least point me in the right direction.
    All the things I google looks like you need to start with the virtualhosting not add it.

    What web server are you using? Apache is the one I'm most familiar with, and its virtual hosting is fairly easy to setup per website. Another popular web server is nginx, but I haven't got my head around it yet.

    And if you have some applications that have their own web server, you can use reverse proxying with virtual hosting to forward requests to those hostnames from Apache or nginx to the actual web server process.

    I'd start with the docs for the web server software you're using and look at how to enable and use virtual hosting.

    If necessary, I could dig up my Apache configs, which use both virtual hosting and SSL, that would cover Apache. I can't help with any other web servers.


    ... I have a mind like a steel... uh... thingy.
    === MultiMail/Win v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Roon@21:4/148 to claw on Tue Aug 30 09:22:32 2022
    Hello claw,

    27 Aug 22 11:05, you wrote to All:

    I'm not exactly sure how to explain my question so they and stick it
    out.

    The question is really more around Web Virtual hosts. It does pertain
    to my BBS, however it even more so to the Noverdu Network as a whole.
    I didn't see any Other Support forums so I'm posting it here.
    Hopefully Avon doesn't get irritated.

    First I love building servers and tinkering with them. As time has
    gone on I have found and played with a ton of different softwares. I
    have generally just created different ports. This works for me
    internally as I can easily remember them easily, however I constatnly
    get asked by my patrons which one was that port for again? I want to
    help them by using subdomains to redirect to virtual hosts.

    I know if you start out with this its not too hard to setup. However
    I didn't Here is my setup. The End goal would be to have a
    www.noverdu.com that can show what each of the services are and have
    links to them.

    nextcloud.noverdu.com:80 goes to my Nextcloud file and chat server.
    This generally is for a few of my friends and I to just share files
    and chat on. I used port 80 on this because its the one I want to
    make sure is easy to get to.

    noverdu.com:88 goes to my radio station.

    noverdu.com:808 goes to my BBS's ftelnet access.

    As time goes on I will want to add more to play around with. I
    realize how I need to learn and start using virtualhosting so I can separate the services easily and let everyone just use port 80 for everything. Its easier to remember www.noveru.com goes to Home page
    and radio.noverdu.com goes to radio and so on. instead of all the
    ports. I only have 1 IP address and eventhough its not technically
    static I have have the same IP for over 10 years and it even followed
    my though a move.

    I want to create a server just to be a webserver now so I can try and
    fix this spaghetti of a setup now.

    I want www.noverdu.com to be a new server on port 80 so I can have a
    place where everyone can go and be directed to the right server/port, however if someone comes in on nextcloud.noverdu.com I still want that
    to be directed at the server with that. system

    My setup...
    I have a Dell R815 Server with 64 cores and 192G of ram, running
    VMWare. I like keeping severs separate so if one has an issue it
    doesn't take down everything at once.

    I have an HP Micro Server handling just my PFSense so if I need to
    take down the big server and work on it we don't loose INTERNET. The
    hole family is in chaos if that happens :).

    I want to create www.noverdu.com now and unsure how to clean this up
    and go about it in a way that doesn't disrupt the network or addresses people are already using.

    end goal is to have www.noverdu.com:80 be able to have links to
    redirect to all the services. I still want nextcloud.noverdu.com:80
    to keep its access on port 80. From what I have goggled you can do
    this with virtual hosting and a server running NGINIX or something
    like this to get the initial connection on port 80 and then redirect
    it where it belongs internally. on the network. Can this be done
    with apache as I am more familiar with that?

    I'm going to be done rambling now I'm sure a ton of you are like TLDR. Would be cool if someone can at least point me in the right direction.
    All the things I google looks like you need to start with the virtualhosting not add it.

    reverse proxy is what you're looking for.

    Regards,
    --
    dp

    telnet://bbs.roonsbbs.hu:1212 <<=-

    ... 11:16am up 26 days, 23:16:43, load: 74 processes, 275 threads.
    --- GoldED/2 1.1.4.7+EMX
    * Origin: Roon's BBS - Budapest, HUNGARY +36-1-4454412 (21:4/148)
  • From claw@21:1/210 to Vk3jed on Tue Aug 30 07:02:51 2022
    On 29 Aug 2022, Vk3jed said the following...

    What web server are you using? Apache is the one I'm most familiar
    with, and its virtual hosting is fairly easy to setup per website. Another popular web server is nginx, but I haven't got my head around it yet.

    And if you have some applications that have their own web server, you
    can use reverse proxying with virtual hosting to forward requests to
    those hostnames from Apache or nginx to the actual web server process.

    I'd start with the docs for the web server software you're using and
    look at how to enable and use virtual hosting.

    If necessary, I could dig up my Apache configs, which use both virtual hosting and SSL, that would cover Apache. I can't help with any other
    web servers.



    I think the issue is I'm not sure which one to choose. Because it several VMs or VPS as people have been calling it these days I believe I need to start with a new Web server that just handles this (I could be wrong) Most of the servers have their own way of handling thing and back-ends that rely on specific setups.

    I also have the most experience with Apache, which isn't saying much.

    I would really like to pick your brain sometime if you would be ok with that. I have several methods of direct communication. Part of the difficulty of asking the question is unpacking it from my mind.

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From claw@21:1/210 to Roon on Tue Aug 30 07:03:15 2022


    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From claw@21:1/210 to Roon on Tue Aug 30 07:05:33 2022
    On 30 Aug 2022, Roon said the following...

    Hello claw,

    reverse proxy is what you're looking for.

    Regards,
    --
    dp

    I will have to google it I though a reverse proxy was so you can connect to internal servers just like they were external servers. Example is I use my BBS Noverdu.com by connecting to Noverdu.com which points to the external address even though I'm local.

    Is this the same concepts on a different scale? If yes can I just have PFSense handle it then?

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From Vk3jed@21:1/109 to claw on Thu Sep 1 20:42:00 2022
    On 08-30-22 07:02, claw wrote to Vk3jed <=-

    I think the issue is I'm not sure which one to choose. Because it
    several VMs or VPS as people have been calling it these days I believe
    I need to start with a new Web server that just handles this (I could
    be wrong) Most of the servers have their own way of handling thing and back-ends that rely on specific setups.

    OK, I'm a bit confused, because you didn't leave me with enough context, especially regarding "I'm not sure which one to choose" - which "one" what?

    I also have the most experience with Apache, which isn't saying much.

    I know Apache a little - enough to be dangerous.

    I would really like to pick your brain sometime if you would be ok with that. I have several methods of direct communication. Part of the difficulty of asking the question is unpacking it from my mind.

    OK, gather your thoughts first. :)


    ... Infertility is unlikely to be passed on.
    === MultiMail/Win v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From claw@21:1/210 to Vk3jed on Thu Sep 1 07:58:01 2022
    On 01 Sep 2022, Vk3jed said the following...
    On 08-30-22 07:02, claw wrote to Vk3jed <=-
    OK, I'm a bit confused, because you didn't leave me with enough context, especially regarding "I'm not sure which one to choose" - which "one" what?
    I know Apache a little - enough to be dangerous.
    OK, gather your thoughts first. :)


    Sorry for the mess. Like I said it's hard to unpack the question. Too many parts too it. Lets start with choosing between apache and niginx I think it was. I'm sure the second one is misspelled.

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From vorlon@21:1/195.1 to claw on Fri Sep 2 13:15:12 2022
    Hi Claw,

    Too many parts too it. Lets start with choosing between apache and
    niginx I think it was. I'm sure the second one is misspelled.

    All the reverse proxy's tutorial's I've come across have always used nginx
    for the job.



    \/orlon
    aka
    Stephen


    --- Talisman v0.43-dev (Linux/m68k)
    * Origin: Vorlon Empire: Amiga 3000 powered in Sector 550 (21:1/195.1)
  • From esc@21:4/173 to claw on Thu Sep 1 23:08:37 2022
    Sorry for the mess. Like I said it's hard to unpack the question. Too many parts too it. Lets start with choosing between apache and niginx I think it was. I'm sure the second one is misspelled.

    You'd be fine with either, more than likely, but my personal preference is nginx because it really just uses a single thread. Apache uses a thread per connection if memory serves, which is probably fine, but I prefer the predictable nature of nginx.

    --- Mystic BBS v1.12 A48 2022/07/11 (Linux/64)
    * Origin: m O N T E R E Y b B S . c O M (21:4/173)
  • From Vk3jed@21:1/109 to claw on Fri Sep 2 20:32:00 2022
    On 09-01-22 07:58, claw wrote to Vk3jed <=-

    Sorry for the mess. Like I said it's hard to unpack the question. Too many parts too it. Lets start with choosing between apache and niginx
    I think it was. I'm sure the second one is misspelled.

    OK, well if you know Apache better, that's the logical choice to use.


    ... PCDOS&MSDOS&CP/M&WINDOWSI'LLFIDDLEWITHOS/2WOULDN'TYOU
    === MultiMail/Win v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to vorlon on Fri Sep 2 20:58:00 2022
    On 09-02-22 13:15, vorlon wrote to claw <=-

    Hi Claw,

    Too many parts too it. Lets start with choosing between apache and
    niginx I think it was. I'm sure the second one is misspelled.

    All the reverse proxy's tutorial's I've come across have always used
    nginx for the job.

    It seems the goto, though Apache can reverse proxy, form what I recall.


    ... SYSOP (sih' sawp) n. The guy laughing at your typing.
    === MultiMail/Win v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From claw@21:1/210 to vorlon on Fri Sep 2 07:25:22 2022
    On 02 Sep 2022, vorlon said the following...
    All the reverse proxy's tutorial's I've come across have always used
    nginx for the job.

    \/orlon

    Yup thats what I'm finding everywhere. This is why I was hoping someone might have some expierence with either PFSence or Apache. Guess I will end up reworking most of my sites :(

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From NuSkooler@21:1/121 to claw on Fri Sep 2 09:54:44 2022

    claw around Friday, September 2nd...
    Yup thats what I'm finding everywhere. This is why I was hoping someone might have some expierence with either PFSence or Apache. Guess I will end up reworking most of my sites :(

    HAProxy, nginx, Apache, Caddy, Envoy, Traefik, ... they can all do TLS termination and reverse proxies.

    Pick your poison :D



    --
    |08 ■ |12NuSkooler |06// |12Xibalba |08- |07"|06The place of fear|07"
    |08 ■ |03xibalba|08.|03l33t|08.|03codes |08(|0344510|08/|03telnet|08, |0344511|08/|03ssh|08)
    |08 ■ |03ENiGMA 1/2 WHQ |08| |03Phenom |08| |0367 |08| |03iMPURE |08| |03ACiDic
    --- ENiGMA 1/2 v0.0.13-beta (linux; x64; 16.16.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From vorlon@21:1/195.1 to Vk3jed on Sat Sep 3 10:55:17 2022
    Hi Vk3jed,

    Too many parts too it. Lets start with choosing between apache and niginx I think it was. I'm sure the second one is misspelled.

    All the reverse proxy's tutorial's I've come across have always
    used nginx for the job.

    It seems the goto, though Apache can reverse proxy, form what I
    recall.

    Probably due to Apache being a memory hog and the way it works. Just doing
    a reverse proxy dosn't need a lot...



    \/orlon
    aka
    Stephen


    --- Talisman v0.43-dev (Linux/m68k)
    * Origin: Vorlon Empire: Amiga 3000 powered in Sector 550 (21:1/195.1)
  • From vorlon@21:1/195.1 to claw on Sat Sep 3 10:58:17 2022
    Hi Claw,

    All the reverse proxy's tutorial's I've come across have always
    used nginx for the job.

    Yup thats what I'm finding everywhere. This is why I was hoping
    someone might have some expierence with either PFSence or Apache.

    I use pfsense, but not for doing a reverse proxy.... You'll just need the
    right google search keywords....





    \/orlon
    aka
    Stephen


    --- Talisman v0.43-dev (Linux/m68k)
    * Origin: Vorlon Empire: Amiga 3000 powered in Sector 550 (21:1/195.1)
  • From Geri Atricks@21:4/102 to claw on Fri Sep 2 10:00:39 2022
    https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server- as-reverse-proxy-using-mod_proxy-extension

    --- Mystic BBS v1.12 A47 2021/09/29 (Windows/64)
    * Origin: Legends of Yesteryear (furmenservices.net:23322) (21:4/102)
  • From claw@21:1/210 to NuSkooler on Tue Sep 6 13:48:01 2022
    On 02 Sep 2022, NuSkooler said the following...

    HAProxy, nginx, Apache, Caddy, Envoy, Traefik, ... they can all do TLS termination and reverse proxies.

    Pick your poison :D
    ■ NuSkooler // Xibalba - "The place of fear"

    Wow I have some research to do. :D thanks for the reply I guess its not as simple as setting up something in PFSense. I will have to start reading and make it happen. Thanks!

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From NuSkooler@21:1/121 to claw on Tue Sep 6 13:03:22 2022

    On Tuesday, September 6th claw was heard saying...
    Wow I have some research to do. :D thanks for the reply I guess its not as simple as setting up something in PFSense. I will have to start reading and make it happen. Thanks!

    I might have missed that you're using pfSense. I do as well.

    There is a HAProxy pfSense package: https://docs.netgate.com/pfsense/en/latest/packages/haproxy.html


    --
    |08 ■ |12NuSkooler |06// |12Xibalba |08- |07"|06The place of fear|07"
    |08 ■ |03xibalba|08.|03l33t|08.|03codes |08(|0344510|08/|03telnet|08, |0344511|08/|03ssh|08)
    |08 ■ |03ENiGMA 1/2 WHQ |08| |03Phenom |08| |0367 |08| |03iMPURE |08| |03ACiDic
    --- ENiGMA 1/2 v0.0.13-beta (linux; x64; 16.16.0)
    * Origin: Xibalba -+- xibalba.l33t.codes:44510 (21:1/121)
  • From claw@21:1/210 to Geri Atricks on Tue Sep 6 15:12:32 2022
    On 02 Sep 2022, Geri Atricks said the following...

    https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-se as-reverse-proxy-using-mod_proxy-extension

    Thank you!!!

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From claw@21:1/210 to NuSkooler on Tue Sep 6 15:13:38 2022
    On 06 Sep 2022, NuSkooler said the following...
    I might have missed that you're using pfSense. I do as well.

    There is a HAProxy pfSense package: https://docs.netgate.com/pfsense/en/latest/packages/haproxy.html
    --
    ■ NuSkooler // Xibalba - "The place of fear"

    Sweet! Hope this is what I think it is!!! Thank you all!

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From Vk3jed@21:1/109 to vorlon on Wed Sep 7 19:49:00 2022
    On 09-03-22 10:55, vorlon wrote to Vk3jed <=-

    Probably due to Apache being a memory hog and the way it works. Just
    doing a reverse proxy dosn't need a lot...

    I must learn nginx, but the documentation and my head don't get along. :( There seems to be some assumed pieces of information that aren't in the docs.
    )


    ... Real knowledge is to know the extent of ones ignorance.
    === MultiMail/Win v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From claw@21:1/210 to Vk3jed on Wed Sep 7 07:50:36 2022
    On 07 Sep 2022, Vk3jed said the following...
    I must learn nginx, but the documentation and my head don't get along.
    :( There seems to be some assumed pieces of information that aren't in the docs. )


    Well I've started reading the articles everyone shared. So far I like the idea of having my router handel it all. PFSense with ACME and hyproxy. Might have spelt it wrong but so far that is looking great not sure how I will move the existing certs over but going to have to learn more about how the certs work.

    Thank you to everyone!

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From Vk3jed@21:1/109 to claw on Fri Sep 9 18:50:00 2022
    On 09-07-22 07:50, claw wrote to Vk3jed <=-

    Well I've started reading the articles everyone shared. So far I like
    the idea of having my router handel it all. PFSense with ACME and hyproxy. Might have spelt it wrong but so far that is looking great
    not sure how I will move the existing certs over but going to have to learn more about how the certs work.

    Cool. :) Neat solution for you. Won't work for me, because my system is a VM running Docket containers. Some of the containers will generate HTML and PHP files that the web server will serve, while others run their own web server that will be behind a reverse proxy. My ideal case is to run nginx on the host to be both the web server and reverse proxy, along with Certbot for LetsEncrypt certificates. But I may have to settle for Apache instead (because I know it a lot better).


    ... A triangle which has an angle of 135 degrees is called an obscene triangle === MultiMail/Win v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From claw@21:1/210 to Vk3jed on Fri Sep 9 07:51:21 2022
    On 09 Sep 2022, Vk3jed said the following...
    Cool. :) Neat solution for you. Won't work for me, because my system
    is a VM running Docket containers. Some of the containers will generate HTML and PHP files that the web server will serve, while others run
    their own web server that will be behind a reverse proxy. My ideal case is to run nginx on the host to be both the web server and reverse proxy, along with Certbot for LetsEncrypt certificates. But I may have to
    settle for Apache instead (because I know it a lot better).


    After reviewing this a bit and watching that lawerence video I don't see how it wouldn't work for you? Can you elaborate as this sound much like the current setup I have?

    |23|04Dr|16|12Claw
    |16|14Sysop |12Noverdu |14BBS |04(|14Noverdu.com|04)
    |10Standard Ports for SSH/Telnet Web/HTTP://|14Noverdu.com:808
    |20|15fsxNet/MRC Chat/Registered Doors!/50Nodes/No Time Use! Stay On!|16|07

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Noverdu BBS (21:1/210)
  • From vorlon@21:1/195.1 to Vk3jed on Fri Sep 9 23:34:17 2022
    Hi Vk3jed,

    Probably due to Apache being a memory hog and the way it works.
    Just doing a reverse proxy dosn't need a lot...

    I must learn nginx, but the documentation and my head don't get along.
    :(
    There seems to be some assumed pieces of information that aren't in
    the docs.

    You did'nt prey to the god's, so they are punshing you!!



    \/orlon
    aka
    Stephen


    --- Talisman v0.43-dev (Linux/m68k)
    * Origin: Vorlon Empire: Amiga 3000 powered in Sector 550 (21:1/195.1)
  • From Vk3jed@21:1/109 to claw on Sat Sep 10 16:42:00 2022
    On 09-09-22 07:51, claw wrote to Vk3jed <=-

    On 09 Sep 2022, Vk3jed said the following...
    Cool. :) Neat solution for you. Won't work for me, because my system
    is a VM running Docket containers. Some of the containers will generate HTML and PHP files that the web server will serve, while others run
    their own web server that will be behind a reverse proxy. My ideal case is to run nginx on the host to be both the web server and reverse proxy, along with Certbot for LetsEncrypt certificates. But I may have to
    settle for Apache instead (because I know it a lot better).


    After reviewing this a bit and watching that lawerence video I don't
    see how it wouldn't work for you? Can you elaborate as this sound much like the current setup I have?

    Hmm, you took your current setup out for me to compare again. :( And video reference isn't helpful either for me, I tend not to watch instructional videos, as they are largely a waste of time for me. :(

    From memory, you're using port forwarding in places. While Docker does have its form of port forwarding, I'd have to do another comparison to find what I saw last time.


    ... Bit: The increment by which programmers slowly go mad
    === MultiMail/Win v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to vorlon on Sat Sep 10 16:44:00 2022
    On 09-09-22 23:34, vorlon wrote to Vk3jed <=-

    Hi Vk3jed,

    Probably due to Apache being a memory hog and the way it works.
    Just doing a reverse proxy dosn't need a lot...

    I must learn nginx, but the documentation and my head don't get along.
    :(
    There seems to be some assumed pieces of information that aren't in
    the docs.

    You did'nt prey to the god's, so they are punshing you!!

    Haha it's subtle missing bits of information. I'm very sensitive to that. :( Part of my workaround for different communication styles is I try and assume a lot less, but when the other person makes unspecified assumptions, that's kinda hard.




    ... Power is dangerous unless you have humility.
    === MultiMail/Win v0.52
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)