On 8 Nov 2006 05:25:02 -0800,
declaimed the
following in comp.lang.python:
> Hello 
>
> I have installed Apache on windows...
> The server work well, and my python script also
>
> but when I want in my python script to run a System command like
> os.system(my_command) the script doesn't do anything!
>
And just what is the current value of "my_command" at this point?
>
> i think it's a user access probleme but i don't know how to resolve it
> !
>
A secure webserver should have arranged a "cell" around itself, so
that it can not access any old file on the host machine; typically only
directories that are subordinate to the server "root" are accessible.
On a really secure server, even the allowed command binaries need to
be in a subordinate to the server root -- it isn't allowed to even
access things that are in normal executable paths...
--
Wulfraed Dennis Lee Bieber KD6MOG
HTTP://wlfraed.home.netcom.com/
(Bestiaria Support Staff:
web-)
HTTP://www.bestiaria.com/