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:
- Symbolic link not allowed or link target not accessible
My Configs from apache side:
- <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:
- <Directory /var/www/virtual/domain.tld/htdocs>
- # httpd dmn entry PHP support BEGIN.
- # httpd dmn entry PHP support END.
- Options -Indexes Includes FollowSymLinks MultiViews
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
Any ideas?
Regards