Jump to content

exec - win2k3 IIS/apache permisions?


l2light

Recommended Posts

right, i run a win2k3 server, and i need to be able to start/stop one/more gameservers via the internet.

for testing purposes i am using mirc.exe as the proces which is to be started/stopped.

function callTool ($path,$file) {
    chdir($path); $call = $path.$file;
    pclose(popen('start '.$call.'', 'r'));
}

// -- Call tool1 -----
$location = "c:\mirc";
$filename = "\mirc.exe";
callTool($location,$filename);

this is some code from php.net concerning exec.

my dedicated is running apache, but it also had IIS running when i first got it. i am not sure why, but nomatter what i do, mirc wont run. i did manage to get it running in the background with the /b parameter, but i need to be able to interact with proces's via the desktop as well.

i have made sure that both the server and apache2 services are allowed to interact with the desktop via administrative tools -> services.

 

i have also made sure that both cmd.exe and mirc.exe have read + execute permisions to the internet guest user.

 

i am running out of idea's fast... and this is my last resort. i would appreciate it so much if anyone can help me with this.

 

Link to comment
Share on other sites

  • 1 month later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.