Subdomain (vhost) problem

Discussion in 'Installation/Configuration' started by MrWolf, Aug 25, 2013.

  1. MrWolf

    MrWolf Member

    Hi,

    I have ispconfig 3.0.5.3 and I activated the option "Create subdomains as website" in the main config.

    when I add a new subdomain, the open basedir is like this:
    Code:
    /var/www/clients/client7/web5/subdomain:/var/www/clients/client7/web5/private:/var/www/clients/client7/web5/tmp:/var/www/.domain.com/subdomain:/srv/www/.domain.com/subdomain:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin
    
    I manually add the vhost to the wrong path:
    Code:
    /var/www/.domain.com/subdomain:/srv/www/.domain.com/subdomain
    
    to have this:
    Code:
    :/var/www/vhost.domain.com/subdomain:/srv/www/vhost.domain.com/subdomain
    
    and I added another basedir but when I saved, it didn't keep my added basedir, it only kept my modified path.

    this post if for 2 question...
    1- is it possible to fix the creation of the default open basedir to have correct basedir path to the vhost?
    2- why I can't add extra basedir like I can in the regular site?

    Thank you
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The default paths for open_basedir are configured under System > server config > web.
     

Share This Page