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:
My Configs from apache side:
Code
- <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:
Any ideas?
Regards