[TYPO3-linux] Imagemagick 4.2.9 tar.gz install vs. up2date on RHEL
Dimitri Tarassenko
mitka at mitka.us
Thu Mar 16 16:39:26 CET 2006
Franz,
On 3/16/06, Franz Holzinger <franz at fholzinger.com> wrote:
> > Actually, dynamically linked one will use about the same amount of
> > memory, unless you often have 2 (or more) copies of GM running at the
> > same moment in time. The reason why dynamic is better is that if you
> > have pre-linking enabled it's going to be faster, plus you get all
> > updates in libraries like libjpeg, etc.
>
> But I think each user session on the server will have its own GM process
> running in the background.
No, the GM is only started as a child process when graphics needs to
be converted - that's true for both static and dynamic. If you use
wrapper.sh, then bash is started as a child process and it starts the
GM. Once the processing is done, GM terminates. In fact, GM can't run
in the background.
> > "Now you have to copy these files into /usr/local/php/bin , because
> > only files at this position are allowed to be executed within PHP
> > scripts."
> > - is this some Debian(?)-specific PHP default? Because in RedHat/FC
> > safe_mode_exec_dir is always empty by default.
> This is with SuSE 9.3 and Apache 2.0.54. This is a security settings, I
> think it is also demanded from TYPO3. Only the files in the folder
> /usr/local/php/bin can be executed from a PHP script.
Is this restriction based on default php.ini configuration only or is
it something enforced with SELinux contexts?
On another subject - I think we need to split the "Administrator"
section in Wiki into 2 - for TYPO3 Admins and for Sys Admins (who may
never use TYPO3 but need to support it as an application running on
their servers). This way, best practices in TYPO3 permissions and
group design will go one way, performance fine-tuning and GM/IM
questions the other.
Are you managing the Wiki project or is it someone else? I may be mistaken.
--
Dimitri Tarassenko
More information about the TYPO3-linux
mailing list