Displaying 20 results from an estimated 7000 matches similar to: "Systemd, PHP-FPM, and /cgi-bin scripts"
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
>
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
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
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
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
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.
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 Oct 31
4
PHP FPM issue
Hi Marius,
Will make the changes and see how it goes.
On the other hand
https://cbs.centos.org/koji/buildinfo?buildID=27138
if the above was released we could just install and migrate to
rh-php73-php, which is not affected as per
https://access.redhat.com/security/cve/cve-2019-11043
thanks
---
Thomas Stephen Lee
On Thu, Oct 31, 2019 at 8:40 PM Marius ROMAN <marius at roman.systems>
2014 Oct 29
3
Right way to install phpMyAdmin through Nginx and PHP-FPM
First I know this is not a list for PHP or Nginx setup or something else
but I'll give it a try and ask here for support I'm running a new server
with PHP 5.5.18 and Nginx 1.6.2 through FPM/FastCGI. The server is working
fine since I have other websites running on it. Now I'm trying to configure
phpMyAdmin and I tried this:
* 1. *Create a file under
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
2016 Dec 29
0
php-fpm user other than webserver user?
Hi,
I don't really know where to post this, i'll try here since i use both
CentOS and RHEL...
I'd like to know how others handle the setup of Apache httpd and PHP-FPM
when the PHP-FPM user is different from the webserver user. This is the
case in the default configuration of IUS PHP-FPM packages (not in stock
CentOS/RHEL). So I have httpd running as 'apache' and PHP
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
2016 Aug 03
2
php55w-fpm on CentOS 7: settings location
Hello all,
Does anybody know where to enter settings for php-fpm? I have tried a
number of things, including starting it with "-c /etc/php.ini" but that
seemed to have any effect. Any idea on how to control it? What am I doing
wrong? :)
Thanks in advance.
Cheers,
Boris.
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 ?
2015 Mar 24
2
error building php spec file
Hey all,
I'm attempting to build a spec file of php 5.6.7 - the latest stable -
into an rpm. And it's failing with this set of errors:
Processing files: php-5.6.7-1.el7.x86_64
warning: File listed twice: /etc/rc.d/init.d/php-fpm
error: Symlink points to BuildRoot: /usr/bin/phar ->
/home/bluethundr/rpmbuild/BUILDROOT/php-5.6.7-1.el7.x86_64/usr/bin/phar.phar
warning: File listed twice:
2017 Nov 21
4
File access in Apache 2.4 (clarification)
Folks
I'm having file-access problems in Apache 2.4 under Centos 7. In particular:
- I have a file that's readable to every user and every application,
(writeable by only one user), but my CGI scripts cannot read it.
- Some of my CGI scripts need temporary storage for some files. They
are, for example, some internal log files, tnat get cleaned up over
time, but I want to be able to
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
>
2019 Oct 31
0
PHP FPM issue
On 10/31/19 6:55 PM, Thomas Stephen Lee wrote:
> Hi Marius,
>
> Will make the changes and see how it goes.
>
> On the other hand
>
> https://cbs.centos.org/koji/buildinfo?buildID=27138
>
> if the above was released we could just install and migrate to
> rh-php73-php, which is not affected as per
>
> https://access.redhat.com/security/cve/cve-2019-11043
>
>