in reply to CGI System Commands
This is almost certainly due to the account that your webserver runs as not having the permissions to access the network share that you are trying to search. A scan of the webserver log file will probably confirm this. A grep for "Access denied" might turn up the problem.
If the webserver in question is in a secure environment (Ie. on an intranet and inaccessable to the internet), then giving the webserver account the appropriate permissions would do the trick.
If it's accessable outside of a secure environment, then you probably want to re-think why you are trying to allow the world to see whats on the disk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI System Commands
by rupesh (Hermit) on Aug 05, 2003 at 09:53 UTC | |
by BrowserUk (Patriarch) on Aug 05, 2003 at 11:06 UTC |