Hi
I have a problem with a symlink not working after we switched to a new Ubuntu server with plesk onyx.
After migration from the old server the symlink that was working on the old server needed to be setup again.
So i followed the many descriptions on the web. But i can't get it working.
We have a subdomain reseller.domain.com that symlinks back to our main Magento installation on domain.com
So path to main magento install is: /var/www/vhosts/domain.com/httpdocs
httpdocs Symlink is placed here: /var/www/vhosts/domain.com/reseller.domain.com
I placed the following code into the apache config to enable symlinks:
<IfModule mod_fcgid.c>
<Files ~ (\.fcgi$)>
SetHandler fcgid-script
Options +FollowSymLinks +ExecCGI
</Files>
</IfModule>
<Directory /var/www/vhosts/domain.com/reseller.domain.com>
Options +ExecCGI +FollowSymlinks -SymLinksIfOwnerMatch
</Directory>
I think all of this is still correct.
But when it comes down to the user:group configuration of the symlink and directories connected to the process i fail and with that my symlink is not working. I have tried several combination ranging from: www-data, to psaserv, and psacln ....
Can please somebody point me in the right direction.
Plattform is latest Ubuntu with Plesk Onyx.
Thanks in advance for any contribution.
I have a problem with a symlink not working after we switched to a new Ubuntu server with plesk onyx.
After migration from the old server the symlink that was working on the old server needed to be setup again.
So i followed the many descriptions on the web. But i can't get it working.
We have a subdomain reseller.domain.com that symlinks back to our main Magento installation on domain.com
So path to main magento install is: /var/www/vhosts/domain.com/httpdocs
httpdocs Symlink is placed here: /var/www/vhosts/domain.com/reseller.domain.com
I placed the following code into the apache config to enable symlinks:
<IfModule mod_fcgid.c>
<Files ~ (\.fcgi$)>
SetHandler fcgid-script
Options +FollowSymLinks +ExecCGI
</Files>
</IfModule>
<Directory /var/www/vhosts/domain.com/reseller.domain.com>
Options +ExecCGI +FollowSymlinks -SymLinksIfOwnerMatch
</Directory>
I think all of this is still correct.
But when it comes down to the user:group configuration of the symlink and directories connected to the process i fail and with that my symlink is not working. I have tried several combination ranging from: www-data, to psaserv, and psacln ....
Can please somebody point me in the right direction.
Plattform is latest Ubuntu with Plesk Onyx.
Thanks in advance for any contribution.