Troubles with Chroot PHP-FPM(8.0)

Discussion in 'Installation/Configuration' started by PatrickU, Mar 3, 2022.

  1. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    See https://git.ispconfig.org/ispconfig/ispconfig3/-/issues/6259
     
  2. PatrickU

    PatrickU New Member

    Thank you. Unfortunately, I overlooked the ticket. The last answer was 3 weeks ago. Do you have any experience with the tickets? How fast are they processed?
     
  3. nhybgtvfr

    nhybgtvfr Well-Known Member HowtoForge Supporter

    hmm. maybe i'm missing something obvious here, it looks like you're trying to set the docroot by changing the php settings.

    Code:
    php_admin_value[doc_root] = /web
    ProxyFCGISetEnvIf "true" DOCUMENT_ROOT "/web"
    
    can't you just change the docroot using the apache directives in the website options instead?

    eg
    Code:
    DocumentRoot "{DOCROOT_CLIENT}/public"
    
     
  4. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    See
     
    nhybgtvfr likes this.
  5. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    It's a bug report - those have priority over feature requests for me, but all devs mainly work on ISPConfig in their free time. So I can't tell you when it will be resolved.
     
  6. PatrickU

    PatrickU New Member

    Yes, thank you. The development team is doing a great job.
     
    Th0m likes this.
  7. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    I have found the issue and resolution to this problem, now I just need to write the code. Hope to get to it soon. One of my clients is willing to sponsor part of the hours needed.
     
    ahrasis and till like this.

Share This Page