r mon serveur apache j'obtiens ce message d'erreur
Démarrage de httpd :Syntax error on line 16 of /etc/httpd/conf.d/ocsinventory.conf: Invalid command 'PerlSetEnv', perhaps misspelled or defined by a module not included in the server configuration.
Voici la partie du fichie ocsinventory.conf où apparament il y a un problème.
################################################################################
#
# OCS Inventory NG Communication Server Perl Module Setup
#
# Copyleft 2006 Pascal DANEK
# Web:
http://ocsinventory.sourceforge.net
#
# This code is open source and may be copied and modified as long as the source
# code is always made freely available.
# Please refer to the General Public Licence
http://www.gnu.org/ or Licence.txt
################################################################################
# Which version of mod_perl we are using
# For mod_perl <= 1.999_21, replace 1 by 1
# For mod_perl > 1.999_21, replace 1 by 2
PerlSetEnv OCS_MODPERL_VERSION 1
J'ai essayé de remplacé 1 par 2 mais cela ne fonctionne toujours pas.Si quelqu'un a une solution je suis preneur.Merci d'avance.