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.
Problem with GLPI + WAPT server coexistence
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
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
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
