[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Testing apache1.3 and apache2 in parallel with PHP



Adam Kessel <ajkessel@debian.org> writes:

> Thomas Goirand wrote, on 3/23/2009 12:40 PM:
>>> I understand php_flag is not supported in apache2,
>> It sure is!!!
>
> I was basing that on this:
>
> "Note that php_flag does not work with Apache 2. Neither does on / off — you
> must use 0 (off) or 1 (on)."
> http://dan.drydog.com/apache2php.html
>
> Not correct?

No. It works.

NOTE the `IfModule' has to look like this:

<IfModule mod_php5.c>
    php_value zend.ze1_compatibility_mode 0
    php_value upload_max_file_size 50M
    php_value max_execution_time 800
    php_value register_globals 0
</IfModule>



-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de


Reply to: