oxy wrote:
> When I enable suphp these web pages' accent are wrong with firefox,
> however it is OK with IE.. after disabling suphp the accent is good with
> both browsers..
> Don't really know that the problem is that apache do not use my 
> php_admin_flags or
> something else..
> (php5 module is loaded in apache in order to use these php_admin_flags)
>   
You could use AddDefaultCharset in Virtual definition because as you can
see in FAQ section
[...suPHP does not support the php_value/php_admin_value directive...]

<VirtualHost>
AddDefaultCharset utf-8
</VirtualHost>

Alessandro

_______________________________________________
suPHP mailing list
suPHP@lists.marsching.biz
http://lists.marsching.com/mailman/listinfo/suphp

Reply via email to