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

defoult admin folder

E

easilyamused

Guest
Index of /admin

when i try to go to my admin folder this shows up "Index of /admin".
the files in the Index of /admin are not even my files.

when i went to other sites i have on me plesk server the same thing is there.

if i ftp to the site i can see my admin folder and i can see my index.php also. so why is it going to this defoult page and how do i turn it off.

please help
 
this tomcat alias directoriesunistall tomcat if you don't need it or edit them

comment the line Alias /admin "/var/lib/tomcat4/server/webapps/admin" in

# vi /etc/httpd/conf/mod_jk.conf

#Alias /admin "/var/lib/tomcat4/server/webapps/admin"
#<Directory "/var/lib/tomcat4/server/webapps/admin">
# Options Indexes FollowSymLinks
#</Directory>

and restarted tomcat

and finally YES you can KISS me :)
 
Originally posted by brainlag
this tomcat alias directoriesunistall tomcat if you don't need it or edit them

comment the line Alias /admin "/var/lib/tomcat4/server/webapps/admin" in

# vi /etc/httpd/conf/mod_jk.conf

#Alias /admin "/var/lib/tomcat4/server/webapps/admin"
#<Directory "/var/lib/tomcat4/server/webapps/admin">
# Options Indexes FollowSymLinks
#</Directory>

and restarted tomcat

and finally YES you can KISS me :)

sounds good but we do not have tomcat on our server. we lease it from Godaddy per month and they will not help
 
Back
Top