Re: [us...@httpd] mod_deflate mod_php/php-cgi

2009-06-10 Thread Eric Covener
On Wed, Jun 10, 2009 at 11:33 AM, Tom Evans wrote: > On Wed, 2009-06-10 at 16:41 +0200, Andre Hübner wrote: >> >> > Tough to guess.  Relevant Config, logs, and the request/response are a >> > good start. >> >> >> oh, it works now. if called php-script ist parsed by php-cgi it is not >> enough  to w

Re: [us...@httpd] mod_deflate mod_php/php-cgi

2009-06-10 Thread Andre Hübner
I don't know why that would make a difference, but if you have access to the main httpd.conf file, you should never use .htaccess. It is less efficient than putting it in the main httpd.conf, has various 'gotchas' and slight differences in syntax that are easy to catch you out. yes, but there ar

Re: [us...@httpd] mod_deflate mod_php/php-cgi

2009-06-10 Thread Tom Evans
On Wed, 2009-06-10 at 16:41 +0200, Andre Hübner wrote: > > > Tough to guess. Relevant Config, logs, and the request/response are a > > good start. > > > oh, it works now. if called php-script ist parsed by php-cgi it is not > enough to write AddOutputFilterByType in .htaccess > if i activated

Re: [us...@httpd] mod_deflate mod_php/php-cgi

2009-06-10 Thread Andre Hübner
Tough to guess. Relevant Config, logs, and the request/response are a good start. oh, it works now. if called php-script ist parsed by php-cgi it is not enough to write AddOutputFilterByType in .htaccess if i activated AddOutputFilterByType directly in httpd.conf it works. with mod_php t

Re: [us...@httpd] mod_deflate mod_php/php-cgi

2009-06-10 Thread Eric Covener
On Wed, Jun 10, 2009 at 10:08 AM, Andre Hübner wrote: > On Wed, Jun 10, 2009 at 3:12 AM, Andre Hübner wrote: >>> >>> Hello, >>> >>> i did some Tests with apache22 and mod_deflate in standardsettings. >>> With deflate enabled i called a simple phpinfo.php to watch what happens. >>> When phpinfo.php

Re: [us...@httpd] mod_deflate mod_php/php-cgi

2009-06-10 Thread Andre Hübner
On Wed, Jun 10, 2009 at 3:12 AM, Andre Hübner wrote: Hello, i did some Tests with apache22 and mod_deflate in standardsettings. With deflate enabled i called a simple phpinfo.php to watch what happens. When phpinfo.php was processed by mod_php the content was deliverd gziped but wenn php runnin

Re: [us...@httpd] mod_deflate mod_php/php-cgi

2009-06-10 Thread Eric Covener
On Wed, Jun 10, 2009 at 3:12 AM, Andre Hübner wrote: > Hello, > > i did some Tests with apache22 and mod_deflate in standardsettings. > With deflate enabled i called a simple phpinfo.php to watch what happens. > When phpinfo.php was processed by mod_php the content was deliverd gziped > but wenn p

[us...@httpd] mod_deflate mod_php/php-cgi

2009-06-10 Thread Andre Hübner
Hello, i did some Tests with apache22 and mod_deflate in standardsettings. With deflate enabled i called a simple phpinfo.php to watch what happens. When phpinfo.php was processed by mod_php the content was deliverd gziped but wenn php running with fastcgi it was not. Ist this a generall differe