https://bugs.koozali.org/show_bug.cgi?id=11567

Jean-Philippe Pialasse <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from Jean-Philippe Pialasse <[email protected]> ---
this is a dup of  https://bugs.koozali.org/show_bug.cgi?id=11565
and there was some hints there

will need to 
- add an event update
- up the php version in spec file %define phpversion 56 to 74 or 80 (should be
updated to support 80 now)
- add expand-template and service reload-or-restart  for php version used in
createlinks using __PHP_VERSION__ tag



you need to escape and also use of  __PHP_VERSION__  and check the existing
name of th ephp pool do not use the general one

<FilesMatch .php\$>
+       SetHandler
"proxy:unix:/var/run/php-fpm/php__PHP_VERSION__-dl.sock|fcgi://localhost"
+</FilesMatch>

previous php fpm was called there:, you need to put you call to fpm there 
removing the if or changing it to new module to proxy

   if ($fastcgi_mod eq 'mod_fastcgi'){
     $php = "    AddHandler phpdl-fastcgi .php\n";


this could be kept but with a if php module enabled around

+    #php_admin_flag file_uploads On
+    #php_admin_flag magic_quotes Off
+    #php_admin_flag magic_quotes_gpc Off
+    #php_admin_value upload_max_filesize $maxupload
+    #php_admin_value post_max_size $maxpost
+    #php_admin_value memory_limit 100M
+    #php_admin_flag output_buffering Off
+    #php_admin_value max_execution_time 0
+    #php_admin_value upload_tmp_dir /var/lib/dl/tmp
+    #php_admin_value session.save_path /var/lib/dl/tmp
+    #php_admin_value session.gc_maxlifetime 86400


in createlink you need to add the reload-restert of php__PHP_VERSION__-php-fpm
+ reload of the template

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to