Results 1 to 3 of 3

Thread: Redirect subdomain to IPAddress with Port

  1. #1
    Join Date
    Aug 2022
    Beans
    7

    Post Redirect subdomain to IPAddress with Port

    Dear Support,

    i have a test-server where i installes 3 subdomains
    wp.server.net for Worpress
    moodle.serer.net for moodle
    server.net for Apache2

    Now i want to configure the server, to open the different applications adressing a port

    For example:
    10.10.8.1:8080 for Wordpress
    10.10.8.1:8081 for moodle
    10.10.8.1:8082 for Apache2

    How can i configure the server in this way?

    Can somebody help me?

    Thanks a lot

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Redirect subdomain to IPAddress with Port

    For apache, https://httpd.apache.org/docs/2.4/vhosts/examples.html and https://www.howtogeek.com/devops/how...y-with-apache/

    But I'd use nginx myself as the reverse proxy and perhaps TLS termination point. https://docs.nginx.com/nginx/admin-g...reverse-proxy/ There are lots of examples and discussions for accomplishing this with a search "nginx reverse proxy for multiple webapps" Stackoverflow had a few answers.

    There's no formal support here. We are all your peers, volunteers.

  3. #3
    Join Date
    Aug 2022
    Beans
    7

    Re: Redirect subdomain to IPAddress with Port

    Thank you a lot!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •