what are my scripts running as when executing via http? is it nobody, or the account owner user?
T t9clkclnr Well-Known Member Jun 11, 2004 254 0 166 Southern California Dec 14, 2006 #1 what are my scripts running as when executing via http? is it nobody, or the account owner user?
adept2003 Well-Known Member Aug 11, 2003 281 0 166 ~ "/(extra|special)/data" Dec 14, 2006 #2 If the server is not using PHPSuexec, then your scripts are probably running as nobody. If it is using PHPSuexec, then they'll be running as your hosting account username. create a phpinfo page on your site somewhere to check: http://www.zend.com/manual/function.phpinfo.php
If the server is not using PHPSuexec, then your scripts are probably running as nobody. If it is using PHPSuexec, then they'll be running as your hosting account username. create a phpinfo page on your site somewhere to check: http://www.zend.com/manual/function.phpinfo.php