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
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
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
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
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
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
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
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