• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Renaming index.html to index.php results in File not Found.

I've recorded a little session: Aufnahme #2
create a new domain
add index.html and edit
test
rename index.html to index.php
test again, fail
rename back
test, works
rename index.html to index.php
test. failed
test with /index.php. failed
 
After activating PHP ...

H02454: FCGI: attempt to connect to Unix domain socket /var/www/vhosts/system/qr.sbw.media/php-fpm.sock (*) failed
AH01079: failed to make connection to backend: httpd-UDS
The problem is likely not the file extension but PHP. Check these:
- Is the web server proxying, meaning using Nginx as a proxy and Apache as the main server? Have you selected PHP-FPM via Apache in that case?
- Is the web server Nginx only? Have you selected PHP-FPM via Nginx in that case?
- Is the corresponding PHP service actually running? If this is a new server and PHP has never been used on it, it may be necessary to select PHP and start the corresponding PHP service afterwards, it may no be online.
 
Thats interesting. Which PHP handler is used?

Edit: peter beat me to it.
 
Last edited:
Also, maybe try restarting the PHP-FPM handler (if thats the PHP handler being used): # service plesk-php74-fpm restart
 
Another thing to try:
  • Switch to a different PHP handler (eg. 8.0)
  • Then, switch back to the original handler
 
Changing any of the PHP settings does not solve this problem really. But than I than, did not wait for the 60 minutes...

Btw. the effect I recorded yesterday, today did allow switching back and forth between index.html and index.php. So I suppose this is some sort of caching anomaly. What can I tell my hosters support?

(Btw. Why the delay of 60min? I have another hoster using Plesk as well an there switching is almost instantaneous. Does this have something todo with performance of hardware, or cronjobs for Plesk?)
 
You can change the 60 minutes delay:

- Open Tools & Settings -> Apache Web Server Settings
- Change the Apache restart interval
- Check if Apache graceful restart is active

I always use a 60 seconds delay.
 
Back
Top