how to configure client on remote host correctly?Patchman server located at http://xx.xx.xx.xx/patchman/ address.When I point client to patchman url like http://xx.xx.xx.xx I got an error: when I point client to http://xx.xx.xx.xx/patchman/ client throws error 403: connection from localhost client works well and it points to: what is correct setting for connection? |
Answered by
Baiaasana
Dec 15, 2023
Replies: 1 comment
The issue was resolved.These steps are required: allow apache access to the settings and to the sqlite db: and need to point a client to:patchman-client -s http://xx.xx.xx.xx/patchman/ |
0 replies
Answer selected by
Baiaasana
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue was resolved.
These steps are required:
allow apache access to the settings and to the sqlite db:
chown -R :www-data /etc/patchman
chmod -R g+r /etc/patchman
chown -R :www-data /var/lib/patchman
chmod -R g+w /var/lib/patchman/db
and need to point a client to:
patchman-client -s http://xx.xx.xx.xx/patchman/