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

nginx _SERVER["HTTP_HOST"] is incorrect?

Zanami.RU

New Pleskian
centos 5, plesk 11.0.9, nginx enabled, nothing touched in nginx/apache config

phpinfo()

_SERVER["FCGI_ROLE"] RESPONDER
_SERVER["HTTP_HOST"] 46.8.154.111
_SERVER["HTTP_X_REAL_IP"] 46.8.154.111
_SERVER["HTTP_X_FORWARDED_FOR"] 46.8.154.111
_SERVER["HTTP_X_ACCEL_INTERNAL"] /internal-nginx-static-location
_SERVER["HTTP_CONNECTION"] close

46.8.154.111 is my IP
I believe _SERVER["HTTP_HOST"] should be whatever.com, the actual host name that set in last_nginx.conf ( proxy_set_header Host $host;).

Drupal isn't working (it redirects me to MY IP and looking for it's internal urls). Some Wordpress sites do work fine, others do not.

Had to disable nginx for now.
 
Oops, never mind, fixed that — it was a leftover configuration file from custom plesk10/nginx combination (extra apache mod_rpaf2.conf file in /etc/httpd/conf.d, fixed by removing it).
 
Back
Top