• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Resolved FastCGI/PHP with APACHE link to php files is download on web

alexonb

Basic Pleskian
hello,
I trying use this 2 function "application fastcgi/application PHP7.0.12" with apache but the webpage of the link is download files PHP7.0.8 and 7.0.12 not same option as nginx the webpage to this files is can views normaly.
 
Last edited:
Hi,
I got similar issue which web platform do you use, ecommerce open source some of them not friendly also web applications as well, Specialy nginx selection effect the diffiulty cms and others e.g.

What kind of web application wanna use on Apache App...
 
Hi,
I got similar issue which web platform do you use, ecommerce open source some of them not friendly also web applications as well, Specialy nginx selection effect the diffiulty cms and others e.g.

What kind of web application wanna use on Apache App...
Web apps exemple.tld -> param apache & nginx -> then see screen shot

plesk17.JPG
 
"application fastcgi/application PHP7.0.12" with apache but the webpage of the link is download files

You hit the case, where you either missed to activate the depending apache module "libapache2-mod-php" ( for PHP 5.X is was "libapache2-mod-php5" and for PHP 7.0 it is = libapache2-mod-php7.0 ), or you didn't even install it..... or you missed the fact, that you have to use "mpm-prefork" instead of "mpm-worker" or "mpm-event". ;)
Next time, pls. check "Home > Tools & Settings > Apache Web Server" and post a screenshot, so that people willing to help you could start investigations.
 
Back
Top