[Typo3-debian] New version out

Robert Lemke rl at robertlemke.de
Wed Jun 18 11:03:11 CEST 2003


Lars E. D. Jensen wrote:
> How do you set different ini files?
> Are you running vhost servers in user-mode?

Well, not actually completely different ini files but certain settings.
You can do that easily by defining:

<VirtualHost xxx.xxx.xxx.xxx>
    php_admin_value memory_limit = 64M
    php_admin_value session_save_path = xxx
    ...
</VirtualHost>

Additionally I work with open_basedir restrictions so every domain / client
has their branch of the tree.

-- 
robert





More information about the TYPO3-debian mailing list