• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

alias /var/www/manual

V

vinilios

Guest
Hi,
i have created a subdomain to place a php manual mirror and im having the following problem,
there is an alias on the main http.conf for the manual page (Alias /manual /var/www/manual) wich get passed on all my domains/subdomains so when im trying to access php.domain.com/manual it redirects me on the apache manual page, im sure this is not how it should work but i dont want to change the http.conf file since plesk is doing some bussiness with it, is there any other way to stop this behaviour ?

thanks in advance.
 
While it is true that Plesk re-writes some portions of the httpd.conf file, there are some sections which it does not change. I have some modifications/changes to httpd.conf which do not appear to ever get re-written by Plesk. You could try commenting out the 'Alias /manual' section and do some testing....

Or put it under an additional sub-directory (ex. domain.com/mirror/manual)
 
Back
Top