Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Mask WebApp URL

    Kopano WebApp
    2
    6
    233
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User
      A Former User last edited by

      Hi there

      Please spare my ignorance on this regards. Am new to this tool and hence this query.

      Is there any possibility wherein we could mask the URL with /webapp/ and have the final URL as say https://demo.<domainname>.com? We are running the test instance on Apache.

      Please advise.

      1 Reply Last reply Reply Quote 0
      • sebschremser
        sebschremser last edited by

        Hi @ParsecSolutions

        Yes this is possible in apache.
        The standard webapp config comes with an “Alias /webapp /usr/share/kopano-webapp”.
        I simply created a new apache config and configured /usr/share/kopano-webapp as DocumentRoot.

        Now i can access the webapp without the /webapp/ at the end of the URL.

        Kind regards
        Basti

        A Former User 1 Reply Last reply Reply Quote 0
        • A Former User
          A Former User @sebschremser last edited by

          @sebschremser Thanks for your reply. But this didn’t work and apache server failed to restart. Please help

          1 Reply Last reply Reply Quote 0
          • sebschremser
            sebschremser last edited by

            Hi @ParsecSolutions

            Can you post your apache config?
            Without the config, nobody can tell you why your apache don’t start anymore.

            Which version of the webapp do you use?

            Kind regards
            Basti

            A Former User 1 Reply Last reply Reply Quote 0
            • A Former User
              A Former User last edited by A Former User

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • A Former User
                A Former User @sebschremser last edited by

                @sebschremser Pasting my conf file

                kopano-webapp-apache2.conf

                <VirtualHost *:80>
                DocumentRoot “/usr/share/kopano-webapp”
                ServerName <<domainname>>

                </VirtualHost>

                <VirtualHost *:443 >
                ServerName <<domainname>>
                UseCanonicalName Off
                Alias /webapp /usr/share/kopano-webapp

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post