2016-11-15 14:08 GMT+01:00 Ludwin Janvier <lud.janv...@gmail.com>:
> Hello,

Hi Ludwin,

>
> I just installed self service password successfully on centos 7, but the
> documentation on the website didn't help. I'd like to suggest some
> improvements in the doc and in the package system. (I didn't fill a bug,
> since the website is not a project).
>
> The generic baseurl for the yum repo is :
> http://ltb-project.org/rpm/$releasever/$basearch
>
> which, on a centos 7, leads to
> http://ltb-project.org/rpm/7/x86_64/
>
> which does not contain ssp package. The ssp package is in this repo:
> http://ltb-project.org/rpm/7/noarch/
>
> So I suggest you either modify the doc to configure your 2 repos
> (ltb-project-x86_64 and ltb-project-noarch), or put your noarch package in
> your x86_64 repo. The 2nd solution is what is usually done.

I prefer not to mix packages, so I updated the doc:
http://ltb-project.org/wiki/documentation/self-service-password/latest/install_rpm


> The apache configuration did not work out of the box neither. Your
> documentroot is in /usr and default centos 7 apache configuration does not
> permit documentroot outside /var/www.
> I'd suggest you add this "directory" directive:
>
> <Directory "/usr/share/self-service-password">
>     AllowOverride None
>     # Allow open access:
>     Require all granted
> </Directory>
>
> This lines are valid for apache 2.4 and above (centos/redhat 7) and may not
> work with apache 2.2 (6). If you want the same file, maybe you could just
> create a symlink.
>
> (you could drop the NameVirtualHost line because it has no effect on apache
> = 2.4, and "will be removed in the next release")

Ok, I opened an issue for this:
https://github.com/ltb-project/self-service-password/issues/51

> Thank you very much for your great product!

Thanks for your feedback!


Clément.
_______________________________________________
ltb-users mailing list
ltb-users@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to