noob question: port 80 in use

Moderator: crythias

Post Reply
adamp
Znuny newbie
Posts: 9
Joined: 23 May 2012, 15:38
Znuny Version: 3.1.5
Real Name: bloop blop

noob question: port 80 in use

Post by adamp »

aa
Last edited by adamp on 19 Nov 2015, 00:58, edited 1 time in total.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: noob question: port 80 in use

Post by jojo »

are you using

- Skype
- IIS
- Apache

on this box?
"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
adamp
Znuny newbie
Posts: 9
Joined: 23 May 2012, 15:38
Znuny Version: 3.1.5
Real Name: bloop blop

Re: noob question: port 80 in use

Post by adamp »

aa
Last edited by adamp on 19 Nov 2015, 00:58, edited 1 time in total.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: noob question: port 80 in use

Post by jojo »

Than you can not install another webserver (the installer does so) on the same box!
"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
dylan650
Znuny newbie
Posts: 29
Joined: 18 May 2012, 19:48
Znuny Version: 3.1.2

Re: noob question: port 80 in use

Post by dylan650 »

There are many ways to run apache with iis.

1 - use a different port
2 - proxy the request
3 - setup another interface and have apache bind only to that
adamp
Znuny newbie
Posts: 9
Joined: 23 May 2012, 15:38
Znuny Version: 3.1.5
Real Name: bloop blop

Re: noob question: port 80 in use

Post by adamp »

aa
Last edited by adamp on 19 Nov 2015, 00:59, edited 1 time in total.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: noob question: port 80 in use

Post by jojo »

if you wan't to use another port with apache you should not use the OTRS installer but install it manually.

Having OTRS run on non Standard ports will be tricky for the notifications (as FQDN Setting needs to have the port on it for the notifications and can not be used for the email sender addresses afterwards)
"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
adamp
Znuny newbie
Posts: 9
Joined: 23 May 2012, 15:38
Znuny Version: 3.1.5
Real Name: bloop blop

Re: noob question: port 80 in use

Post by adamp »

aa
Last edited by adamp on 19 Nov 2015, 01:04, edited 1 time in total.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: noob question: port 80 in use

Post by jojo »

if you stop the IIS no webpages can be served by it.
"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
adamp
Znuny newbie
Posts: 9
Joined: 23 May 2012, 15:38
Znuny Version: 3.1.5
Real Name: bloop blop

Re: noob question: port 80 in use

Post by adamp »

aa
Last edited by adamp on 19 Nov 2015, 00:59, edited 1 time in total.
dylan650
Znuny newbie
Posts: 29
Joined: 18 May 2012, 19:48
Znuny Version: 3.1.2

Re: noob question: port 80 in use

Post by dylan650 »

I guess it must be difficult for some to add :$port to their URL but I find it quite simple.

The steps I would take is...

click edit
add :$port
click save

and to make apache listen on a different, port.... that's simple too. edit the httpd.conf file and change the the Listen derivative to $port.
Post Reply