Displaying 5 results from an estimated 5 matches for "php_admin_value".
2017 Aug 08
1
Troubleshooting php-fpm with apache on Centos 7
...e_timeout = 10s;
pm.max_requests = 500
pm.status_path = /fpm-status
slowlog = /var/log/php-fpm/www-slow.log
request_slowlog_timeout = 5s
request_terminate_timeout = 20s
catch_workers_output = 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...
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
2006 Mar 22
8
Premature end of script headers: dispatch.cgi
Hi
I am running ruby 1.8.4 and rails 1.0.0 with Apache 2. I made a simple
rails application called demo and also created a controller called say
and an action called hello which is working fine using webrick. To run
it under Apache I created a symlink demo1 which is linked to the
demo/public directory. If I run it using www.example.com/demo1 then I
get the "Rails- Welcome Aboard"
2006 Apr 12
13
Public Directory not accessible
Been trying to deploy my rails app on Redhat ES3, Apache2, FastCGI with
Plesk all day. Fun stuff. Basically, the issue that I can not solve has
to do with access to /public. None of my images, javascripts, etc. are
working in the app. Trying to access any of these results in a 404 (or
routing error if in developer mode). Oddly, the 404 file it displays is
-- you guessed it -- in fact *in*
2012 Apr 24
9
Moving from Puppet 0.25 to Puppet 2.6+ : global scope/variables
...es based on the
following template:
<VirtualHost <%= ip %>:<%= port%>>
ServerName <%= servername %>
<% if envstr != '''' -%>
ServerAlias <%= envstr %><%= servername %>
<% end -%>
<% if envname != ''prod'' -%>
php_admin_value display_errors on
<% end -%>
...
</VirtualHost>
modules/yum/manifests/init.pp had:
# defaults
$yum_base = "http://myrepo.myprivatenetwork.priv/centos"
class yum {
yumrep { "os" :
baseurl = "${yum_base}/RPMS.os",
}
}
modules/php/manifests/init.pp:...