Greetings.
> -Original Message-
[...]
> Apparently permissions on winNT is something
> unexpected and new for those who are used to older win32 systems.
> Moreover, error_log usually tells what the exact problem is when the
> code is written properly to report errors (e.g., checking th
On Fri, 3 Jan 2003, Stas Bekman wrote:
> Terra Info wrote:
> > Two things: 1) this is not the list for this question.
> > 2) a probable answer anyhow->
>
> If that's a real pitfall and it's doomed to be a recurrent question, can
> we please document this under win32/? Also, Randy, it seems that
Doh! I avoid doing system calls to external apps like the plague so I
forget things like that.
Thanks for catching it,
Tom
Stas Bekman wrote:
Terra Info wrote:
[...]
> application. If you would like to take output from that application
then
> you should write to STDOUT all text you want the per
Terra Info wrote:
2) a probable answer anyhow->
[...] Check to see if the user you run apache under is allowed to
"interact with the desktop". It should be in the services CPL applet
under the entry for that service. Check that and restart the service.
A related problem that I stumbled upon re
Terra Info wrote:
[...]
> application. If you would like to take output from that application then
> you should write to STDOUT all text you want the perl application to see
> as a return value from your system() call or `` (backticks) call.
you probably meant qx(), as system doesn't return the su
Here is that doc addition:
Why can't my scripts execute external programs with GUI frontends
from within Apache/mod_perl when I could under Win9.x?
The issue is not an Apache/mod_perl issue per se. Any service that
allows execution of external binaries that try to initialize and display
GUI com
Terra Info wrote:
I will write up a more publically palatable version of the below and
post it for someone more intimately associated with the docs and
development to merge into the tree.
Great, thank you!
Keep in mind that this is an issue
not just for MP but also any CGI script or frankly
I will write up a more publically palatable version of the below and
post it for someone more intimately associated with the docs and
development to merge into the tree. Keep in mind that this is an issue
not just for MP but also any CGI script or frankly any service that
allows execution of ex
Terra Info wrote:
Two things: 1) this is not the list for this question.
2) a probable answer anyhow->
If that's a real pitfall and it's doomed to be a recurrent question, can
we please document this under win32/? Also, Randy, it seems that there
is whole lot of win32 issues which apply to all
Two things: 1) this is not the list for this question.
2) a probable answer anyhow->
The issue is not file permissions (per se) or anything like that. It is
the way WinNT and up is built. What you were doing in Win 98 worked
because apps all ran in the same user space. Despite logging into a 98
Hello all,
I've got a pretty simple perl script that used to run on a windows 98
machine running apache just fine. It would use system() to launch a windows
app that has a graphical display to sync a ms-sql database to a mysql one.
Anyway, it's been replaced by a new machine running win2k, and I'm
11 matches
Mail list logo