Displaying 4 results from an estimated 4 matches for "wsdl_cache_dir".
2019 Dec 09
4
PHP handler for .html files - C7
...oryIndex index.php
<IfModule  mod_php7.c>
    <FilesMatch \.(php|phar|htm|hml)$>
        SetHandler application/x-httpd-php
    </FilesMatch>
    php_value session.save_handler "files"
    php_value session.save_path    "/var/lib/php/session"
    php_value soap.wsdl_cache_dir  "/var/lib/php/wsdlcache"
</IfModule>
I done some Googling and have found a number of responses saying that this can not be done, this should not be done, this can be done, and here's how to do it. However I haven't found a response that actually works.  I have dozens of si...
2019 Dec 09
0
PHP handler for .html files - C7
...fModule  mod_php7.c>
>    <FilesMatch \.(php|phar|htm|hml)$>
>        SetHandler application/x-httpd-php
>    </FilesMatch>
>    php_value session.save_handler "files"
>    php_value session.save_path    "/var/lib/php/session"
>    php_value soap.wsdl_cache_dir  "/var/lib/php/wsdlcache"
> </IfModule>
> 
> I done some Googling and have found a number of responses saying that this can not be done, this should not be done, this can be done, and here's how to do it. However I haven't found a response that actually works.  I ha...
2017 Aug 08
1
Troubleshooting php-fpm with apache on Centos 7
...yes
    security.limit_extensions = .php .php3 .php4 .php5 .php7 .htm .html
    php_admin_value[error_log] = /var/log/php-fpm/www-error.log
    php_admin_flag[log_errors] = on
    php_value[session.save_handler] = files
    php_value[session.save_path]    = /var/lib/php/session
    php_value[soap.wsdl_cache_dir]  = /var/lib/php/wsdlcache
    php_admin_value[post_max_size] = 40M
    php_admin_value[short_open_tag] = On
    php_value[date.timezone] = "Europe/Athens"
Nick
2017 Aug 08
2
Troubleshooting php-fpm with apache on Centos 7
Hello,
I am running httpd-2.4.6-45.el7.centos.x86_64 with 
php-fpm-7.0.22-1.el7.remi.x86_64 (on CentOS 7).
My main problem: On this httpd server I have several vhosts running, but 
apparently I am facing intermittent problems with php-fpm communication 
on only one of them.
Most of the sites are WordPress or Joomla Applications (running with 
mysql). Everything seems right: low load, all