Re: [PHP] Symfony?

2013-05-20 Thread Jose Nobile
Hi, I'm using Symfony 1.4 Templating Componenthttp://web.archive.org/web/20101004223616/http://components.symfony-project.org/templating/documentation Saludos, José Nobile On Mon, May 20, 2013 at 11:40 AM, Tedd Sperling t...@sperling.com 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 http://dompdf.github.io/, is a powerful conversor from HTML/CSS to PDF. Saludos, José Nobile On Fri, May 17, 2013 at 8:05 PM, dealTek deal...@gmail.com wrote: Hi all, I'm looking into a good versatile PDF generator class/library to use with PHP 5? --- Preferably one which

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

2013-04-04 Thread Jose Nobile
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: tamouse mailing lists Enviado: 03/04/2013

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 tijn...@gmail.com wrote: On Wed, Apr 3, 2013 at 10:27 PM, Jose Nobile jose.nob

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 tijn...@gmail.com wrote: On Thu, Apr 4, 2013 at 10:27 PM, Jose Nobile jose.nob...@gmail.comwrote: How? If is required set the website path to PHP

[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 http://httpd.apache.org/docs/2.2/ forward all request that point to phisical .php file to PHP-FPM http://php-fpm.org/ is as follow: LoadModule fastcgi_module http://www.fastcgi.com/ modules/mod_fastcgi.so FastCGIExternalServer /usr/sbin/php-fpm -socket