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!
OTRS web installer under VMWare Player
Moderator: 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
Is apache running?kurrop wrote:I cannot reach the localhost.
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
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
Re: OTRS web installer under VMWare Player
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 wrote:Is apache running?kurrop wrote:I cannot reach the localhost.
Is it listening on port 80?
-
- 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
It won't start because something else is occupying port 80. Likely culprits: TeamViewer, Skype, IIS.kurrop wrote: It shows an error message every time I try to start the service.
try
Code: Select all
netstat -bn | more
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
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
-
- 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
Which error message?kurrop wrote: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 wrote:Is apache running?kurrop wrote:I cannot reach the localhost.
Is it listening on port 80?