Re: sh and mod_perl

1999-11-16 Thread Stas Bekman
http://perl.apache.org/guide/porting.html#Output_from_system_calls Hi All! I just configured mod_perl and i need to include (execute) som shell scripts that i have. Those scripts check some things and they are going actually to create the html output, i need to use mod_perl , cause i

Re: sh and mod_perl

1999-11-16 Thread Tobias Hoellrich
Now, where did I put my sh2pl converter ;-) Tobias At 03:53 PM 11/15/99 +, you wrote: Hi All! I just configured mod_perl and i need to include (execute) som shell scripts that i have. Those scripts check some things and they are going actually to create the html output, i

Re: sh and mod_perl

1999-11-16 Thread Eric L. Brine
system("/tmp/test.sh"); /tmp/test.sh is a simple script that just prints some test, using echo , but i cannnot make the server to execute it., but i can see the the other html code that mod_perl is executing. I don't many details on this, but I know the following: The script gets