-
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? |
Beta Was this translation helpful? Give feedback.
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/ |
Beta Was this translation helpful? Give feedback.
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/