[TYPO3-english] virtual hosting issue

Sergey Alexandrov serg at alexandrov.us
Wed Nov 16 11:47:03 CET 2011


I did that on Plesk, but I have full access to the Plesk server as 
administrator.

First, Placed TYPO3 source into /var/www (outside all vhosts), let's say 
/var/www/typo3-4.5-src
2. Uploaded "dummy" into vhosts/httpdocs (particular domain)
3. Changed typo3_src symlink to /var/www/typo3-4.5-src
4. For particular vhost created conf/vhost.conf and placed all rewrite 
stuff into it AND re-wrote open_basedir (otherwise it will not follow 
symlink to source)

<Directory /var/www/vhosts/domain.tld/httpdocs>
     php_admin_value safe_mode off
     php_admin_value open_basedir 
/var/www/vhosts/domin.tld:/var/www/vhosts/domain.tld/httpdocs:/var/www/typo3-4.5-src:/tmp:/usr/bin
</Directory>

But again, to do 1) you have to have root access to the Plesk server :(
I haven't tried to install source into a separate "domain" but you can 
try, don't forget to re-define open_basedir in vhost.conf for each typo3 
installation

On 11/16/2011 3:34 PM, Katja Lampela wrote:
> Hi,
>
> I'm installing sites into new server with PLESK virtual hosting system.
>
> Now when the domain owner wants to have his own emails too, he has to 
> have own site - this is TYPO3 installation.
>
> So my situation is: I have multiple domains in one TYPO3 installation 
> but these domains wants to have own email accounts, so I should 
> install every site separately.
>
> And surely I don't want to do that. So I'm trying to find a way to use 
> only one installation in this situation too. Sure I could compromize: 
> install TYPO3 separately but use for every installation same database.
>
> But is there a way to use kind of "master" installation and the others 
> would be symlinked or similar?
>


More information about the TYPO3-english mailing list