• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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