• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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