php not run as the system user but as apache user

Dendiestdennis

Verified User
Joined
Mar 9, 2016
Messages
21
I cannot seem te get apache to run the php scripts as a system user and not as the apache user.. i tried different apache handlers(fgci suphp) but still running as apache....

What to do??

#PHP Settings
php1_release=5.6
php1_mode=mod_php
php2_release=no
php2_mode=mod_php
opcache=yes
htscanner=no
php_ini=no
php_timezone=Europe/Amsterdam
php_ini_type=production
ioncube=no
zend=no
suhosin=no
x_mail_header=yes

#MySQL Settings
mysql=5.6
mariadb=10.0
mysql_inst=mysql
mysql_backup=yes
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no

#WEB Server Settings
webserver=apache
litespeed_serialno=trial
modsecurity=no
modsecurity_ruleset=comodo
apache_ver=2.4
apache_mpm=auto
mod_ruid2=yes
userdir_access=yes
harden_symlinks_patch=yes
use_hostname_for_alias=no
redirect_host=*******.***.******.nl
redirect_host_https=no
 
Back
Top