apache service php exec not working

后端 未结 2 1305
余生分开走
余生分开走 2020-12-20 05:19

I looked up all other questions regarding this, but they didn\'t help, so:

I\'m running xampp(lite) on a Windows Server 2003 machine inside a domain, apache is insta

2条回答
  •  既然无缘
    2020-12-20 06:14

    Check your PHP.ini file just incase those functions you've mentioned are in the disallowed setting. Not something standard from a XAMPP release though, but worth checking.

    You say you're not getting any errors, I will assume your server is set as a service, therfore any commands sent using exe, system, passthru etc.. will be done in the background, so you won't see them running, but you should be able to capture data though.

    
    

    Try the above and see what happens, you should get a response from command line, otherwise, it's possible it could be due to permissions.

提交回复
热议问题