[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installation de OBM 2.3 sur Debian Lenny




    Salut à tous !

    Décidément, OBM a décidé d'être agaçant chez moi.

Le 02/08/2010 10:08, ~TraydenT~ a écrit :
Jette un œil dans les dossiers /usr/share/doc/obm-*, il se peut que tu y
trouves des sous-dossiers examples ou des README.Debian intéressants.

    Non, je n'ai rien trouvé d'intéressant.

    En revanche, à l'aide de cette documentation :

http://doc.ubuntu-fr.org/obm-ui

    J'ai réalisé le fichier de configuration suivant :

$ cat /etc/apache2/sites-available/obm
<VirtualHost *:80>
        ServerName obm.le-bars.net
        DocumentRoot "/var/www/obm/php"
        ErrorLog /var/log/apache2/obm-error.log
        CustomLog /var/log/apache2/obm-access.log combined
        RewriteEngine on
        RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [L,R]
</VirtualHost>

NameVirtualHost *:443
<VirtualHost *:443>
        ServerName obm.le-bars.net
        DocumentRoot "/var/www/obm/php"

        SSLVerifyClient none
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0

        ErrorLog /var/log/apache2/obm-error.log
        CustomLog /var/log/apache2/obm-access.log combined

        SetEnv OBM_INCLUDE_VAR obminclude
        Alias /images /var/www/obm/resources
        #OBM 2.2.x use utf8
        #AddDefaultCharset ISO-8859-15
        DirectoryIndex obm.php
        Options -Indexes

        php_value include_path  ".:/var/www/obm/"
        php_value session.bug_compat_42  0
        php_value session.bug_compat_warn  0
        #php_value session.gc_maxlifetime 2880
        php_value magic_quotes_gpc  On
        #les options suivantes sont recommandées ma facultative
        php_value memory_limit 128M
        php_value post_max_size 10M
        php_value upload_max_filesize 10M

        # section nécessaire uniquement pour le synchro PDA
<Location /funambol>
        ProxyPass ajp://_TOMCAT_SERVER_:8009/funambol
</Location>

        # section nécessaire uniquement pour le module obm-sync
<Location /obm-sync>
        ProxyPass ajp://_TOMCAT_SERVER_:8009/obm-sync
</Location>

        # section nécessaire uniquement pour le webmail minig
<Location /minig>
        ProxyPass ajp://_TOMCAT_SERVER_:8009/minig
</Location>
         alias /webmail/images /usr/lib/minig/images
        If you install minig on an other server,
        comment alias /webmail/images, and use
        proxyPass ajp:
<Location /webmail/images>
        ProxyPass ajp://_TOMCAT_SERVER_Minig:8009/minig/images
</Location>
</VirtualHost>

Cependant, je n'ai pas encore réglé mon problème. Cette commande a fonctionné :

$ sudo a2ensite obm
Enabling site obm.
Run '/etc/init.d/apache2 reload' to activate new configuration!

    Impossible, en revanche, de relancer Apache :

$ sudo /etc/init.d/apache2 reload
Warning: DocumentRoot [/var/www/obm/php] does not exist
Warning: DocumentRoot [/var/www/obm/php] does not exist
Syntax error on line 15 of /etc/apache2/sites-enabled/obm:
Invalid command 'SSLVerifyClient', perhaps misspelled or defined by a module not included in the server configuration
 failed!

    Caramba, encore raté !

    À bientôt.

                                                    Yoann

--
L'antre du farfadet :
http://le.farfadet.spatial.free.fr/
Textes, musiques et peintures



Reply to: