[SOLVED] Separate customer and agent web by port

Moderator: crythias

Locked
miguelmz
Znuny wizard
Posts: 370
Joined: 17 Nov 2011, 17:46
Znuny Version: 6.0.10
Real Name: Miguel
Company: SIA
Location: Madrid, Spain.

[SOLVED] Separate customer and agent web by port

Post by miguelmz »

Hi,

I have a problem with the online publication of OTRS. On the client I'm working with asked me to just leave the customer site on the Internet and the agent site on the intranet. And I have been asked to place the customer site on a different port.

Example:
agent site only on port 80 intranet
customer site only on port 8080 internet

I have no idea how to do it :-|
someone has an idea :?: :?:

Regards.
Last edited by miguelmz on 24 Aug 2012, 16:27, edited 1 time in total.
We want OTRS certifications in Spain!!

Check out my free addons! :mrgreen:
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Separate customer and agent web by port

Post by crythias »

My first blush guess would be to create a virtualhost mimicking otrs but you'll need to manually write the port in the links you provide the customers' response templates.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
miguelmz
Znuny wizard
Posts: 370
Joined: 17 Nov 2011, 17:46
Znuny Version: 6.0.10
Real Name: Miguel
Company: SIA
Location: Madrid, Spain.

Re: Separate customer and agent web by port

Post by miguelmz »

thanks for your quick response.

following your advice we have created a virtualhost on another port in the Apache configuration and put a duplicated otrs.conf in virtualhost.
only after we had to double the otrs directory removing other cgi. as both use the same database, etc.. appears to work :)

Thx!

Regards
We want OTRS certifications in Spain!!

Check out my free addons! :mrgreen:
Locked