Re: [PHP] Symfony?

2013-05-20 Thread Jose Nobile
Hi, I'm using Symfony 1.4 Templating Component Saludos, José Nobile On Mon, May 20, 2013 at 11:40 AM, Tedd Sperling wrote: > Hi gang: > > Who uses Symfony? > > Cheers, > > tedd > > >

Re: [PHP] looking for a PDF generator class/library for PHP 5?

2013-05-17 Thread Jose Nobile
Hi, try DOMPDF , is a powerful conversor from HTML/CSS to PDF. Saludos, José Nobile On Fri, May 17, 2013 at 8:05 PM, dealTek wrote: > Hi all, > > I'm looking into a good versatile PDF generator class/library to use with > PHP 5? --- Preferably one which is maintained

Re: [PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-04 Thread Jose Nobile
But we have two process manager, in Apache with mod_fastcgi and PHP-FPM? Saludos, José Nobile On Thu, Apr 4, 2013 at 4:27 PM, Matijn Woudt wrote: > > > > On Thu, Apr 4, 2013 at 10:27 PM, Jose Nobile wrote: > >> How? >> >> If is required set the website

Re: [PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-04 Thread Jose Nobile
How? If is required set the website path to PHP-FPM, from Apache Wiki: ProxyPassMatch ^/(.*\.php)$ fcgi://127.0.0.1:9000/var/www/$1 Saludos, José Nobile On Thu, Apr 4, 2013 at 3:15 PM, Matijn Woudt wrote: > On Wed, Apr 3, 2013 at 10:27 PM, Jose Nobile > wrote: > > >

Re: [PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-04 Thread Jose Nobile
, José Nobile On Wed, Apr 3, 2013 at 6:50 PM, Jose Antonio Nobile Rendon < jose.nob...@gmail.com> wrote: > How to forward all request to files .php of any virtual host to > PHP-FPM in Apache 2.4? Not each one. > > Saludos, > Jose Nobile > -Mensaje original- > De

[PHP] PHP-FPM with Apache 2.4, forward all request for all virtual host

2013-04-03 Thread Jose Nobile
Hi, In Apache 2.2 forward all request that point to phisical .php file to PHP-FPM is as follow: LoadModule fastcgi_module modules/mod_fastcgi.so FastCGIExternalServer /usr/sbin/php-fpm -socket /usr/local/php/lib/