Hi again,

also, if I manually edit
/var/lib/dpkg/info/ocsinventory-reports.postinst and modify the line

apache2_invoke enmod php5

to

apache2_invoke enmod php5 || :

in order to make the package configure, the default configuration in
/etc still doesn't work properly (apache2 reload fails, configuration
error), since it tries to use php_flag and other mod_php-specific
Apache2 konfiguration options in
/etc/apache2/conf-available/ocsinventory-reports.conf.

Everything starting from "# PHP tuning" up to "</Directory>" should
probably be put in a <IfModule mod_php5.c> block, which would fix this
immediate problem. (In general, the contents of the block seems a bit
dubious to me, but since that hasn't changed since previous Debian
versions, I wouldn't touch too much there so close to the release.)

Anyway, thanks again.

Christian


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to