diff options
Diffstat (limited to 'net-mail/vqadmin/files/postinstall-en.txt')
-rw-r--r-- | net-mail/vqadmin/files/postinstall-en.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mail/vqadmin/files/postinstall-en.txt b/net-mail/vqadmin/files/postinstall-en.txt new file mode 100644 index 000000000000..3a909a78d9fb --- /dev/null +++ b/net-mail/vqadmin/files/postinstall-en.txt @@ -0,0 +1,12 @@ +You need to setup authentication. For apache do the following: + +<Files ${VHOST_CGIBINDIR}/${PN}> + AuthType Basic + AuthUserFile ${VHOST_CONFDIR}${PN}.passwd + AuthName ${PN} + Require valid-user +</Files> + +The create the password file like this: + +htpasswd -c ${VHOST_CONFDIR}${PN}.passwd <user> |