It seems as though the issue might not be what I thought. It looks as though if I fork a process that does the GUI automation, nothing will be brought up to the screen. As a side note, I have cygwin installed on my machine, so I can use bash scripts (most of the scripts were migrated from a linux box). Here's a simple php file that shows my issue:
<p>This page was created at <b> <?php echo date("h:i:s a", time()); ?> </b> on the computer running PHP.</p> <p> This test does not work...For some reason forking doesn't work! <?php exec("bash -c \"notepad.exe & \""); ?> </p> if I were to change the exec to: exec("start notepad.exe"); it works. Which I find extremely strange. Is there anyone who might know why cygwin forking does not work with apache? On 9/26/07, James Sherwood <[EMAIL PROTECTED]> wrote: > Not sure if this helps, but when we were having directory issues on the lan > we had to run the apache service as a specific user that had rights to those > areas. > > --James > > > ----- Original Message ----- > From: "Jonathan Herriott" <[EMAIL PROTECTED]> > To: <users@httpd.apache.org> > Sent: Wednesday, September 26, 2007 3:34 PM > Subject: [EMAIL PROTECTED] Using Apache for UI Automation > > > > Hi, > > > > I'm trying to set up apache on Windows to allow me to run UI > > automation tools on that box via a web front-end. For some reason, > > when call my program which automates the UI, it fails due to not being > > able to access any of the UI elements. > > > > I can't find any documentation on how to set apache up to allow this, > > so does anyone know? > > > > Thanks in advance! > > > > Jon > > > > --------------------------------------------------------------------- > > The official User-To-User support forum of the Apache HTTP Server Project. > > See <URL:http://httpd.apache.org/userslist.html> for more info. > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > " from the digest: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > __________ NOD32 2553 (20070926) Information __________ > > > > This message was checked by NOD32 antivirus system. > > http://www.eset.com > > > > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] > " from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]