• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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