OTRS on a different port

Moderator: crythias

Locked
Steffen32
Znuny newbie
Posts: 4
Joined: 08 Jan 2016, 12:23
Znuny Version: 5.0.5
Real Name: Steffen Nielsen

OTRS on a different port

Post by Steffen32 »

Hi,

How would it be possible to serve OTRS from a different port than 80? I don't seem to find any examples or config on this matter.

Apache config examples are very welcome.
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: OTRS on a different port

Post by root »

https://httpd.apache.org/docs/2.4/en/mo ... tml#listen
https://httpd.apache.org/docs/2.4/en/mo ... irtualhost

As said by you this has nothing to do with OTRS. The default apache config has no dedicated Apache httpd context.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Steffen32
Znuny newbie
Posts: 4
Joined: 08 Jan 2016, 12:23
Znuny Version: 5.0.5
Real Name: Steffen Nielsen

Re: OTRS on a different port

Post by Steffen32 »

So this means you have no interest in this topic? No best practices etc.
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: OTRS on a different port

Post by root »

Best practices are using default ports. That means 80 for http, 443 for https.

Just configure your Apache httpd using a different port, the OTRS Apache configuration, which roughly said just defines an alias, will work with it.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Locked