• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Big security problem in apache

L

luribe

Guest
Hi,

I have a Plesk server with 5 clients, all with a different domain and of course a different folder in /home/httpd/vhosts.

But every client can see the other clients folder with a simple php file like this:
<? system("ls -l /homt/httpd/vhosts") ?>

There is a way to change this? Anyone have the same problem? How we can fix that?

Update There is a way, in php.ini set the variable disable_function to: dl,system,exec,passthru,shell_exec (and/or add the functions you want to restrict.)

But, this could give me a problem with plesk or the application vault?
 
Back
Top