Apache 1.3.29 / PHP 4.3.7 Network access problem

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
deljim
Forum Newbie
Posts: 9
Joined: Thu Apr 22, 2004 3:59 am
Location: Belgium

Apache 1.3.29 / PHP 4.3.7 Network access problem

Post by deljim »

Hi,
I'm using Windows XP. And I've to launch an application in commad line from PHP.
My problem is that i've to give an Mapped Drivefor argument like this :

shell_exec("my_program.exe -f J:\dicsovery\myfolder");

but I receive the error : Cannot find "J:\dicsovery\myfolder"

How can I do to give access to apache to this folder?

I've tried to change apache user without any results...

Thanks for help!

Jim.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

is that a purposeful misspelling of discovery?
deljim
Forum Newbie
Posts: 9
Joined: Thu Apr 22, 2004 3:59 am
Location: Belgium

Post by deljim »

This is just an example...
Post Reply