search for: mod_php

Displaying 20 results from an estimated 52 matches for "mod_php".

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....
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
2018 Jul 26
2
Is decoupling Apache + PHP into separate nodes possible?
...ache/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 </preamble> For one of my client's end user customer, their InfoSec team is asking if Apache and the PHP application can run in separate nodes (3 Tier arch). To the best of my knowledge Apache + PHP (mod_php) have to be in the same node. With P...
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 Kidub...
2010 Oct 18
2
Who maintains php-pgsql package? I want to ask about using PostgreSQL 8.4 library instead of PostgreSQL 8.1.
...q.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. Apache HTTP Server: httpd-2.2.3-43.el5.centos.3 mod_php: php-5.1.6-27.el5 PHP PostgreSQL interface is provided by: php-pgsql-5.1.6-27.el5, which uses postgresql-libs-8.1.21-1.el5_5.1 which provides /usr/lib64/libpq.so.4 which we've observed has a memory leak (and this memory leak is NOT present in libpq.so.5.2) I am trying to figure out how...
2018 Jul 26
0
Is decoupling Apache + PHP into separate nodes possible?
...ySQL (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 > </preamble> > > For one of my client's end user customer, their InfoSec team is asking > if Apache and the PHP application can run in separate nodes (3 Tier > arch). > > To the best of my knowledge Apache + PHP (mod_p...
2017 Sep 21
1
CentOS 7: changes to php.ini
...> > Dates however are a different thing. I really always want to see and use > ISO-dates and times regardless of it's OC or whatever - so I edit the > php.ini > in that case. > > > > When you have different applications with different needs it's best to either use mod_php specific directives within that virtualhost such as here: https://src.fedoraproject.org/rpms/owncloud/blob/master/f/owncloud-defaults.inc Or honestly better still to not use mod_php and instead switch to php-fpm with separate application pools which each have their own php settings like this ngin...
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 the way to go, but I can't seem to find a good guide on setting it up. I installed Zend Server, but seems like they are only support...
2007 Mar 25
2
Mongrel & Mint (PHP related)
Hi, Does anyone have the Mint stats package setup with their Rails application. I have uploaded Mint to the public folder, but when I try and request domain.com/mint/index.php the page is served as a download instead of being processed by mod_php. Im guessing this isn''t really a Mongrel problem but what I actually need to do is prevent Apache proxying certain requests to Mongrel. How do I do this? Many thanks.
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
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
2010 Jun 30
2
Pbx_lua vs. calling lua thru AGI?
Hello I'm taking a look at how to write scripts to be called from the dialplan, and saw pbx_lua mentioned. I'd like to know more about this feature, such as what the difference is with just calling the Lua interpreter through AGI (same difference as between php-cgi and mod_php?), whether it's production-ready, etc. Thank you for any help.
2016 May 22
0
Fwd: EPEL-ANNOUNCE Re: Upcoming OwnCloud changes in EPEL
...logs on it are awful overall. Things like doing source /opt/rh/foo/enable seem to be frequently mentioned despite not being what the RH docs say. There's also a lot of confusion between the CentOS SIG SCL stuff, the official RHEL SCL stuff and the generic softwarecollections.org stuff. As for mod_php from an SCL from my discussions with Remi on the topic he prefers to use php-fpm in that situation rather than mod_php since that then allows use of different php versions via passing that particular application to a different pool and also allows you to move away from the worker mpm and on top a m...
2017 Nov 09
2
Draft review request (php7 on CentOS) [Was: Documentation proposal]
...s, especially as it is evaluated early in the request, so before redirect, index, right, htaccess... and thus, can raise some surprising behaviorts So I usually recommends the SetHandler way, as httpd 2.4 in base CentOS 7 repository have all the backports needed to use it, and will work closely of mod_php. On the same time I was working on a similar article (mostly updating and merging all the old blog articles from my blog) The result have been recently published https://developers.redhat.com/blog/2017/10/25/php-configuration-tips/ Regards, Remi
2006 May 12
1
Opinion on different web server setups?
...server), and a host of small, low-traffic PHP sites. The servers are Opteron 148 (2.2GHz) with 1GB RAM (maybe an extra gig would be of use here) and will run FreeBSD-6.1/amd64. The setups I''ve either read a lot about - or have deduced are worth looking into - are these: - Apache + mod_php + mod_fcgid (Rails) - basically what I have now, plus Rails - Apache + mod_fcgid(PHP) + (mod_proxy+Mongrel) - Lighttpd + mod_fastcgi(Rails & PHP) - the trendy way to do things :) - Lighttpd + mod_fastcgi(PHP) + Mongrel In all cases, the Java load could be quite high in CPU terms...
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
2005 Dec 04
10
web server q -- playing nice w/ PHP
I have a webserver that''s happily running apache2 and PHP. I''d like to deploy a site that I wrote using RoR on that same server but read that there might be some conflicts with PHP and RoR trying to access the same MySQL database. How real are those conflicts? Could I mess up my running PHP site if I install mod_ruby and try to use Apache2? Would I be better off
2009 Jun 09
8
Ui Designing with Rails opposed to PHP
Why are there more web design users using PHP instead of using Rails? Is there an advantage using PHP over Rails? Thanks -- Posted via http://www.ruby-forum.com/.
2005 Jun 18
9
lighthttpd mod_scgi
I see that lighttpd 1.3.14 supports SCGI. lighttpd 1.3.14 - 2005-06-15 18:10 Changes ------- * added SCGI support via mod_scgi * added hash-based and round-robin load balancing to mod_proxy * fixed range requests larger than 2Gb * fixed compilation on Solaris * fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy * fixed handling of URIs for ''+'' and
2005 Sep 01
0
CentOS-announce Digest, Vol 7, Issue 1
...e dynamically generated webpages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The mod_php module enables the Apache Web server to understand and process the embedded PHP language in Web pages. ---------------- Update Information: This update is considered important by the CentOS Development Team. A bug was discovered in the PEAR XML-RPC Server package included in PHP. If a PHP script...