• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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  "admin@myserver.net"
	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