• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Browse by IP behavior

G

Gorgon@

Guest
Hi folks,

I've noticed a behavior and I'm curious if anyone knows how or why. I have a site setup with it's own exclusive IP. I have done this several times for other customers. Some of the customers with exclusive IPs can be viewed by using the IP in the URL:

http://XXX.XXX.XXX.XXX

and I get their content. But with other exclusive IP sites, the IP URL gives me the default plesk page.

When looking at the httpd.include file in /etc/httpd/conf, I see that the sites where the IP URL works, the Include statement for their site specific configuration is at the top of the file. But for the sites where the IP URL does not work, the Include statement for their site specific configuration is at the bottom of the file. For example, httpd.include looks something like this:

  • NameVirtualHost declarations
  • Some IfModule and Directory statements
  • First round of Includes to site configurations
  • VirtualHost statements
  • Second round of Include statements (the majority of them)
  • VirtualHost statements for redirects

Now if I edit httpd.include and move the site in question to the first round of Includes, it all works great. But this isn't a fix b/ Plesk will overwrite this file eventually.

So, why are their 2 sets of Include statements? Shouldn't all of the exclusive IP sites be at the top so they'll 'override' the default settings? Can anyone suggest a fix for this? Maybe setting a new 'default' in the sites vhost.conf file?

As far as I can tell this working as expected until I upgraded to 7.5.3. But maybe there is some sort of 'limit' that's not documented.

Any pointers are greatly appreciated.

Thanks,
mikeS
 
Back
Top