Displaying 20 results from an estimated 5000 matches similar to: "Xapian php module doesn't load."
2012 Jun 22
1
Problem with running xapian-bindings (php) on Fedora 16 and 17
Hi.
I have problem with running xapian php plugin on Fedora 17 64 bit. Earlier
I had problem with Fedora 16 64 bit. After installing from yum repo or
compiling from source I was getting error : PHP Warning: PHP Startup:
Unable to load dynamic library '/usr/lib64/php/modules/xapian.so' -
/usr/lib64/php/modules/xapian.so: undefined symbol: zend_error_noreturn in
Unknown on line 0
On Fedora
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>
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:
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
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
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
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
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
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
>
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
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
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
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 ?
2017 Sep 21
1
CentOS 7: changes to php.ini
On 21 September 2017 at 10:14, Sorin Srbu <Sorin.Srbu at orgfarm.uu.se> wrote:
> > -----Original Message-----
> > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Nicolas
> > Kovacs
> > Sent: den 21 september 2017 11:05
> > To: centos at centos.org
> > Subject: [CentOS] CentOS 7: changes to php.ini
> >
> > I'm hosting a few
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