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

Website Directory Listening Problem

K

KalaniY

Guest
Hello:
The directory listening bothering me, I've changed all option indexes in httpd.conf. but the problem still the same. for example. http://YOUR SITE.com/manual/images/

Attached the httpd.conf file, please help me out of the hole. Thank you all.
 

Attachments

  • httpd_conf.txt
    34 KB · Views: 3
But for your sites other config file will be used. It is not main Apache /etc/httpd/conf/httpd.conf file but /var/www/vhosts/domain.com/conf/httpd.include
Did you checked this config file for your site?
Did you tried reconfigure this vhost with something like

# /usr/local/psa/admin/bin/websrvmng --reconfigure-vhost --vhost-name=domain.com
 
Hi Igor:
Thank you very much! I didn't touch anything, The problem has been resolved.

It seems Apache directories permission issues when first time setting up Plesk.

Change permission TO 644 or lower...var/www/FOLDER except vhosts

Or delete all of them except vhosts

I preferred delete all of those useless folders except vhosts. make it page not found 404, better than forbidden 403 you don't have permission to access on this server.
 
Back
Top