• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question Symlinks in Apache: No input file specified. Error.

Stefoo

New Pleskian
Hello,
I am trying to setup multiple domains and each one with own IP, and link each domain application folder via symlink to a single place.
Original place /var/www/vhosts/PrimaryDomain.com/httpdocs/appfolder
Symlinks from Secondary domains /var/www/vhosts/SecondaryDomain.co.uk/httpdocs/~appfolder
I am running PHP as FastCGI
My open_basedir is set to none.
Apache additional instructions:
<Directory /var/www/vhosts/SecondaryDomain.co.uk/httpdocs>
Options +ExecCGI +FollowSymlinks -SymLinksIfOwnerMatch -MultiViews +Indexes
DirectoryIndex index.php
AllowOverride All
Require all granted
</Directory>

And still get "No input file specified."
Please, any suggestions where I am doing wrong or missing something.
Thank you.
 
Back
Top