I have finally found it! fcgid and apache work great (as usual :P), the
problem rests elsewhere:
When I hit the static file my browser downloads favicon.ico as well. If
it doesn't exist, server raises E404 - and that is handled by PHP in
configurations with mod_rewrite clean url hack. robots.txt d
2010/10/30 Honza Lefty Škoda :
> On 29.10.2010 19:08, Jeff Trawick wrote:
>> 2010/10/28 Honza Lefty Škoda :
>>> Hi!
>>>
>>> I use mod_fcgid & suexec for safe execution of php scripts. I've
>>> recently tested the performance of fcgid
>>> and found out that when i request static page (.html or .css)
On 29.10.2010 19:08, Jeff Trawick wrote:
> 2010/10/28 Honza Lefty Škoda :
>> Hi!
>>
>> I use mod_fcgid & suexec for safe execution of php scripts. I've
>> recently tested the performance of fcgid
>> and found out that when i request static page (.html or .css)
>> fcgi process is spawned (if doesn't
2010/10/28 Honza Lefty Škoda :
> Hi!
>
> I use mod_fcgid & suexec for safe execution of php scripts. I've
> recently tested the performance of fcgid
> and found out that when i request static page (.html or .css)
> fcgi process is spawned (if doesn't exist yet)
unexpected
>
Hi!
I use mod_fcgid & suexec for safe execution of php scripts. I've
recently tested the performance of fcgid
and found out that when i request static page (.html or .css)
fcgi process is spawned (if doesn't exist yet) and the
counter "Accesses" on server-status page increments as well.
I'm not s