• 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!
  • 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.

Resolved access default page for shared ip

peiman

New Pleskian
hi
by default system show a plesk page for system shared ip
with these texts:

Web Server's Default Page
This page is generated by Plesk, the leading hosting automation software. You see this page because there is no Web site at this address.

how can i edit this page?
 
The default general server page that is opened when a domain does not exist on the server, but is pointed to the server, is located here:
/var/www/vhosts/default/htdocs

The default page that is copied into a new subscription is located here:
/var/www/vhosts/.skel/0/httpdocs

Make a backup, then use any HTML editing method to edit the index pages in these directories to fit your requirements.
 
The default general server page that is opened when a domain does not exist on the server, but is pointed to the server, is located here:
/var/www/vhosts/default/htdocs

The default page that is copied into a new subscription is located here:
/var/www/vhosts/.skel/0/httpdocs

Make a backup, then use any HTML editing method to edit the index pages in these directories to fit your requirements.

this /var/www/vhosts/default/htdocs dont support php at all ?
just html !?
 
Tools & Settings > General > Apache
choose "MPM prefork"
check the "php5" module so that it is activated
Apply with "OK", then test again.
 
Did you restart Apache afterwards? Did you wait for the restart window to expire (seconds between restarts)? Else the changes are not applied.

The check, that OS vendor PHP is activate:
Tools & Settings > General > PHP
Make sure that the OS vendor PHP is activated (green dot).
Simple other test: If you can open webmail, e.g. Roundcube, the default page in .php should normally work, too.
 
Did you restart Apache afterwards? Did you wait for the restart window to expire (seconds between restarts)? Else the changes are not applied.

The check, that OS vendor PHP is activate:
Tools & Settings > General > PHP
Make sure that the OS vendor PHP is activated (green dot).
Simple other test: If you can open webmail, e.g. Roundcube, the default page in .php should normally work, too.

it seems i cant explain good
there are a lot of other sites on this server and all working good
webmail, e.g. Roundcube work good
i need to run a php script on main sheared ip (.175)

the folder /var/www/vhosts/default/htdocs
is correct see : Web Server's Default Page
but php file in this folder not excused !

i restarted the apache and enabled OS vendor PHP but yet not working
 
Back
Top