OTRS web installer under VMWare Player

Moderator: crythias

Locked
kurrop
Znuny newbie
Posts: 2
Joined: 02 May 2013, 13:49
Znuny Version: 3.2.5

OTRS web installer under VMWare Player

Post by kurrop »

Good night everyone,

Let's say I have tried everything before opening this post.

I have installed OTRS 3.2.5 under Windows XP in VMWare Player. Everything goes right but when I go to the web installer I get an error that says I cannot reach the localhost.

Can anyone help me?
Thank you in advance!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS web installer under VMWare Player

Post by crythias »

kurrop wrote:I cannot reach the localhost.
Is apache running?
Is it listening on port 80?
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
kurrop
Znuny newbie
Posts: 2
Joined: 02 May 2013, 13:49
Znuny Version: 3.2.5

Re: OTRS web installer under VMWare Player

Post by kurrop »

crythias wrote:
kurrop wrote:I cannot reach the localhost.
Is apache running?
Is it listening on port 80?
Just checked if apache is running and it's not running. I have tried and I cannot start it. It shows an error message every time I try to start the service.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS web installer under VMWare Player

Post by crythias »

kurrop wrote: It shows an error message every time I try to start the service.
It won't start because something else is occupying port 80. Likely culprits: TeamViewer, Skype, IIS.
try

Code: Select all

netstat -bn | more
and look for the executable under the 0.0.0.0:80, for instance.
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
KlausNehrer
Znuny ninja
Posts: 1312
Joined: 25 May 2012, 08:51
Znuny Version: OTRS 4
Real Name: Klaus Nehrer

Re: OTRS web installer under VMWare Player

Post by KlausNehrer »

kurrop wrote:
crythias wrote:
kurrop wrote:I cannot reach the localhost.
Is apache running?
Is it listening on port 80?
Just checked if apache is running and it's not running. I have tried and I cannot start it. It shows an error message every time I try to start the service.
Which error message?
Locked