ISPConfig 3.0.5.4 P1 Issues Centos 6

Discussion in 'Installation/Configuration' started by mozack, May 12, 2014.

  1. mozack

    mozack New Member

    Hi,

    I've followed this How To (as always): www.howtoforge.com/perfect-server-centos-6.4-x86_64-nginx-dovecot-ispconfig-3

    I'm having error logs regarding a permission issues:

    Code:
    2014/05/11 14:56:42 [crit] 6853#0: *104 open() "/var/www/domain.com/web/" failed (13: Permission denied), client: xxx.xxx.x.xxx, server: domain.com, request: "HEAD / HTTP/1.1", host: "www.domain.com"
    I have 2 installations of ISPConfig in 2 different servers. In the first server is the previous version of ISPConfig 3.0.5.3 without any problems.

    The second server with ISPConfig 3.0.5.4 P1 version i found permission issues in /web/ folder.

    I've been searching for differences between last version and this one and found this on file: /usr/local/ispconfig/server/conf/php_fpm_pool.conf.master

    Code:
    listen.mode = <tmpl_vare name='fpm_listen_mode'>
    wich was making my webxxx.conf being with listen.mode empty.

    Changed the file to:

    Code:
    listen.mode = <tmpl_var name='fpm_listen_mode'>
    And, using resync tool, everything goes to normal.

    Now, the .conf file goes right with 0660, my web folders are with 710 permission which is equal to old server.

    But i have no idea how to get properly permissions and avoid this error on log.

    Have someone an idea?

    Thanks

    Mozack
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The fpm liste mode issue and the permission issue have been fixed a few days ago in the git stable branch and the fixes get released in the next patch update this week.
     
  3. mozack

    mozack New Member

    Thanks for your answer.
     

Share This Page