bon je suis allé jusque au bout du tuto, mais maintenant c'est apache qui ne foncitonne plus :
[root@localhost ~]# service httpd start
Démarrage de httpd : [ÉCHOUÉ]
J'ai ça :
su -lc 'service httpd configtest'
Syntax error on line 6 of /etc/httpd/conf.d/rutorrent.conf:
Invalid command 'AuthzLDAPMethod', perhaps misspelled or defined by a module not included in the server configuration
et mon rutorrent.conf donne :
Alias /torrents "/var/www/torrents/"
<Directory "/var/www/torrents/">
AuthType Basic
AuthName "Rutorrent"
AuthzLDAPMethod ldap
AuthzLDAPServer localhost:389
AuthzLDAPUserBase ou=People,dc=sanglier
AuthzLDAPUserKey uid
AuthzLDAPUserScope subtree
AuthzLDAPGroupBase ou=Groups,dc=sanglier
AuthzLDAPGroupKey cn
AuthzLDAPGroupScope base
AuthzLDAPMemberKey uniqueMember
AuthzLDAPSetGroupAuth ldapdn
Require group rutorrent (or whatever your group is)
AllowOverride none
</Directory>
Okay AuthzLDAPMethod n'était pas installé (boulet)...
Maintenant httpd est actif, mon rtorrent est lancé (mais par contre quand je fais
screen rtorrent
il ne trouve pas la commande et quand je vais sur http/localhost/torrents j'ai un beau 403 forbidden
Sinon quand je lance rtorrent sous l'user rtorrent j'ai
(14:13:18) Using 'epoll' based polling.
(14:13:18) Deprecated on_* commands, use 'system.method.set_key = event.download
.{inserted, erased, ...}, <key>, <command>' instead.
(14:13:18) The SCGI socket is bound to a specific network device yet may still p
ose a security risk, consider using 'scgi_local'.