[SOLVED] symbolic links no more working after upgrade from 1.0.3 to 1.1.5

  • HI there!


    Today I did change one of my vps from one server to an other and I did an update from 1.0.3 to 1.1.5.
    All (as far as I see my logs) worked. Had to add fastcgi mod for apache for my seafile system but thats OK.


    Now my problem is symlinking.


    Done that since years for different programs like wordpress or contao.But after the upgrade this symlinks are no more working.


    My Logs just say:

    Code
    1. Symbolic link not allowed or link target not accessible


    My Configs from apache side:

    Code
    1. <Directory /var/www/virtual/domain.tld/htdocs> Options +FollowSymlinks -SymLinksIfOwnerMatch # SECTION php_enabled BEGIN. AllowOverride All # SECTION fcgid BEGIN. Options +ExecCGI FCGIWrapper /var/www/fcgi/domain.tld/php5-fcgid-starter # SECTION fcgid END. # SECTION php_enabled END. Allow from all </Directory>


    settings at the 1.0.3 machine:


    Code
    1. <Directory /var/www/virtual/domain.tld/htdocs>
    2. # httpd dmn entry PHP support BEGIN.
    3. # httpd dmn entry PHP support END.
    4. Options -Indexes Includes FollowSymLinks MultiViews
    5. AllowOverride All
    6. Order allow,deny
    7. Allow from all
    8. </Directory>


    Any ideas?


    Regards

  • solved by doing the following:


    added


    Code
    1. <Directory /var/www/virtual/domain.tld/>
    2. Options FollowSymlinks
    3. AllowOverride All
    4. Allow from all
    5. </Directory>


    to /etc/apache2/imscp/domain.tld.conf (as this should not be overwritten by updates of i-MSCP)


    Maybe someone has a better solutions for that?


    Regards

  • Hello ;


    See files under the /etc/apache2/imscp directory.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206