similar to: Is decoupling Apache + PHP into separate nodes possible?

Displaying 20 results from an estimated 4000 matches similar to: "Is decoupling Apache + PHP into separate nodes possible?"

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 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
2010 Dec 18
2
Best way to set up for PHP websites
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am looking to set up a CentOS server for hosting a high traffic PHP site (specifically Drupal 6). I am trying to figure out what's the best way of setting up PHP. The standard mod_php seems to not be a good solution, as it requires apache to be in the prefork configuration, due to PHP not being thread safe. Something like mod_fcgi seems to be
2018 Nov 30
1
Php script not running
Hi All, I have centos 7. Apache and php are installed. CGI runs fine - php does not seem to run. I have the /etc/httpd/conf.d/php.conf file php.conf # # Cause the PHP interpreter to handle files with a .php extension. # <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch> # # Allow php to handle Multiviews # AddType text/html .php # # Add index.php to the list of
2019 Dec 24
3
State of CentOS 8
On Tue, Dec 24, 2019 at 12:57 AM Nicolas Kovacs <info at microlinux.fr> wrote: > That's missing the point. > > While it's perfectly understandable that there's always a certain lag > between upstream RHEL and CentOS, seven weeks without security updates > is a serious showstopper for production use. > > There's a difference between "use upstream Red
2017 Nov 09
2
Draft review request (php7 on CentOS) [Was: Documentation proposal]
Hi Le 03/11/2017 ? 17:38, Akemi Yagi a ?crit?: > ?It's been a week, so I set up a place for you in HowTo: > > ?https://wiki.centos.org/HowTos/php7 Thanks for having worked on this And sorry for very late comment (I have missed this discussion) The solution described in this howto also works on CentOS 6 using the backported mod_proxy_fcgi available in EPEL. BTW, the ProxyPass way
2007 May 14
2
Hmm.. where is mod_php?
Hello All. Is mod_php for apache hiding in a repo somewhere? I did a yum --enablerepo=centosplus install mod_php (as googled) but I don't see any mod_php lurking anywhere. Anyone know what's up? Thanks -- Flambeau Inc. Technology Center - Baraboo, WI Email : tblader at flambeau.com Keyserver: http://pgp.mit.edu KeyID: 0x00E9EC2C
2016 May 22
5
Fwd: EPEL-ANNOUNCE Re: Upcoming OwnCloud changes in EPEL
On 5/21/2016 6:03 PM, John R Pierce wrote: > i started to look at SCL and got lost pretty quickly. I'm not > running OwnCloud but I've got some other php stuff thats getting > increasingly unhappy about the stock c6 php... ok, I've installed php54-1.1-5.el6.centos.alt.x86_64 ... if I run `scl enable php54`, will that connect it up to my existing apache, so it just
2020 Apr 30
2
systemctl restart changes permission.
Hi, I am running CentOS Linux release 7.8.2003 (Core) with php72u-fpm-7.2.30-1.el7.ius.x86_64 version. I am facing the below permission denied issue. I also did the below steps #cd /run #chown -Rc nginx.nginx php-fpm changed ownership of ?php-fpm/php-fpm.pid? from root:root to nginx:nginx changed ownership of ?php-fpm? from root:root to nginx:nginx #systemctl restart php-fpm again changes it from
2008 Dec 19
2
[LLVMdev] strange behaviour after extracting optimization pass code
Hi, I am expieriencing strange behaviour of llvm's optimization passes and I don't understand what I am doing wrong. Basically all I've done is extracting code for optimization of a llvm-function in a llvm-module and put it into a separate function for better readability. The original code looks like follows (and works as expected): ----------------------------- std::string
2020 Apr 04
2
Running opt O1 outside of llvm
Hi, I would like to run the -O1 pass sequence followed by -reg2mem from an out of tree project which uses llvm. I am using the following code snippet to do so but in some cases, my method is also vectorising the code, which doesn't happen when running the same sequence(-S -O1 -reg2mem) through opt. Can someone please help me find what I am missing? Thanks, Akash. *
2010 Oct 18
2
Who maintains php-pgsql package? I want to ask about using PostgreSQL 8.4 library instead of PostgreSQL 8.1.
How do I find out who is the maintainer of the php-pgsql package, please? I want to request upgrade from underlying postgresql-libs-8.1.21 (/usr/lib64/libpq.so.4) to postgresql84-libs-8.4.4 (/usr/lib64/libpq.so.5.2). Background on this request: Apache httpd's php's php-pgsql uses PostgreSQL 8.1 library (/usr/lib64/libpq.so.4), which leaks memory. PostgreSQL 8.4 library does not leak.
2016 May 22
0
Fwd: EPEL-ANNOUNCE Re: Upcoming OwnCloud changes in EPEL
On 22 May 2016 07:01, "John R Pierce" <pierce at hogranch.com> wrote: > > On 5/21/2016 6:03 PM, John R Pierce wrote: >> >> i started to look at SCL and got lost pretty quickly. I'm not running OwnCloud but I've got some other php stuff thats getting increasingly unhappy about the stock c6 php... > > > ok, I've installed
2013 Jan 29
0
[LLVMdev] Running a Local Buildbot
Hello We are migrating from 2.9 to 3.2 Here is some code that does not compile any more llvm::PassManager *pm; llvm::FunctionPassManager *fpm; module = llvm::ParseBitcodeFile(mb,context,&err_str); if (!module) { error() <<"Failed to load module from bitcode file: " <<err_str <<endl; exit(1); } pm = new PassManager();
2005 Mar 03
4
Getting phpconfig to work?
No, I have apache 1.3.33 and mod_ssl 2.8.22 installed. Do I need to have apache2-mod_php installed? Rgds, Julius. > DO you have apache2-mod_php installed ? > > Which distro are you using ? > >> -----Original Message----- >> From: asterisk-users-bounces@lists.digium.com >> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of >> Julius Kidubuka >>
2008 Dec 19
0
[LLVMdev] strange behaviour after extracting optimization pass code
On 2008-12-19, at 06:59, Ralf Karrenberg wrote: > I am expieriencing strange behaviour of llvm's optimization passes > and I don't understand what I am doing wrong. > Basically all I've done is extracting code for optimization of a > llvm-function in a llvm-module and put it into a separate function > for better readability. The original code looks like follows
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:
2007 Sep 21
2
RPM for mod_php
Hi Guys I am trying to find an rpm for CentOS 4.5 and mod_php but i cant seem to find one - Am i going my the wrong name? thanks for any pointers
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 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