Showing posts with label Plesk. Show all posts
Showing posts with label Plesk. Show all posts

Friday, 3 June 2016

HTTP Header - Remove X-Powered-By: PleskLin and X-Pingback: xmlrpc.php

To check your HTTP header go to Web Tools : HTTP / HTTPS Header Check


To hide / remove a few annoying lines from the HTTP header, add those lines to "Additional nginx directives" in Plesk:

proxy_hide_header X-Powered-By;
proxy_hide_header X-Pingback;
proxy_hide_header X-Link;

Saturday, 26 June 2010

Plesk Linux Task Scheduler with Crontab

10 to launch at unit 10
* for every time unit (by default)
*/10 to launch every 10 unit

command: php httpdocs/myscript.php