• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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