• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

No input file specified

lvalics

Silver Pleskian
Plesk Guru
I installed a new servver with PLESk 11.5 and started to move domains there. When I test first domain I get "No input file specified" if is in FastCGI mode. NGINX wasn't enabled, so not this the case.
If I put it in Apache Module, all work fine (just I don't want that).
I tried to install NGINX and restart all but same error.
I tried to look in logs (error_log of the domain) but nothing helpful :-(

Anyone had this issue? I don't want to lose too much time with hunting down :-9
 
I found the issue, but it seems to me pretty strange that can happen.
Because of move from another server where it wasn't used FastCGI, it was a few folder 777 rights.

This created that message, which message wasn't very clear to be easy to debug.
Now I expect from PLESK that fix this in next release, that when I choose FastCGI or CGI, then execute 2 simple command.

find ./ -type d -exec chmod 0755 '{}' \;
find ./ -type f -exec chmod 0644 '{}' \;


This will solve the issues in many cases if before was used 777 rights
 
I found the issue, but it seems to me pretty strange that can happen.
Because of move from another server where it wasn't used FastCGI, it was a few folder 777 rights.

This created that message, which message wasn't very clear to be easy to debug.
Now I expect from PLESK that fix this in next release, that when I choose FastCGI or CGI, then execute 2 simple command.

find ./ -type d -exec chmod 0755 '{}' \;
find ./ -type f -exec chmod 0644 '{}' \;


This will solve the issues in many cases if before was used 777 rights

Hi.

In that folder you have to use the command?

Thanks
Alberto G.
 
Back
Top