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

phpSuExec

S

schatje

Guest
Hi all..

How to activate phpSu or phpSuExec on Plesk

I found the httpd.include file like this...

Code:
<VirtualHost 65.60.xx.yy:80>
	ServerName   bintang-bali-xyz.com:80
	ServerAlias  www.bintang-bali-xyz.com
	UseCanonicalName Off
	SuexecUserGroup         user2k7 psacln
	ServerAdmin  "[email protected]"
	DocumentRoot /var/www/vhosts/bintang-bali-xyz.com/httpdocs
	CustomLog  /var/www/vhosts/bintang-bali-xyz.com/statistics/logs/access_log plesklog
	ErrorLog  /var/www/vhosts/bintang-bali-xyz.com/statistics/logs/error_log
[I][B]deleted....[/B][/I]
	<IfModule sapi_apache2.c>
		php_admin_flag engine on
		php_admin_flag safe_mode on
		php_admin_value open_basedir "/var/www/vhosts/bintang-bali-xyz.com/httpdocs:/tmp"
	</IfModule>
	<IfModule mod_php5.c>
		php_admin_flag engine on
		php_admin_flag safe_mode on
		php_admin_value open_basedir "/var/www/vhosts/bintang-bali-xyz.com/httpdocs:/tmp"
	</IfModule>
		Options +Includes +ExecCGI
[I][B]deleted....[/B][/I]

But, when i try make a test file.php with apache:apache ownership... i still access that file on my browser..
How to prevent a file with apache:apache ownership running php file on that domain (not on mainserver, like webmail, phpmyadmin, etc)

Thanks

Sc
 
Back
Top