Page 2 of 2

Re: WAPT 1.8 - Linux Agent and Repositories

Published: February 17, 2020 - 2:12 PM
by eblaudy
Did you install the correct package to install nginx? This is the one you need to install, not the other one, as it is a dependency (it will be installed before this one).

Edit: The first one (tis-remote-repo-conf) is only used to configure the agent to synchronize, and the second one installs nginx (tis-remote-repo-nginx) based on the configuration of the first one.

Re: WAPT 1.8 - Linux Agent and Repositories

Published: February 17, 2020 - 4:45 PM
by TomTom
Yes, I understood how those two packages worked, and so the nginx package was deployed with its dependency.
I checked the nginx configuration, and it seems to have correctly retrieved the configuration I had entered in the remote-repo-conf package.

Re: WAPT 1.8 - Linux Agent and Repositories

Published: February 17, 2020 - 4:59 PM
by eblaudy
It's more likely that the package didn't install correctly then! (the one that installs nginx)
In the console, if you click on this package in the inventory of the machine on which you installed it, what log do you get?
You can also run `systemctl status nginx` on the agent.

Best regards,
Evan Blaudy

Re: WAPT 1.8 - Linux Agent and Repositories

Published: February 17, 2020 - 5:03 PM
by TomTom
The package installed without error. Nginx is working perfectly (service started correctly).
"https://monrepowapt" shows me that Nginx is working correctly (Welcome to NGINX bla bla...) but when I try to access "https://monrepowapt/wapt" or "https://monrepowapt/waptwua" I get a "404 Not Found" error.

Re: WAPT 1.8 - Linux Agent and Repositories

Published: February 17, 2020 - 5:20 PM
by eblaudy

Re: WAPT 1.8 - Linux Agent and Repositories

Published: February 17, 2020 - 5:26 PM
by TomTom
Same result: 404 Not Found