Greetings. We have a need for our PHP scripts to run as the user and group
associated with each Apache virtual domain on our Redhat server. Currently,
all PHP scripts run as nobody.nobody.
I know that the apache suexec module allows CGI scripts to run as the user and
group of the virtual host
Hi,
Apache 1.3.24, PHP 4.2.2
I am running a php script which executes something like
system("scp -r -S ssh host1:/home/dir host2:/home");
The scp command executes as the apache user, in my case 'nobody'. This does
not work, as the ssh authentication is not set up for user 'nobody' nor
should it
2 matches
Mail list logo