Failed to restart Apache2 after Upgrade Dolibarr

Hello Forum,

i just want to let you know, that my Apache2 Server, running on Debian 7 has failed to start after a Dolibarr Upgrade from 3.5.x to 3.7.1.

I Upgrade dolibarr from de Debian Package.

Syntax error on line 30 of /etc/apache2/conf.d/dolibarr.conf: order takes one argument, 'allow,deny', 'deny,allow', or 'mutual-failure' Action 'configtest' failed. The Apache error log may have more information.

On the first view is all right. But there is a space between allow and deny at the Order command.

# Directory for web pages
<Directory /usr/share/dolibarr/htdocs>
        <IfVersion >= 2.3>
        Require all granted
        </IfVersion>
        <IfVersion < 2.3>
        Order allow, deny         //<--- There is the misstake
        Allow from all
        </IfVersion>

Remove that Space and all works!

Have Fun!

Please inform developpers on http://www.dolibarr.org/bugs-manager