Directive snippets problem

Discussion in 'Installation/Configuration' started by wanardin, Jun 20, 2015.

  1. wanardin

    wanardin New Member

    hello!
    I'm in trouble by introducing PHP directive snippets on my websites, I'm using a server with debian jessie 8, apache and MariaDB, did the installation with the tutorial in ispconfig documentation.
    add new directive snippets on each website, but even after clicking resync and restart the server, the rules are not working.
    checked in the /var/www/conf/web1/, the php.ini file exists, and that the rules have been added in the last line of the file, but the original rules were not changed.

    what is the problem?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Its ok as the lines at the end override values that are defined before.

    Which php mode do you use? Custom php.ini settings do not work with mod_php, you should select php-fcgi or php-fpm to use them.
     

Share This Page