<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>43892</bug_id>
          
          <creation_ts>2022-09-28 22:09:49 +0300</creation_ts>
          <short_desc>Не работает &quot;из коробки&quot; с php8.0</short_desc>
          <delta_ts>2022-09-28 22:09:49 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>nextcloud-nginx</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Elena Mishina">lepata</reporter>
          <assigned_to name="ekorneechev@altlinux.org">ekorneechev</assigned_to>
          <cc>cas</cc>
    
    <cc>ekorneechev</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>215401</commentid>
    <comment_count>0</comment_count>
    <who name="Elena Mishina">lepata</who>
    <bug_when>2022-09-28 22:09:49 +0300</bug_when>
    <thetext>В файле /etc/nginx/sites-available.d/nextcloud.conf используется строка:

server unix:/var/run/php7-fpm/php7-fpm.sock;

В результате не работает &quot;из коробки&quot; с php8.0:

2022/09/28 13:47:05 [crit] 9609#9609: *2 connect() to unix:/var/run/php7-fpm/php7-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 192.168.0.100, server: cloud.example.com, request: &quot;GET /favicon.ico HTTP/2.0&quot;, upstream: &quot;fastcgi://unix:/var/run/php7-fpm/php7-fpm.sock:&quot;, host: &quot;cloud.example.com&quot;, referrer: &quot;https://cloud.example.com/&quot;


Ожидаемый результат:
upstream php-handler {
    server unix:/var/run/php8.0-fpm/php8.0-fpm.sock;
}</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>