I solved the problem myself... it was a bufferproblem of STDOUT. When I
tried that, I made modifications to the wrong script, that is why I thought
it did not work out! Stupid me! ;)
Thanx everybody who reacted, sorry to have bothered you!
Regards,
Marco
> -Original Message-
> From: Ma
You script only printed once for me.
Here's a shortened version I use:
parent stuff above
defined($pid = fork) or die "cannot fork: $!\n";
exit if $pid;
close (STDOUT);
...child stuff below
-Original Message-
From: Marco Kleefman [mailto:[EMAIL PROTECTED]]
Sent: Friday, Novemb
Hello list,
Just a quick question:
Is there any way to read apache's compile time settings (like when you
do httpd -V) from within sections?
Thanks,
Matt
--
#!/usr/bin/perl
$A='A';while(print+($A.=(grep{($A=~/(...).{78}$/)[0]eq$_}" A A A "
=~m{(...)}g)?"A":" ")=~/([ A])$/){if(!(++$l%80)){
At 2:30 PM +0100 11/2/01, Marco Kleefman wrote:
>Hello everybody,
>
>I am new to the list. I have a question I hope you can help me with. It is
>not a modperl question, just a normal perl question related to Apache/CGI.
>
>I have this script which forks off a process which does something. I alread
Hello everybody,
I am new to the list. I have a question I hope you can help me with. It is
not a modperl question, just a normal perl question related to Apache/CGI.
I have this script which forks off a process which does something. I already
encountered the problem of my browser waiting for th
Hello list,
I am running some mod_perl/apache sites. So far we have 2 disparate
servers, (both running identical software) hosting about 10 sites
each.
I have managed to create a universal httpd.conf using
sections, a universal config file and a host dependant config file.
In doing so I've com
John Michael wrote:
I have a modperl script that uses.
cgi.pm and actually I have been importing my on cgi params from get and
post but do use cgi.pm for cookies. I have read in some other emails
and now in the guide that it is faster to use Apache::Request so I want
to change my script over t
I have a modperl script that uses. cgi.pm and actually I have been
importing my on cgi params from get and post but do use cgi.pm for
cookies. I have read in some other emails and now in the guide that it is
faster to use Apache::Request so I want to change my script over to this method
sin
Hi
I am using Apache 1.3.20. with perl module 1.25.
In the httpd.conf I have included this line
ScriptAliasMatch ^/cgi-bin/cwb-ipm/(.*) "D:\IPM1\Server\cgi-bin/$1"
In the cgi-bin I have .exe as well as .pl files.The call to .exe works
fine whereas call to .pl files gives an "page not found erro
> -Original Message-
> From: ed phillips [mailto:[EMAIL PROTECTED]]
>
> "Khachaturov, Vassilii" wrote:
> >
> > Hi Matt, do you have any news on planned re-appearance of
> > current axkit docs and mailing list archives online? The net people
> > memory is short, if you don't come back noo
10 matches
Mail list logo