Displaying 20 results from an estimated 30000 matches similar to: "php-fpm user other than webserver user?"
2018 Mar 09
0
Memory Leak with PHP
I understand that this problem may have very little to do with CentOs, but it happens to occur on a CentOS webserver and maybe you?ll have a clue.
Since a few months, after many upgrades on several blogs (now running with PHP7), our server is eating up RAM no end. PHP processes swell to over 2 GB (each) and when the whole RAM and the whole swap are full, problems stack up and finally paralyze the
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
2015 Mar 24
2
error building php spec file
Hi Ashish,
Which CentOS version you using?
> If it is CentOS 6 then instead of building it from source, you can use IUS
> repo which has latest php packages.
> Below is the link for the packages in IUS repo for CentOS 6.
> <http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/repoview/>
>
I'm using CentOS 7. I'll check to see if I can get php version 5.6.7
2015 Mar 24
0
error building php spec file
Hi.
Which CentOS version you using?
If it is CentOS 6 then instead of building it from source, you can use IUS
repo which has latest php packages.
Below is the link for the packages in IUS repo for CentOS 6.
<http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/repoview/>
--Regards
Ashishkumar S. Yadav
On Tue, Mar 24, 2015 at 10:25 AM, Tim Dunphy <bluethundr at gmail.com>
2018 Jul 26
0
Is decoupling Apache + PHP into separate nodes possible?
On 07/26/2018 04:48 PM, Arun Khan wrote:
> <preamble>
> I have deployed Linux/Apache/PHP (node1) + MySQL (node2) with Security
> Groups (AWS) or iptables controlling who can connect to the MySQL
> server. In topology terms -- a 2 Tier architecture. In AWS - one
> can deploy several such instances behind a ELB. Each LAP instance
> talks to a MySQL RDS. The LAP instances
2017 Aug 08
1
Troubleshooting php-fpm with apache on Centos 7
On 8/8/2017 8:57 ??, John R Pierce wrote:
> does the user apache is running as have write access to that folder ?
Thank you for your reply, John.
Yes, there is write access:
# ls -l /var/webs/wwwgreekgeo/log/php*
-rw-rw---- 1 root apache 0 Aug 7 22:58
/var/webs/wwwgreekgeo/log/php_error_log
# ls -l /var/webs/wwwgreekgeo/
total 8
drwxrwx--- 2 wftpuser apache 4096 Aug 8 03:46 log
2019 Apr 24
0
Systemd, PHP-FPM, and /cgi-bin scripts
On Tue, Apr 23, 2019 at 11:37:51PM -0700, Benjamin Smith wrote:
> But... php-fpm has its own "tmp" directory, something like /tmp/systemd-
> private-RANDOM-php-fpm.service-RANDOM/tmp that the cgi-bin has no access to.
> To be able to populate $_FILES in a way compatible with the rest of the
> framework, it appears that I need to be able to run the /cgi-bin in the same
>
2019 Apr 24
0
Systemd, PHP-FPM, and /cgi-bin scripts
> Am 24.04.2019 um 08:37 schrieb Benjamin Smith <lists at benjamindsmith.com>:
>
> CentOS 7 server and Fedora 29 dev workstation, both with PHP 7.2, Apache 2.4,
> php-fpm, all updated.
>
> I have a web-based app I've been developing for some time, and recently the
> need to upload files of large size EG 1 GB or larger, has come up.
>
> So I wrote a
2015 Sep 09
0
Nginx with php-fpm is not work
Hi, everybody,
This is a new system environment.
I was using YUM to install Nginx and php-fpm, every time I try to access the
page, php-fpm will be crash. Php-fpm error log as below, please help me fix
it. Thanks.
PHP-fpm log:
[09-Sep-2015 12:25:25] NOTICE: Terminating ...
[09-Sep-2015 12:25:25] NOTICE: exiting, bye-bye!
[09-Sep-2015 12:25:26] NOTICE: fpm is running, pid 20339
2019 Apr 24
2
Systemd, PHP-FPM, and /cgi-bin scripts
On Wednesday, April 24, 2019 3:44:04 AM PDT Leon Fauster via CentOS wrote:
> > Am 24.04.2019 um 08:37 schrieb Benjamin Smith <lists at benjamindsmith.com>:
> >
> > CentOS 7 server and Fedora 29 dev workstation, both with PHP 7.2, Apache
> > 2.4, php-fpm, all updated.
> >
> > I have a web-based app I've been developing for some time, and recently
>
2005 Mar 22
0
Centos 3.3 ( Apache WebServer integration with Tomcat
Hello all,
I am new to CentosOS.
I am trying to connect Apache Webserver with Tomcat 5.5.7 using mod_jk.
Well, if you go there: http://www.export4u.co.uk ( Apacher webserver is
running but it is not integrated with Tomcat. )
Java , Tomcat are already installed on the my machine
1) I have installed mod_jk.so ( I put into modules directory in
etc/httpd/modules/ ? Am I putting mod_jk.so in
2014 Aug 22
1
php-fpm on centos 6
What's the story with php-fpm on centos 6?
There's a php-fpm rpm for centos 6 in epel but other essential mods like
mod_fastcgi or mod_proxy_fcgi
seem to be missing from the repos I'm usually using. Need a push in
right direction.
Thanks.
2017 Aug 08
0
Troubleshooting php-fpm with apache on Centos 7
On 8/7/2017 10:52 PM, Nikolaos Milas wrote:
> As you can see, I have made efforts to enable php debugging, but I
> still can't see any php logging, in any php log:
>
> /var/log/php-fpm/error.log
> /var/log/php-fpm/www-error.log
> The file: /var/webs/wwwgreekgeo/log/php_error_log remains empty
does the user apache is running as have write access to that folder ?
2019 Apr 24
4
Systemd, PHP-FPM, and /cgi-bin scripts
CentOS 7 server and Fedora 29 dev workstation, both with PHP 7.2, Apache 2.4,
php-fpm, all updated.
I have a web-based app I've been developing for some time, and recently the
need to upload files of large size EG 1 GB or larger, has come up.
So I wrote a /cgi-bin script that works, takes the input, and even runs the
same application framework as the main application which normally
2017 Sep 21
0
weird wordpress/php/pecl/ssh problem
So I'm running a centos 6 server which among other things hosts a
website using wordpress.?? I'm using php56u from IUS on C6's native
apache, and pecl + ssh because php-ssh2 is kinda broken. I ran smack dab
into this exact problem:
https://core.trac.wordpress.org/ticket/39746
In my case, wordpress 4.7.6 auto updated, and I notied that 4.8.2 was
available, so I chose my standard
2018 Jul 26
2
Is decoupling Apache + PHP into separate nodes possible?
<preamble>
I have deployed Linux/Apache/PHP (node1) + MySQL (node2) with Security
Groups (AWS) or iptables controlling who can connect to the MySQL
server. In topology terms -- a 2 Tier architecture. In AWS - one
can deploy several such instances behind a ELB. Each LAP instance
talks to a MySQL RDS. The LAP instances are either mod_php or
PHP-FPM. OS -- CentOS, Ubuntu. Debian
2019 Oct 31
4
PHP FPM issue
Hi,
what is the workaround for this?
https://www.nginx.com/blog/php-fpm-cve-2019-11043-vulnerability-nginx/
in either CentOS 7 or 8 ?
thanks
---
Thomas Stephen Lee
2019 Apr 26
0
Systemd, PHP-FPM, and /cgi-bin scripts
On 24.04.19 17:40, Benjamin Smith wrote:
> On Wednesday, April 24, 2019 3:44:04 AM PDT Leon Fauster via CentOS wrote:
>>> Am 24.04.2019 um 08:37 schrieb Benjamin Smith <lists at benjamindsmith.com>:
...
>>> So I wrote a /cgi-bin script that works, takes the input, and even runs
>>> the
...
>>
>> Why not implementing this directly as
2019 Oct 31
0
PHP FPM issue
On Thu, Oct 31, 2019 at 02:19:05PM +0530, Thomas Stephen Lee wrote:
>
> Hi,
>
> what is the workaround for this?
>
> https://www.nginx.com/blog/php-fpm-cve-2019-11043-vulnerability-nginx/
>
> in either CentOS 7 or 8 ?
https://access.redhat.com/security/cve/cve-2019-11043
--
Jonathan Billings <billings at negate.org>
2019 Oct 31
0
PHP FPM issue
On 10/31/19 10:49 AM, Thomas Stephen Lee wrote:
> Hi,
>
> what is the workaround for this?
>
> https://www.nginx.com/blog/php-fpm-cve-2019-11043-vulnerability-nginx/
>
> in either CentOS 7 or 8 ?
>
> thanks
>
> ---
> Thomas Stephen Lee
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
>