PATH_INFO empty

Discussion in 'ISPConfig 3 Priority Support' started by medo, Jul 25, 2019.

  1. medo

    medo Member

    Hi all,

    I have installed moodle on an ISPConfig CENTOS6/nginx/php-fpm/mariadb and I cannot find a way to populate PATH_INFO PHP variable, is is empty due to $fastcgi_path_info which is empty.

    I have tried a lot of things but nothing works, when I use another variable as "$uri" to populate PATH_INFO, no problem,

    The problem is Moodle needs it to display images on the website.

    Thank you.
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Try your luck with Internet Search Engines using:
    Code:
    $fastcgi_path_info always empty
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

  4. medo

    medo Member

    Hi Till,
    I have tried everything in this post, and still no PATH_INFO, have you an ispconfig fastcgi_param and an nginx vhost with working PATH_INFO ?
    (cgi.fix_pathinfo = 1)
    Thanks
     

Share This Page