dolibarr-user
[Top][All Lists]
Advanced

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

[Dolibarr-user] Probleme a l'install, erreur Apache


From: David Klein
Subject: [Dolibarr-user] Probleme a l'install, erreur Apache
Date: Sun, 9 Nov 2003 01:14:16 +0100

Bonjour,
 
L'installation de Dolibarr n'est pas facile... J'essaye d'installer la version 1.0.0
 
Je dispose d'une distribution Linux appelée ClarkConnect avec Apache 2 (basée sur RedHat 9.0)
 
J'ai l'impression qu'il manque pleins de trucs pour faire tourner Dolibarr.
 
Bref, j'en arrive au moment où je dois ajouter le "Include" dans mon fichier httpd.conf
Je fais donc un Include /var/www/http/doli/httpd.conf.dist (car j'ai copié l'exemple httpd.conf.dist dans le répertoire doli)
 
Mais là je ne sais pas quoi modifier dans ce fichier httpd.conf.dist pour l'adapter à mon environnement. Je suis en local. Alors j'ai fait ça :
 
_______________________________________________

# Fichier d'exemple pour Dolibarr
#
# Utilisez ce fichier si cous voulez l'authentification
# par Pear (conseillé)
#
# $Id: httpd.conf.dist,v 1.9 2003/08/30 23:08:37 rodolphe Exp $
# $Source: /cvsroot/dolibarr/dolibarr/httpd.conf.dist,v $
#
<VirtualHost localhost.localdomain>
  ServerAdmin
address@hidden
  DocumentRoot /var/www/html/dol1
  ServerName localhost.localdomain
  ErrorLog  /var/www/html/dol1/logs/error.log
  CustomLog /var/www/html/dol1/logs/access.log combined
 
  ErrorDocument 401 /public/error-401.html
 
  php_flag register_globals on
 
  # La section <Location> suivante n'est utile que si vous utilisez
  # le module apache-mod-auth-myslq
  #
 
  <Location />
    Options Indexes FollowSymLinks
    AllowOverride All
  </Location>
 
  <Location /public/>
    Options Indexes FollowSymLinks
    AllowOverride All
    Order deny,allow
    Allow from all
  </Location>
 
  <Location /theme/>
    Options Indexes FollowSymLinks
    AllowOverride All
    Order deny,allow
    Allow from all
  </Location>
 
  <LocationMatch /public/adherents/priv_*>
    Options Indexes FollowSymLinks
    AllowOverride All
    Order deny,allow
    Deny from all
 
    AuthType           Basic
    Auth_MySQL_Authoritative    on
    Auth_MySQL_DB       dolibarr
    Auth_MySQL_Password_Table   llx_adherent
    Auth_MySQL_Username_Field   login
    Auth_MySQL_Password_Field   pass
    Auth_MySQL_Encrypted_Passwords      off
    AuthName            "Adherents"
 
    require valid-user
    satisfy any
  </LocationMatch>
 
</VirtualHost>
______________________________________________________________
 
Mais ça fait planter Apache qui veut plus démarrer :-(
J'ai le message suivant dans le LOG :
 
Démarrage de httpd : Syntax error on line 51 of /var/www/html/dol1/conf/httpd.conf.dist: Invalid command 'Auth_MySQL_Authoritative', perhaps mis-spelled or defined by a module not included in the server configuration [ECHOUE]
 
Il me manque certainement des choses à installer? Si faut des trucs PEAR, je crois que PEAR déconne sur ma station (vous pouvez voir la description de mon problème PEAR à cette adresse : http://www.ixus.net/modules.php?op=modload&name=Forum&file=viewtopic&topic=8473&forum=20 )
 
Merci !!
 
Cadey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]