[Bug 313328] [NEW] cacti mbstring.overload has to be set to 0 when on same machine as egroupware

el es el_es at poczta.onet.pl
Fri Jan 2 22:27:22 UTC 2009


Public bug reported:

Hi
this affects Ubuntu 8.04 LTS (all up to date):

http://ubuntuforums.org/showthread.php?t=1012019

In short : when egroupware and cacti are installed so they are served by
the same apache, you never know, which apache instance is actually
serving it; and since cacti cannot use '''php_value
mbstring.func_overload''' it has to be set to 0 everywhere it is set
otherwise, like in /etc/apache2/conf.d/egroupware change line 29.

So the /etc/apache2/conf.d/cacti.conf now reads:

> > Alias /cacti /usr/share/cacti/site
> >
> > <DirectoryMatch /usr/share/cacti/site>
> >         Options +FollowSymLinks
> >         AllowOverride None
> >         order allow,deny
> >         allow from all
> > #       <IfModule mod_php4.c> # modify here
> >                 AddType application/x-httpd-php .php
> >
> >                 php_flag magic_quotes_gpc Off
> >                 php_flag short_open_tag On
> >                 php_flag register_globals Off
> >                 php_flag register_argc_argv On
> >                 php_flag track_vars On
> >                 # this setting is necessary for some locales
> >                 php_value mbstring.func_overload 0  # here is the clue
> >                 php_value include_path .
> >
> >                 DirectoryIndex index.php
> > #       </IfModule>  # and here
> > </DirectoryMatch> 

I don't know if the ifmodule modification is meaningful at all, but I
haven't tested it without, and with the file reading as above, it works
flawless.

** Affects: cacti (Ubuntu)
     Importance: Undecided
         Status: New

** Summary changed:

- egroupware mbstring.overload has to be set to 0 when on same machine as Cacti
+ cacti mbstring.overload has to be set to 0 when on same machine as egroupware

-- 
cacti mbstring.overload has to be set to 0 when on same machine as egroupware
https://bugs.launchpad.net/bugs/313328
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list