Connect web server to website

Moderator: crythias

Locked
felgnon
Znuny newbie
Posts: 6
Joined: 08 Oct 2014, 20:19
Znuny Version: 3.3.9

Connect web server to website

Post by felgnon »

Hi guys,

I've been developing a ticket system for a company, using OTRS. It's almost finished and i need to connect it to their website. I've been googling but i can't find any exact information on how to do it.

Let's say the website (that is already online) is www.website.com, i need to make a www.support.website.com that directs the user to otrs. Is there any tutorial that i didn't find anywhere on the internet?

Thanks in advance : )
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Connect web server to website

Post by crythias »

What part is the stopper? DNS? Apache config? Deep linking to a folder? OTRS behind firewall?
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
felgnon
Znuny newbie
Posts: 6
Joined: 08 Oct 2014, 20:19
Znuny Version: 3.3.9

Re: Connect web server to website

Post by felgnon »

The stopper is at Apache config

edit: in case it's a necessary info, it's installed on CentOS 7.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Connect web server to website

Post by crythias »

OS doesn't matter. Your question doesn't explain what needs to be addressed. It could be any multiple of things.
viewtopic.php?f=60&t=9329
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
felgnon
Znuny newbie
Posts: 6
Joined: 08 Oct 2014, 20:19
Znuny Version: 3.3.9

Re: Connect web server to website

Post by felgnon »

Sorry if i wasn't clear enough. In other words, right now the only way to access the OTRS system is on the server itself by going to localhost/otrs/index.pl, now i need to make it available/online for everyone by going to the company's website in www.support.website.com
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Connect web server to website

Post by jojo »

is the website on the same server? The OTRS server needs to be accessible from the internet. Than you have to create a virtual host in the apache environment, create a DNS entry etc.
if the server is not reachable from internet, you might need a reverse proxy
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked