Page 1 of 1

Problem with GLPI + WAPT server coexistence

Published: November 24, 2017 - 4:34 PM
by TRX3N
Hello everyone,

As the title indicates, I'm having trouble running GLPI and a WAPT server together.
Let me explain:
- I have a Windows Server 2012 VM on which I'm running WSUS and GLPI (XAMPP/Apache/MySQL). So far, so good; the two systems work together.
- I decided to install a WAPT server on the same machine (carefully following this procedure: https://www.wapt.fr/fr/doc/Installation ... index.html).

My problem is that the GLPI Apache service conflicts with the WAPT service. I can run the WAPT server (if I stop the GLPI Apache service) and the GLPI server (if I stop the WAPT server's Apache service).

Does anyone know if it's possible to run both of these simultaneously?


Looking forward to your replies.
Thank you.

Re: Problem coexisting with GLPI and WAPT server

Published: November 24, 2017 - 6:50 PM
by agauvrit
Hello,

As recommended in the WAPT documentation, it is not advisable to host services other than WAPT on the same server (GLPI / IIS / other).

For your WSUS (IIS) + Apache GLPI + Apache WAPT configuration, you must ensure that you use only one Apache server for both and create correct DNS records and Virtualhosts in Apache so that your server handles requests correctly and redirects them to GLPI and WAPT.
We don't document this part, but there is already plenty of documentation on this subject on the internet: https://delanomaloney.com/2013/07/10/ho ... ing-xampp/

In any case, with the upcoming release of WAPT 1.5, you will once again face the same problem, this time with Nginx instead of Apache for WAPT.

Sincerely,

Alexandre

Re: Problem coexisting with GLPI and WAPT server

Published: November 28, 2017 - 11:01 AM
by TRX3N
Hello,

thank you for your reply.

Have a good day.

Re: Problem coexisting with GLPI and WAPT server

Published: Dec 13, 2017 - 11:15
by Niaha
Or, more simply, open your WAMP server, select Apache, and specify port 8080 instead of port 80 for the WAPT configuration.
The problem is the port being used; you'll see it works much better immediately. ^^